mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed warnings when compiling wallyTracer
This commit is contained in:
parent
6c58048eb4
commit
98135f424e
@ -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