mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-11-09 21:14:57 -07:00
update makefile
This commit is contained in:
parent
38a91579ec
commit
f12d3be0bd
|
@ -45,7 +45,7 @@ LDFLAGS = -melf32lriscv_ilp32
|
||||||
|
|
||||||
# Hardware compilation
|
# Hardware compilation
|
||||||
%.out: %.sv $(SOURCE_V)
|
%.out: %.sv $(SOURCE_V)
|
||||||
iverilog -g2012 -o $@ $^
|
iverilog -g2012 -o $@ $^ -Y .sv -I ../../lib
|
||||||
|
|
||||||
# Run test
|
# Run test
|
||||||
%.vcd %.log: %.out %.hex
|
%.vcd %.log: %.out %.hex
|
||||||
|
|
Loading…
Reference in New Issue
Block a user