5 lines
398 B
Bash
5 lines
398 B
Bash
#!/bin/sh -e
|
|
# This file is automatically generated by VCS. Any changes you make
|
|
# to it will be overwritten the next time VCS is run.
|
|
vcs '-full64' '-j8' '-sverilog' '+lint=TFIPC-L' '+v2k' '-debug_access+pp' '-lca' '-q' '-timescale=1ns/1ps' '+nospecify' '-l' 'compile.log' '-cm' 'line+cond+fsm+tgl+branch' '-cm_dir' './coverage/simv.vdb' '-f' 'filelist_vlg.f' -static_dbgen_only -daidir=$1 2>&1
|