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