5 lines
314 B
Bash
5 lines
314 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' '-sverilog' '+lint=TFIPC-L' '+v2k' '-debug_access+all' '-q' '-timescale=1ns/1ps' '+nospecify' '-l' 'compile.log' '-f' 'files.f' -static_dbgen_only -daidir=$1 2>&1
|