update makefile
This commit is contained in:
@ -45,7 +45,7 @@ LDFLAGS = -melf32lriscv_ilp32
|
||||
|
||||
# Hardware compilation
|
||||
%.out: %.sv $(SOURCE_V)
|
||||
iverilog -g2012 -o $@ $^
|
||||
iverilog -g2012 -o $@ $^ -Y .sv -I ../../lib
|
||||
|
||||
# Run test
|
||||
%.vcd %.log: %.out %.hex
|
||||
|
Reference in New Issue
Block a user