mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 14:17:16 -04:00
openpiton_periphs: Set axi_user
and axi_id
widths
Set positive default values to avoid problemns in Verilator.
This commit is contained in:
parent
e964626982
commit
524a914712
1 changed files with 2 additions and 2 deletions
|
@ -87,10 +87,10 @@ module riscv_peripherals #(
|
|||
output [NumHarts-1:0][1:0] irq_o // level sensitive IR lines, mip & sip (async)
|
||||
);
|
||||
|
||||
localparam int unsigned AxiIdWidth = 0;
|
||||
localparam int unsigned AxiIdWidth = 1;
|
||||
localparam int unsigned AxiAddrWidth = 64;
|
||||
localparam int unsigned AxiDataWidth = 64;
|
||||
localparam int unsigned AxiUserWidth = 0;
|
||||
localparam int unsigned AxiUserWidth = 1;
|
||||
|
||||
/////////////////////////////
|
||||
// Debug module and JTAG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue