Xilinx / PYNQ-HelloWorld

This repository contains a "Hello World" introduction application to the Xilinx PYNQ framework.
http://www.pynq.io/
BSD 3-Clause "New" or "Revised" License
92 stars 41 forks source link

`xf_config_params.h` bound from the test instead of the actual example #23

Closed goekce closed 3 years ago

goekce commented 3 years ago

I see that xf_config_params.h is included from a specific test instead of the actual source:

https://github.com/Xilinx/PYNQ-HelloWorld/blob/b9ec77a8d01f8b77acb9a1ca5047b3a0866c6e49/boards/ip/hls/resize/script.tcl#L10

These xf_config_params.h do not differ. Is there a logic behind including the file from the test?

mariodruiz commented 3 years ago

They do differ, in particular #define RGB 1 and #define INTERPOLATION 1