source: branches/v4/platforms/platform_fpga_de2-115/Makefile

Last change on this file was 274, checked in by bouyer, 11 years ago

Add a platform describing as closely as possible the hardware that
is on the de2-115 board.

File size: 293 bytes
Line 
1ARCH=mips32el
2SIMULATION_ARGS=100000
3SOCLIB?=$(shell soclib-cc --getpath)
4NO_SOFT=1
5export SOCLIB
6#SOCLIB_CC_ADD_ARGS='-v -j8 -I. -m debug'
7SOCLIB_CC_ADD_ARGS='-v -j8 -I. -b common:mips32 -b common:mips32el '
8#SOCLIB_CC_ADD_ARGS='-v -j8 -I. '
9include $(SOCLIB)/soclib/platform/topcells/all.mk
Note: See TracBrowser for help on using the repository browser.