source: trunk/platforms/tsar_generic_3d/Makefile @ 1064

Last change on this file since 1064 was 1040, checked in by bouyer, 8 years ago

Add a platform using the new dspin 3d router.
Only giet-vm is suported at this time.
The software is not aware of the 3d layout; the software's y
dimention is subdivided in hardware y and z.

  • Property svn:executable set to *
File size: 208 bytes
Line 
1simul.x: top.cpp top.desc
2        #soclib-cc -v -mdebug -j8 -P -p top.desc -I. -o simul.x
3        soclib-cc -v -j8 -P -p top.desc -I. -o simul.x
4
5clean:
6        soclib-cc -x -p top.desc -I.
7        rm -rf *.o *.x term*
8
9.PHONY: simul.x
Note: See TracBrowser for help on using the repository browser.