The T32 can simulate bare instruction sets without periphery. For the Cortex-M3 we have complete NVIC model including Systick Timer. Currently a simple CiAO can run on the simulator. TODO: - Let memlogger log all memory accesses. - Interact with FailT32 for a complete simulation/FI
59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
;
|
|
;please refer the installation guide for more information
|
|
;about your configuration
|
|
;
|
|
;
|
|
;uncomment the following 3 lines if you don't use already environment variables
|
|
;changes to the actual directory names are necessary
|
|
;OS=
|
|
;SYS=/opt/t32
|
|
;TMP=/usr/tmp
|
|
|
|
;
|
|
;uncomment the following 4 lines if you use PowerTrace, PowerNexus or PowerDebugEthernet
|
|
;with onhost driver executable (t32m*) via ethernet interface
|
|
;the nodename is only the default name, please replace it with the actual node name
|
|
;PBI=
|
|
;NET
|
|
;NODE=t32
|
|
;PACKLEN=1024
|
|
|
|
;uncomment the following 2 lines if you use PowerTrace, PowerNexus, PowerDebugEthernet or
|
|
;PowerDebugInterface USB with onhost driver executable (t32m*) via USB interface
|
|
;please refer the installation manual (file icd_quick_installation.pdf) about more details
|
|
;concerning USB driver installation
|
|
PBI=@T32_USB_OR_SIM@
|
|
|
|
|
|
;
|
|
;uncomment the following 3 lines if you use an ICE or PodbusEthernetController
|
|
;with standard hostdriver executable (t32cde) via ethernet interface
|
|
;the nodename is only the default name, please replace it with the actual node name
|
|
;LINK=NET
|
|
;NODE=t32
|
|
;PACKLEN=1024
|
|
|
|
;uncomment the following 1 lines if you use SCSI interface (ICE)
|
|
;LINK=SCSI
|
|
|
|
;uncomment the following 3 lines if you want to use TRACE32 fonts
|
|
;SCREEN=
|
|
;FONT=DEC
|
|
;FONT=SMALL
|
|
|
|
;uncomment the following 2 lines if you want to use TRACE32 bitmap fonts
|
|
;SCREEN=
|
|
;FONTMODE=3
|
|
|
|
;uncomment the following 2 lines if you use OPENWINDOWS
|
|
;SCREEN=
|
|
;WMGR=OW16
|
|
|
|
;uncomment the following 2 lines if you use MOTIF
|
|
;SCREEN=
|
|
;WMGR=MOTIF16
|
|
|
|
RCL=NETASSIST
|
|
PACKLEN=1024
|
|
PORT=@T32_PORTNUM@
|