Skip to content

Commit

Permalink
make cv32a65x superscalar (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathales authored Jul 10, 2024
1 parent 214444c commit 2dcb741
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci/expected_synth.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cv32a65x:
gates: 129171
gates: 162333
2 changes: 1 addition & 1 deletion .gitlab-ci/scripts/report_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Will fail if the number of cycles is different from this one
valid_cycles = {
'dhrystone': 217900,
'coremark': 686072,
'coremark': 549055,
}

for arg in sys.argv[1:]:
Expand Down
4 changes: 2 additions & 2 deletions core/include/cv32a65x_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ package cva6_config_pkg;
localparam CVA6ConfigAxiDataWidth = 64; // axi_pkg.sv
localparam CVA6ConfigDataUserWidth = 32; // axi_pkg.sv

localparam CVA6ConfigNrScoreboardEntries = 4; // cvxif_pkg.sv
localparam CVA6ConfigNrScoreboardEntries = 8; // cvxif_pkg.sv

localparam config_pkg::cva6_user_cfg_t cva6_cfg = '{
XLEN: unsigned'(CVA6ConfigXlen),
FpgaEn: bit'(0),
TechnoCut: bit'(1),
SuperscalarEn: bit'(0),
SuperscalarEn: bit'(1),
NrCommitPorts: unsigned'(1),
AxiAddrWidth: unsigned'(CVA6ConfigAxiAddrWidth),
AxiDataWidth: unsigned'(CVA6ConfigAxiDataWidth),
Expand Down

0 comments on commit 2dcb741

Please sign in to comment.