JSell4
New Contributor
6 years agoHelp with using I/O channels in OpenCL
I'm having issues using IO channels in OpenCL using the DE1SOC board from Terasic, I've modified the BSP and added in a basic LED controller to test it but still cannot make the LED light up, here is a list of files i've modified.
- I've modified the system.qsys to include the controller and hooked up the clk and reset signals to the kernel, along with exporting the output so that it can be attached in the top.v file.
- I've added the IO interface to the board.xml file so that it can correctly detect where to output the channel data to.
- I've modified the top.v and .qsf file so that the led_controller output is connected to the right pin
I'm attaching the picture of the places where I've modified the original bsp files and including the verilog model of the led_controller.