update makefile
This commit is contained in:
parent
38a91579ec
commit
f12d3be0bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue