mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
buildroot do scripts now compile flops
This commit is contained in:
parent
26eead1c77
commit
e0b6566cbd
@ -25,7 +25,7 @@ vlib work-buildroot
|
||||
# suppress spurious warnngs about
|
||||
# "Extra checking for conflicts with always_comb done at vopt time"
|
||||
# because vsim will run vopt
|
||||
vlog +incdir+../config/buildroot +incdir+../config/shared ../testbench/testbench-linux.sv ../testbench/common/*.sv ../src/*/*.sv -suppress 2583
|
||||
vlog -lint +incdir+../config/buildroot +incdir+../config/shared ../testbench/testbench-linux.sv ../testbench/common/*.sv ../src/*/*.sv ../src/*/*/*.sv -suppress 2583
|
||||
|
||||
|
||||
# start and run simulation
|
||||
|
@ -25,7 +25,7 @@ vlib work-buildroot
|
||||
# suppress spurious warnngs about
|
||||
# "Extra checking for conflicts with always_comb done at vopt time"
|
||||
# because vsim will run vopt
|
||||
vlog +incdir+../config/buildroot +incdir+../config/shared ../testbench/testbench-linux.sv ../testbench/common/*.sv ../src/*/*.sv -suppress 2583
|
||||
vlog -lint +incdir+../config/buildroot +incdir+../config/shared ../testbench/testbench-linux.sv ../testbench/common/*.sv ../src/*/*.sv ../src/*/*/*.sv -suppress 2583
|
||||
|
||||
|
||||
# start and run simulation
|
||||
|
Loading…
Reference in New Issue
Block a user