diff --git a/rtl/ibex_cs_registers.sv b/rtl/ibex_cs_registers.sv index 50a34a21..75ef2e5d 100644 --- a/rtl/ibex_cs_registers.sv +++ b/rtl/ibex_cs_registers.sv @@ -322,7 +322,6 @@ module ibex_cs_registers #( // mcounteren: machine counter enable CSR_MCOUNTEREN: begin csr_rdata_int = '0; - illegal_csr = ~DbgTriggerEn; end CSR_MSCRATCH: csr_rdata_int = mscratch_q;