[Libre-soc-dev] daily kan-ban update 06AUG2020
    Tobias Platen 
    libre-soc at platen-software.de
       
    Fri Aug  7 18:34:23 BST 2020
    
    
  
today: working on the thing in line 65 of addr_split.py
  60 class LDSTSplitter(Elaboratable):
  61 
  62     def __init__(self, dwidth, awidth, dlen):
  63         self.dwidth, self.awidth, self.dlen = dwidth, awidth, dlen
  64         # cline_wid = 8<<dlen # cache line width: bytes (8) times (2^^dlen)
  65         cline_wid = dwidth  # TODO: make this bytes not bits
    
    
More information about the Libre-soc-dev
mailing list