[Libre-soc-bugs] [Bug 450] Create MMU from microwatt mmu.vhdl
    bugzilla-daemon at libre-soc.org 
    bugzilla-daemon at libre-soc.org
       
    Sun Aug 16 10:31:33 BST 2020
    
    
  
https://bugs.libre-soc.org/show_bug.cgi?id=450
--- Comment #65 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
#               elsif mbits < 5 or mbits > 16 or mbits
#                       > (r.shift + (31 - 12)) then
#                   v.state := RADIX_FINISH;
#                   v.badtree := '1';
                with m.Elif((mbits < 5) | (mbits > 16)
                          | (mbits > (r.shift + (31-12)))):
Elif, not If.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
    
    
More information about the libre-soc-bugs
mailing list