6 lines
55 B
Makefile
6 lines
55 B
Makefile
run: hello.vvp
|
|
vvp $<
|
|
|
|
%.vvp : %.v
|
|
iverilog $< -o $@
|