mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Fixed warnings when compiling wallyTracer
This commit is contained in:
parent
0ca300bcfe
commit
2168113d60
@ -35,12 +35,10 @@ module wallyTracer(rvviTrace rvvi);
|
|||||||
|
|
||||||
// wally specific signals
|
// wally specific signals
|
||||||
logic reset;
|
logic reset;
|
||||||
|
|
||||||
logic clk;
|
logic clk;
|
||||||
logic InstrValidD, InstrValidE;
|
logic InstrValidD, InstrValidE;
|
||||||
logic StallF, StallD;
|
logic StallF, StallD;
|
||||||
logic STATUS_SXL, STATUS_UXL;
|
logic STATUS_SXL, STATUS_UXL;
|
||||||
|
|
||||||
logic [`XLEN-1:0] PCNextF, PCF, PCD, PCE, PCM, PCW;
|
logic [`XLEN-1:0] PCNextF, PCF, PCD, PCE, PCM, PCW;
|
||||||
logic [`XLEN-1:0] InstrRawD, InstrRawE, InstrRawM, InstrRawW;
|
logic [`XLEN-1:0] InstrRawD, InstrRawE, InstrRawM, InstrRawW;
|
||||||
logic InstrValidM, InstrValidW;
|
logic InstrValidM, InstrValidW;
|
||||||
|
Loading…
Reference in New Issue
Block a user