Skip to content

Commit

Permalink
testbench/cic: add fs timescale to simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Jul 10, 2020
1 parent 4a58967 commit c6c5a57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hdl/testbench/cic/run.do
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
vcom cic_bench.vhd
-- make -f Makefile
-- output log file to file "output.log", set simulation resolution to "fs"
vsim -l output.log -t 1ps -L unisim work.cic_bench -voptargs="+acc"
vsim -l output.log -voptargs="+acc" -t fs +notimingchecks -L unisim work.cic_bench

set StdArithNoWarnings 1
set NumericStdNoWarnings 1
do wave.do
Expand Down

0 comments on commit c6c5a57

Please sign in to comment.