URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [hwtests/] [jalrtest/] [Makefile] - Rev 245
Compare with Previous | Blame | View Log
## Makefile for jalrtest ROM#BUILD = ../../build.PHONY: all install run cleanall: jalrtest.exoinstall: jalrtest.exojalrtest.exo: jalrtest.bin$(BUILD)/bin/bin2exo -S2 0 jalrtest.bin jalrtest.exojalrtest.bin: jalrtest.o$(BUILD)/bin/ld -h -rc 0xE0000000 \-o jalrtest.bin jalrtest.ojalrtest.o: jalrtest.s$(BUILD)/bin/as -o jalrtest.o jalrtest.srun: jalrtest.bin$(BUILD)/bin/sim -i -s 1 -t 0 -r jalrtest.binclean:rm -f *~ jalrtest.o jalrtest.bin jalrtest.exo
