st-gourichon-fid has quit [Read error: Connection reset by peer]
st-gourichon-fid has joined #litex
keesj has quit [*.net *.split]
keesj has joined #litex
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 240 seconds]
<st-gourichon-fid>
pepijndevos, if my PR was useful to your "good news! vexrisc boots to console no" then I'm happy about it, any way that's okay. https://github.com/enjoy-digital/litex/pull/663
<tpb>
Title: Fix SoC CPU crash on minimal variants on call to flush_cpu_dcache(). by fidergo-stephane-gourichon · Pull Request #663 · enjoy-digital/litex · GitHub (at github.com)
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 256 seconds]
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 246 seconds]
david-sawatzke[m has quit [*.net *.split]
CarlFK[m]1 has quit [*.net *.split]
david-sawatzke[m has joined #litex
CarlFK[m]1 has joined #litex
<st-gourichon-fid>
Hi! When building documentation for a design we get "AttributeError: 'CDCUsbPHY' object has no attribute 'duid'". Investigating the hypothesis that this means "document id" and something is missing in CSCUsbPHY. Any hint appreciated.
<st-gourichon-fid>
on calling generate_docs(soc, "build/"+target+"/documentation")
<zyp>
sounds to me like the CDCUsbPHY instance gets passed to some code that expects a CSR instance (the CSR instances have a duid attribute)
<zyp>
i.e. you're probably passing in the wrong object somewhere
<st-gourichon-fid>
Thanks zyp for the feedback. The design compiles and works fine, only generating doc fails like this.
<zyp>
can you pastebin the full traceback of the error?