COMS30046_2022_TB-2_playground/verilog_iverilog/counter/Makefile

6 lines
85 B
Makefile
Raw Normal View History

counter: counter.vvp
vvp $<
counter.vvp: counter.v counter_tb.v
iverilog $^ -o $@