1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

hwdef-parse.py: whitelist iic and DINO IPs

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2023-12-13 14:31:08 +01:00 committed by Niklas Eiling
parent e2382c643b
commit ada7cac017

3
fpga/scripts/hwdef-parse.py Normal file → Executable file
View file

@ -38,6 +38,9 @@ whitelist = [
[ 'xilinx.com', 'ip', 'axi_gpio' ],
[ 'xilinx.com', 'ip', 'axi_bram_ctrl' ],
[ 'xilinx.com', 'ip', 'axi_pcie' ],
[ 'xilinx.com', 'ip', 'axi_iic' ],
[ 'xilinx.com', 'module_ref', 'dinoif_fast' ],
[ 'xilinx.com', 'module_ref', 'dinoif_dac' ],
[ 'xilinx.com', 'hls', 'rtds2gpu' ],
[ 'xilinx.com', 'hls', 'mem' ],
[ 'acs.eonerc.rwth-aachen.de', 'user', 'axi_pcie_intc' ],