forked from Github_Repos/cvw
declare memread signal
This commit is contained in:
parent
a4c3afb847
commit
38017e6aae
@ -49,7 +49,7 @@ module plic (
|
|||||||
|
|
||||||
localparam N=`PLIC_NUM_SRC; // should not exceed 63; does not inlcude source 0, which does not connect to anything according to spec
|
localparam N=`PLIC_NUM_SRC; // should not exceed 63; does not inlcude source 0, which does not connect to anything according to spec
|
||||||
|
|
||||||
logic memwrite, initTrans;
|
logic memwrite, memread, initTrans;
|
||||||
logic [27:0] entry, entryd;
|
logic [27:0] entry, entryd;
|
||||||
logic [31:0] Din, Dout;
|
logic [31:0] Din, Dout;
|
||||||
logic [N:1] requests;
|
logic [N:1] requests;
|
||||||
|
Loading…
Reference in New Issue
Block a user