working assertion lib
This commit is contained in:
@@ -6,7 +6,7 @@ LOGS = $(TESTBENCH_V:.sv=.log)
|
||||
|
||||
# Hardware compilation
|
||||
%.out: %.sv $(SOURCE_V)
|
||||
iverilog -g2012 -o $@ $^
|
||||
iverilog -g2012 -o $@ $< -y ../ -Y .sv -I ../
|
||||
|
||||
# Run test
|
||||
%.vcd %.log: %.out
|
||||
|
Reference in New Issue
Block a user