mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Removed unused parameter.
This commit is contained in:
parent
2ce8b66574
commit
e4555dc4af
@ -104,7 +104,6 @@ module plic_apb import cvw::*; #(parameter cvw_t P) (
|
||||
// Register Interface
|
||||
// ==================
|
||||
localparam PLIC_NUM_SRC_MIN_32 = P.PLIC_NUM_SRC < 32 ? P.PLIC_NUM_SRC : 31;
|
||||
localparam PLIC_NUM_SRC_MIN_64 = P.PLIC_NUM_SRC < 64 ? P.PLIC_NUM_SRC : 63;
|
||||
|
||||
always @(posedge PCLK) begin
|
||||
// resetting
|
||||
|
Loading…
Reference in New Issue
Block a user