| 1234567891011121314151617181920212223242526 |
- ##########################################################################
- # Application Independent Definitions
- # This file is auto-generated by the SimSH simulator.
- # Do not change this file manually;
- # make the changes in the project file instead.
- ##########################################################################
- ##########################################################################
- # Application
- # File name of *.pva, *.abs, *.dbg files
- TARGET=hexagon
- # PV Application Title (displayed in PV menu)
- TITLE="hexagon"
- # Program version (ex 0100 -> 1.00)
- VERSION=0100
- # Application sources
- FILE0=hexagon
- FILE1=ECode
- FILE2=MonochromeLib
- FILE3=syscall
- ##########################################################################
|