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

tiny.out:
	$(PIPESIM) $(OPTIONS) -thread mipsver 8

small.out:
	$(PIPESIM) $(OPTIONS) -thread mipsver 800
