mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 21:17:59 -04:00
Fix PCMR for synthesis...
This commit is contained in:
parent
f54b164778
commit
6cf4b2f229
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ module cs_registers
|
|||
begin
|
||||
PCCR_n[0] = PCCR_q[0];
|
||||
|
||||
if ((PCCR_inc_q[0] == 1'b1) && ((PCCR_q[0] != 32'hFFFFFFFF) || (csr[`CSR_IDX_PCMR][1] == 1'b0)))
|
||||
if ((PCCR_inc_q[0] == 1'b1) && ((PCCR_q[0] != 32'hFFFFFFFF) || (PCMR_q[1] == 1'b0)))
|
||||
PCCR_n[0] = PCCR_q[0] + 1;
|
||||
|
||||
if (is_pccr == 1'b1) begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue