Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MINOTAuR
MINOTAuR
Commits
59a05d40
Commit
59a05d40
authored
May 11, 2021
by
Alban Gruin
Browse files
ariane_pkg: use a single commit port
Signed-off-by:
Alban Gruin
<
alban.gruin@irit.fr
>
parent
d30803c0
Pipeline
#456
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/ariane_pkg.sv
View file @
59a05d40
...
...
@@ -133,7 +133,7 @@ package ariane_pkg;
// to uniquely identify the entry in the scoreboard
localparam
ASID_WIDTH
=
(
riscv
::
XLEN
==
64
)
?
16
:
1
;
localparam
BITS_SATURATION_COUNTER
=
2
;
localparam
NR_COMMIT_PORTS
=
2
;
localparam
NR_COMMIT_PORTS
=
1
;
localparam
ENABLE_RENAME
=
1'b0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment