mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[rtl] Fix typo in MCOUNTEREN
DbgTriggerEn has no impact on whether this is an illegal csr op. Fixes #1379 Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
This commit is contained in:
parent
7ceff60749
commit
7071b04a66
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue