[Libre-soc-bugs] [Bug 450] Create MMU from microwatt mmu.vhdl

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Aug 10 11:23:19 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=450

--- Comment #9 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
 196 #       if rising_edge(clk) then
 197         with m.If(rising_edge):

this is "sync".  there is absolutely no need for rising edge detection because
that is what sync is and is for.

therefore the if may be removed entirely and the block inside de-indented 4
spaces.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list