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
0394f3232f
commit
dc50ddd75e
@ -104,7 +104,6 @@ module plic_apb import cvw::*; #(parameter cvw_t P) (
|
|||||||
// Register Interface
|
// Register Interface
|
||||||
// ==================
|
// ==================
|
||||||
localparam PLIC_NUM_SRC_MIN_32 = P.PLIC_NUM_SRC < 32 ? P.PLIC_NUM_SRC : 31;
|
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
|
always @(posedge PCLK) begin
|
||||||
// resetting
|
// resetting
|
||||||
|
Loading…
Reference in New Issue
Block a user