COMS30046_2022_TB-2_playground/verilog_iverilog/hello_world/Makefile

6 lines
55 B
Makefile

run: hello.vvp
vvp $<
%.vvp : %.v
iverilog $< -o $@