Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused constant #350

Merged
merged 1 commit into from
Dec 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove unused constant
Signed-off-by: Arjan Bink <[email protected]>
Silabs-ArjanB committed Dec 13, 2021
commit 4ae95855ac4ac40c1fa1e879f2443fa30c55ba2f
3 changes: 1 addition & 2 deletions rtl/include/cv32e40x_pkg.sv
Original file line number Diff line number Diff line change
@@ -770,8 +770,7 @@ typedef struct packed {
typedef enum logic[3:0] {
PC_BOOT = 4'b0000,
PC_MRET = 4'b0001,
PC_URET = 4'b0010,
PC_DRET = 4'b0011,
PC_DRET = 4'b0010,
PC_JUMP = 4'b0100,
PC_BRANCH = 4'b0101,
PC_FENCEI = 4'b0110,