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:
parent
e2382c643b
commit
ada7cac017
1 changed files with 3 additions and 0 deletions
3
fpga/scripts/hwdef-parse.py
Normal file → Executable file
3
fpga/scripts/hwdef-parse.py
Normal file → Executable 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' ],
|
||||
|
|
Loading…
Add table
Reference in a new issue