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

tiny.out:
	$(PIPESIM) $(OPTIONS) -thread mipsver data/tiny.i -o tiny.1

small.out:
	$(PIPESIM) $(OPTIONS) -thread mipsver data/smred.c-iterate.i -o small.s

clean:
	rm *.out *.s
