update two files tha thad repeated lines in them

This commit is contained in:
James Stine 2024-06-04 09:25:41 -05:00
parent 2e0c286017
commit 5b50fcd4f4
2 changed files with 0 additions and 4 deletions

View File

@ -242,8 +242,6 @@ module csr import cvw::*; #(parameter cvw_t P) (
.MIP_REGW, .MIE_REGW, .WriteMSTATUSM, .WriteMSTATUSHM,
.IllegalCSRMAccessM, .IllegalCSRMWriteReadonlyM,
.MENVCFG_REGW, .DebugCapture, .DebugScanEn, .DebugScanIn, .DebugScanOut);
.MENVCFG_REGW, .DebugCapture, .DebugScanEn, .DebugScanIn, .DebugScanOut);
if (P.S_SUPPORTED) begin:csrs
logic STCE;

View File

@ -154,8 +154,6 @@ module privileged import cvw::*; #(parameter cvw_t P) (
.EPCM, .TrapVectorM,
.CSRReadValW, .IllegalCSRAccessM, .BigEndianM,
.DebugCapture, .DebugScanEn, .DebugScanIn, .DebugScanOut);
.CSRReadValW, .IllegalCSRAccessM, .BigEndianM,
.DebugCapture, .DebugScanEn, .DebugScanIn, .DebugScanOut);
// pipeline early-arriving trap sources
privpiperegs ppr(.clk, .reset, .StallD, .StallE, .StallM, .FlushD, .FlushE, .FlushM,