mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 11:54:46 -04:00
Update ariane_xilinx.sv (#1954)
This commit is contained in:
parent
c51fad1d0e
commit
2182aee119
1 changed files with 3 additions and 0 deletions
|
@ -208,6 +208,9 @@ localparam type rvfi_probes_t = struct packed {
|
|||
|
||||
// 24 MByte in 8 byte words
|
||||
localparam NumWords = (24 * 1024 * 1024) / 8;
|
||||
|
||||
// WARNING: If NBSlave is modified, Xilinx's IPs under fpga/xilinx need to be updated with the new AXI id width and regenerated.
|
||||
// Otherwise reads and writes to DRAM may be returned to the wrong master and the crossbar will freeze. See issue #568.
|
||||
localparam NBSlave = 2; // debug, ariane
|
||||
localparam AxiAddrWidth = 64;
|
||||
localparam AxiDataWidth = 64;
|
||||
|
|
Loading…
Add table
Reference in a new issue