PIPESIM = ../../pipelined-model 

test.out:
	$(PIPESIM) -thread mipsver data/2.1.dict -batch < data/test.in

smred.out:
	$(PIPESIM) -thread mipsver data/2.1.dict -batch < data/smred.in

super-small.out:
	$(PIPESIM) -thread mipsver data/super-small.dict -batch < data/smred.in


