Hi Peter, Thanks a lot! I almost finished my CLB setup with your help and later I plan to do the simulations. Then I add the following header files and functions to my main () function. My current project is fully developed and I am trying to add these generated files to my application. #include "board.h" #include "clb_config.h" #include "clb.h" Board_init(); //all the hardware setup CLB_enableCLB(CLB1_BASE); initTILE0(CLB1_BASE); //all the logic setup These files are auto-generated. Is it good enough to add these files to the main () to get the logic done? Do I need to move anything else for the application to make it work as expected? After adding #include "board.h“, problems appear: expect an identifier and a lot of redefinition of macro like below. How to fix it? Thanks, Hongmei Wan
↧