Koheron / koheron-sdk

SDK for FPGA / Linux Instruments
https://www.koheron.com/software-development-kit/
Other
101 stars 41 forks source link

Ultrascale board support #503

Closed CHV123 closed 5 years ago

CHV123 commented 5 years ago

Hi, I was wondering what the planned board support is for ultrascale devices? The ZCU106 evaluation board would be of particular interest.

Thanks, Charlie

rsarwar87 commented 5 years ago

Hi Charlie, the sdk i believe supports ultrascale, but there are no example designs for it. you can add the by adding the reference design.

All you have to do is update os/os.mk line 15: ZYNQ_TYPE := zynqmp

Here is an example of adding third party boards to koheron: https://github.com/rsarwar87/koheron-sdk/tree/2018.2/boards/mars_zx3 example designs: https://github.com/rsarwar87/koheron-sdk/tree/2018.2/examples/mars_zx3

Note that I updated the makefiles and use overlays which is needed for fpga_manager bundled in kernel 4.1x. https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841645/Solution+Zynq+PL+Programming+With+FPGA+Manager

Br Rashed

CHV123 commented 5 years ago

Brilliant, thank you for the help.

Charlie