@@ -45,7 +45,6 @@ module cv32e40x_core import cv32e40x_pkg::*;
45
45
parameter logic [31 : 0 ] X_MISA = 32'h00000000 ,
46
46
parameter logic [1 : 0 ] X_ECS_XS = 2'b00 ,
47
47
parameter bit ZC_EXT = 0 , // todo: remove once fully implemented
48
- parameter bit USE_DEPRECATED_FEATURE_SET = 1 , // todo: remove once related features are supported by iss
49
48
parameter int NUM_MHPMCOUNTERS = 1 ,
50
49
parameter bit SMCLIC = 0 ,
51
50
parameter int SMCLIC_ID_WIDTH = 5 ,
@@ -67,7 +66,6 @@ module cv32e40x_core import cv32e40x_pkg::*;
67
66
input logic [31 : 0 ] mhartid_i,
68
67
input logic [3 : 0 ] mimpid_patch_i,
69
68
input logic [31 : 0 ] dm_exception_addr_i,
70
- input logic [31 : 0 ] nmi_addr_i, // todo: remove once supported by verification
71
69
72
70
// Instruction memory interface
73
71
output logic instr_req_o,
@@ -376,7 +374,6 @@ module cv32e40x_core import cv32e40x_pkg::*;
376
374
// ////////////////////////////////////////////////
377
375
cv32e40x_if_stage
378
376
# (
379
- .USE_DEPRECATED_FEATURE_SET (USE_DEPRECATED_FEATURE_SET ),
380
377
.A_EXT ( A_EXT ),
381
378
.X_EXT ( X_EXT ),
382
379
.X_ID_WIDTH ( X_ID_WIDTH ),
@@ -398,7 +395,6 @@ module cv32e40x_core import cv32e40x_pkg::*;
398
395
.jump_target_id_i ( jump_target_id ), // Jump target address
399
396
.mepc_i ( mepc ), // Exception PC (restore upon return from exception/interrupt)
400
397
.mtvec_addr_i ( mtvec_addr ), // Exception/interrupt address (MSBs only)
401
- .nmi_addr_i ( nmi_addr_i ), // NMI address
402
398
.mtvt_addr_i ( mtvt_addr ), // CLIC vector base
403
399
404
400
.m_c_obi_instr_if ( m_c_obi_instr_if ), // Instruction bus interface
@@ -655,7 +651,6 @@ module cv32e40x_core import cv32e40x_pkg::*;
655
651
656
652
cv32e40x_cs_registers
657
653
# (
658
- .USE_DEPRECATED_FEATURE_SET (USE_DEPRECATED_FEATURE_SET ),
659
654
.A_EXT ( A_EXT ),
660
655
.M_EXT ( M_EXT ),
661
656
.X_EXT ( X_EXT ),
@@ -738,7 +733,6 @@ module cv32e40x_core import cv32e40x_pkg::*;
738
733
// //////////////////////////////////////////////////////////////////
739
734
cv32e40x_controller
740
735
# (
741
- .USE_DEPRECATED_FEATURE_SET (USE_DEPRECATED_FEATURE_SET ),
742
736
.X_EXT ( X_EXT ),
743
737
.REGFILE_NUM_READ_PORTS ( REGFILE_NUM_READ_PORTS ),
744
738
.SMCLIC ( SMCLIC ),
0 commit comments