#Makefile per Verilog VERSION = 0.8 all: progs mqca: /opt/local/bin/iverilog -o testbench MQCAcell.v tbMQCAcell.v chmod 755 testbench progs : /opt/local/bin/iverilog -otestbench *.v chmod 755 testbench sim: ./testbench /opt/local/bin/gtkwave dump.vcd wave.sav clean : rm -f testbench # DO NOT DELETE