SPRUIR8B april 2020 – july 2023
Question: My existing CLB project is not compatible with the latest CLB package. I observe the following build error in CCS problems window: “No such resource: /TILE.syscfg.js”.
Answer: Recent changes in the SysConfig now require the .syscfg file for the project to be modified and updated to reflect the new location of the TILE resource within the CLB package
In order to update the file, you will need to modify the .syscfg file with a text editor.
Update the following line of code:
var TILE = scripting.addModule("/TILE");
replace with
var TILE = scripting.addModule("/utilities/clb_tool/clb_syscfg/source/TILE");
Question: What are the requirements for using the CLB Tool on my computer?
Answer: The minimum requirements are listed below
Question: There are many warnings on the console output for generating the .vcd file for CLB simulation, do I need to fix something?
Answer: These warnings can be ignored. They are generated because of the debug message flags which are used in the compile instructions, so they will not affect functionality. Only errors will need to be heeded.