[Libre-soc-bugs] [Bug 762] Peripheral Pin Muxing Development
    bugzilla-daemon at libre-soc.org 
    bugzilla-daemon at libre-soc.org
       
    Sat Jan 15 22:59:49 GMT 2022
    
    
  
https://bugs.libre-soc.org/show_bug.cgi?id=762
--- Comment #3 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
 107        comb += wb_rd_data.eq((gpio_oe_list[gpio_addr] << OESHIFT)
 108                           + (gpio_ie_list[gpio_addr] << IESHIFT)
 109                          + (puen_list[gpio_addr] << PUSHIFT)
 110                          + (pden_list[gpio_addr] << PDSHIFT)
 111                          + (gpio_i_list[gpio_addr] << IOSHIFT)
 112                          + (bank_sel[gpio_addr] << BANKSHIFT))
this is what Record is for.  one line.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
    
    
More information about the libre-soc-bugs
mailing list