Fix typo in comment

This commit is contained in:
Philipp Wagner 2019-11-15 11:47:08 +00:00 committed by Philipp Wagner
parent 88158e6fa8
commit 7465a68615

View file

@ -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