This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, all
I have C6678 Functional Device Simulator configuration file - tisim_c6678_pv.cfg
to ti/ccsv5/ccs_base/simulation_keystone1/bin/configuration
I will must edit this file and installing it as simulator.
How can I make it?
Thanks for your replies,
Oleg
Oleg,
I haven't done this before, but I imagine the simplest way would be to simply save a backup copy of the original file, modify it and configure as a C6678 device functional simulator.
However, if you are interested in creating your own, here's what I did:
- Close CCSv5.
- Modify the <tisim_c6678_pv.cfg> and save it with a different name: I used <tisim_c6678_pv_myconf.pv>
- Go to the directory ccsv5/common/targetdb/configurations. Copy the existing file <tisim_c6678_pv_le.xml> to <tisim_c6678_pv_le_myconf.xml>.
- Edit this file and replace all instances that point to the original .cfg file to the newly created one.
- Also, make sure to modify all instances of the property id="C6678 Device Functional Simulator, Little Endian" to something different such as id="C6678 Device Functional Simulator, Little Endian, My Config"
- Start CCSv5
Doing this you should have the new configuration and be able to launch it normally (check the attached picture). However, keep in mind I did not perform extensive testing nor modified anything more radical (just a small change on the memory map).
Hope this helps,
Rafael
Thank you Rafael!
I take example from pdk_C6678_1_1_2_5 - named simpleExample.
The purpose of this project is work PA and SGMII sub-system
of DSP TMS320C6678. This project contains file Readme.txt.
This file which show the line that must be changed to file
tisim_c6678_pv.cfg. I will must make this changed and attach
this file to project.
You really helped me
Oleg
Hi, Rafael
I performed action on the prosed scenario. First download the application was fine.
I came out from CCS and change configuration file again, step 2 accordng of rule at file Readme.txt
on project. And my task was crushed
I can't have return my task at normal state. Reboot CCS, return old file configuration,
reboot device - does not affect. If I change configuration file on standart., and after return my configuration bad state disappear. But I can't execute requirement at this example
Oleg