Update ariane_xilinx.sv (#1954)

This commit is contained in:
Juan Granja 2024-04-17 11:18:20 +02:00 committed by GitHub
parent c51fad1d0e
commit 2182aee119
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;