OpenXiangShan / HuanCun

Open-source high-performance non-blocking cache
Other
67 stars 35 forks source link

Fix the replacer bug under condition of clk_div_by_2 #109

Closed gravelcai closed 2 years ago

gravelcai commented 2 years ago

Add a flip-flop, beating 'repl_state' to next cycle.

wakafa1 commented 2 years ago

Is this PR compatible with L2 (which uses full frequency clock)?

gravelcai commented 2 years ago

Is this PR compatible with L2 (which uses full frequency clock)?

Now it's compatible with full clk version.