[Libre-soc-dev] daily kan-ban update 03mar2021

Tobias Platen libre-soc at platen-software.de
Wed Mar 3 17:12:34 GMT 2021


today: working on a class RADIX that looks like this

class RADIX:
    def __init__(self,mem):
        self.mem = mem

    def ld(self, address, width=8, swap=True, check_in_mem=False):
        print("RADIX: ld from addr 0x{:x} width {:d}".format(address, width))

-- 
Tobias Platen <libre-soc[at]platen-software[dot]de>



More information about the Libre-soc-dev mailing list