5 lines
282 B
Plaintext
5 lines
282 B
Plaintext
![]() |
#!/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 '-f' 'rtl.f' '-f' 'tb.f' '-timescale=1ns/1ps' '-full64' '-R' '+vc' '+v2k' '-sverilog' '-debug_access+all' -static_dbgen_only -daidir=$1 2>&1
|