PIPESIM = ../../pipelined-model
OPTIONS = -progress -enable_ping -stop_instr 50000000

test.out:
	$(PIPESIM) $(OPTIONS) -thread mipsver data/test.in test.output

small.out:
	$(PIPESIM) $(OPTIONS) -thread mipsver data/smred.in smred.output
