Skip to content

Commit 5da9bc5

Browse files
Merge pull request #701 from silabs-oysteink/silabs-oysteink_enable-zc
Turned on ZC_EXT.
2 parents 80b8f0a + 90bcf5f commit 5da9bc5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

bhv/cv32e40x_wrapper.sv

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,11 @@ endgenerate
379379
.PMA_CFG(PMA_CFG))
380380
write_buffer_sva(.*);
381381

382-
/* todo: reintroduce once ZC_EXT is set to 1 by default.
383382
bind cv32e40x_sequencer:
384383
core_i.if_stage_i.gen_seq.sequencer_i
385384
cv32e40x_sequencer_sva
386385
sequencer_sva (.*);
387-
*/
386+
388387
`ifndef FORMAL
389388
bind cv32e40x_rvfi:
390389
rvfi_i

rtl/cv32e40x_core.sv

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ module cv32e40x_core import cv32e40x_pkg::*;
137137
localparam int unsigned REGFILE_NUM_READ_PORTS = X_EXT ? X_NUM_RS : 2;
138138

139139
// Zc is always present
140-
// todo: turn on when Zc is ready for core-v-verif
141-
localparam bit ZC_EXT = 0;
140+
localparam bit ZC_EXT = 1;
142141

143142
// Determine alignedness of mtvt
144143
// mtvt[31:N] holds mtvt table entry

0 commit comments

Comments
 (0)