mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fpgas.json: switch to new json per default and fix the same
use fpga definition that includes dino and i2c controller to use the latest bitstream (vc707-xbar-pcie-dino). Fix the json for that bitstream to also include the interrupt controller. Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
parent
3e64e5d238
commit
64d5a6ba42
2 changed files with 10 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"id": "10ee:7021",
|
||||
"slot": "0000:88:00.0",
|
||||
"do_reset": true,
|
||||
"ips": "vc707-xbar-pcie/vc707-xbar-pcie.json",
|
||||
"ips": "vc707-xbar-pcie-dino/vc707-xbar-pcie-dino.json",
|
||||
"polling": false,
|
||||
"interface": "pcie"
|
||||
}
|
||||
|
|
|
@ -1346,5 +1346,14 @@
|
|||
"translation": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"dma_pcie_pcie_pcie_interrupts_axi_pcie_intc_0": {
|
||||
"vlnv": "xilinx.com:module_ref:axi_pcie_intc:1.0",
|
||||
"parameters": {
|
||||
"component_name": "design_1_axi_pcie_intc_0_0",
|
||||
"edk_iptype": "PERIPHERAL",
|
||||
"c_baseaddr": 8192,
|
||||
"c_highaddr": 9215
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue