openpiton_periphs: Set axi_user and axi_id widths

Set positive default values to avoid problemns in Verilator.
This commit is contained in:
Michael Schaffner 2019-04-18 16:43:04 +02:00 committed by Florian Zaruba
parent e964626982
commit 524a914712
No known key found for this signature in database
GPG key ID: E742FFE8EC38A792

View file

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