-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose the width (or W internally) parameter to set the SERV datapath width. Note: Only width=1 is function at this time.
- Loading branch information
Showing
8 changed files
with
78 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
`verilator_config | ||
// Bits [1:0] in i_wb_rdt are not used at all | ||
lint_off -rule UNUSED -file "*/serv_top.v" -lines 179 | ||
lint_off -rule UNUSED -file "*/serv_top.v" -lines 181 | ||
|
||
//Some bits in the instruction word are not used in serv_decode but it's easier | ||
//to just send in the whole word than picking out bits | ||
lint_off -rule UNUSED -file "*/serv_decode.v" -lines 8 | ||
|
||
lint_off -rule UNUSED -file "*/serv_top.v" -lines 177 | ||
|
||
//Some variables are only used when we connect an Extension with serv_decode | ||
lint_off -rule UNUSED -file "*/serv_top.v" -lines 67 | ||
lint_off -rule UNUSED -file "*/serv_top.v" -lines 69 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.