c2000ware-core-sdk/utilities/clb_tool/clb_syscfg
2023-12-13 16:46:16 +05:30
..
.metadata Added C2000Ware v5.01.00.00 contents 2023-12-13 16:46:16 +05:30
doc Added C2000Ware v5.01.00.00 contents 2023-12-13 16:46:16 +05:30
dot_file_libraries Added C2000Ware v5.01.00.00 contents 2023-12-13 16:46:16 +05:30
source/.meta Added C2000Ware v5.01.00.00 contents 2023-12-13 16:46:16 +05:30
systemc Added C2000Ware v5.01.00.00 contents 2023-12-13 16:46:16 +05:30
systemc_linux Added C2000Ware v5.01.00.00 contents 2023-12-13 16:46:16 +05:30
systemc-2.3.3 Added C2000Ware v5.01.00.00 contents 2023-12-13 16:46:16 +05:30
README.txt Added C2000Ware v5.01.00.00 contents 2023-12-13 16:46:16 +05:30

Linux System C Compiler (systemc_linux/makefile):
	The systemc_linux directory contains the basic structure for compiling the .d/.o files for Linux
		-Change filepaths of .cpp/.h files to be compiled (i.e. C2000WARE_ROOT)
			-Please note that absolute paths are required for C2000WARE_ROOT and SYSTEMC_INSTALL; there is a placeholder path used by default
		-Modify the makefile if there is a change to which files are being compiled (only add files to the list, do not remove)
		-Run sudo make (src folder should have all generated .d/.o files once complete)
Windows System C Compiler (systemc/SystemC_Compiler.cmd):
	- Change the file paths for CLB_SIM_COMPILER, C2000WARE_ROOT, and SYSTEMC_INSTALL
		CLB_SIM_COMPILER = TDM-GCC-64\bin directory
		C2000WARE_ROOT = clb_syscfg directory
		SYSTEMC_INSTALL = systemc-2.3.3 directory
	- Optionally change BuildDirectory if you do not want to overwrite existing .d/.o files
	- NOTE: Wherever this .cmd file is run will fill with text file outputs of any errors