RoaLogic / RV12

RISC-V CPU Core
Other
287 stars 50 forks source link

minstret not counting BEQ #30

Closed elchanan36 closed 6 months ago

elchanan36 commented 1 year ago

It seems you only increment minstret when wb_bubble is low. But a BEQ raises wb_bubble, so you don't count it. Is this the intended behavior? BEQ_bubble