[Libre-soc-bugs] [Bug 485] Create I-Cache from microwatt icache.vhdl

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Oct 5 11:48:59 BST 2020


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

--- Comment #47 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(*sotto voice* yeah don't do this, please)

        self.itlb_lookup( 
            m, tlb_req_index, itlb_ptes, itlb_tags, real_addr,
            itlb_valid_bits, ra_valid, eaa_priv, priv_fault, access_ok
        )

use this convention:

        self.itlb_lookup(m, tlb_req_index, itlb_ptes, itlb_tags, real_addr,
                         itlb_valid_bits, ra_valid, eaa_priv, priv_fault,
                         access_ok)

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


More information about the libre-soc-bugs mailing list