SOURCES=multiplexer.v multiplexer-tb.v VPP=multiplexer.vpp run: ${VPP} vvp ${VPP} ${VPP} : ${SOURCES} iverilog $^ -o $@ clean: rm -f ${VPP}