Part Number: TMS320F280039C
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG
Tool/software:
as i have been succeed in CLB simulation based on F28379D(with CLB type1);

it generates the clb_sim.d, clb_sim.o, simulation_output.exe, and clb.vcd
the post build steps, which i could figure out the lib it used, and which type of CLB it is;
and open it with GTKwave;
but since when switch to F2800xx(type3 CLB), things becomes worse,
first, the post build steps,
seems got a lot of modification;
i think that is not really clearly to figure things out like before;
clb_sim.d, clb_sim.o, simulation_output.exe, and clb.vcd;
only generated clb_sim.d.

linked resources
any other key configuration of CCS
after modify the "post build steps"
as modify the type3 CLB,
clb_sim.d, clb_sim.o, simulation_output.map,
these files still not been generated:
simulation_output.exe, and clb.vcd;
development environment:
GCC: (Tdm64-1)5.1.0
CCS 12.1
C2000WARE 5.01
Sysconfig 1.18



the build report..
echo "========= Build of the CLB simulation has moved to the CLB Tool. Click the '?' icon by the _Generate CLB Simulation File_ enable for more details (located in the Global Parameters of the Tile Design SysConfig module) ============="
if ${GENERATE_DIAGRAM} == 1 ${NODE_TOOL} "${C2000WARE_ROOT}/utilities/clb_tool/clb_syscfg/dot_file_libraries/clbDotUtility.js" "${C2000WARE_ROOT}/utilities/clb_tool/clb_syscfg/" "${BuildDirectory}/syscfg" "${BuildDirectory}/syscfg/clb.dot"
if ${GENERATE_DIAGRAM} == 1 ${NODE_TOOL} "${C2000WARE_ROOT}/driverlib/.meta/generate_diagrams.js" "${C2000WARE_ROOT}" "${BuildDirectory}/diagrams" "${BuildDirectory}/syscfg"
the post build steps for F280039C from c2000ware 5.01;
it's kind of make non sense for the build process understanding;
and right double click on the clb_simulation.bat; nothing happens;
double right click? ------- nothing different with single right click on that stuff;
how would i solve this problem