Specify data type for all parameters in simple_system

Fixes a lint warning.
This commit is contained in:
Philipp Wagner 2020-07-07 15:44:20 +01:00 committed by Philipp Wagner
parent f688c79565
commit 85d0ce36cb

View file

@ -46,8 +46,8 @@ module ibex_simple_system (
Timer
} bus_device_e;
localparam NrDevices = 3;
localparam NrHosts = 1;
localparam int NrDevices = 3;
localparam int NrHosts = 1;
// interrupts
logic timer_irq;