diff --git a/rtl/ibex_cs_registers.sv b/rtl/ibex_cs_registers.sv index ac88febf..b2038ca0 100644 --- a/rtl/ibex_cs_registers.sv +++ b/rtl/ibex_cs_registers.sv @@ -443,7 +443,7 @@ module ibex_cs_registers #( CSR_DCSR: begin dcsr_d = csr_wdata_int; dcsr_d.xdebugver = XDEBUGVER_STD; - // Change to PRIV_LVL_M if sofware writes an unsupported value + // Change to PRIV_LVL_M if software writes an unsupported value if ((dcsr_d.prv != PRIV_LVL_M) && (dcsr_d.prv != PRIV_LVL_U)) begin dcsr_d.prv = PRIV_LVL_M; end