ambro718 has quit [Quit: Konversation terminated!]
HoloIRCUser1 has joined #litex
HoloIRCUser has quit [Ping timeout: 260 seconds]
Degi_ has joined #litex
Degi has quit [Ping timeout: 272 seconds]
Degi_ is now known as Degi
_whitelogger has joined #litex
HoloIRCUser has joined #litex
HoloIRCUser2 has joined #litex
HoloIRCUser1 has quit [Ping timeout: 260 seconds]
HoloIRCUser has quit [Ping timeout: 260 seconds]
_whitelogger has joined #litex
kgugala has quit [Ping timeout: 256 seconds]
CarlFK has quit [Quit: Leaving.]
CarlFK has joined #litex
Stary has joined #litex
kgugala has joined #litex
Skip has joined #litex
<Skip>
john_k[m]: Thanks for the Pano logic port! I got so excited I didn't research who did the original work.
HoloIRCUser has joined #litex
HoloIRCUser2 has quit [Ping timeout: 265 seconds]
<zyp>
is there a convenient way to manually define the layout of a CSR bank?
scanakci has quit [Quit: Connection closed for inactivity]
<zyp>
did some digging and I guess by implementing get_csrs() I can define the order of the CSRs by ordering the list I return, but I guess there's no way to provide gaps in the layout?
HoloIRCUser1 has joined #litex
HoloIRCUser has quit [Read error: Connection reset by peer]
<mithro>
zyp: ask @xobs
<mithro>
zyp: He cares way to much about his CSR layout for "software compatibility reasons"
<mithro>
zyp: My general policy is that the CSR layout is an internal implementation detail and the correct interface points are the generated C functions / csr.csv / csr.json
CarlFK has quit [Ping timeout: 258 seconds]
<zyp>
what is correct for one application might be unsuitable for another :)