I have created a simple custom IP in HLS and added it to the IO block of your block design in Vivado.
What are the next steps? I assume that I have to create a custom device driver for it and make it part of the kernel?
Either create a custom device driver and make it part of the kernel or use mmap function to map IP registers into your application address space and run the application as root.
Hello there,
I have created a simple custom IP in HLS and added it to the IO block of your block design in Vivado. What are the next steps? I assume that I have to create a custom device driver for it and make it part of the kernel?
Thanks in advance! Kostas