mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-25 18:46:53 -07:00
update makefile
This commit is contained in:
parent
38a91579ec
commit
f12d3be0bd
|
@ -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…
Reference in New Issue
Block a user