<corecode>
what's the state of yosys/nextpnr for efinix trion?
<corecode>
i saw some files, but i don't know much is done and what is missing
citypw_ has joined #yosys
vidbina has joined #yosys
vidbina has quit [Quit: vidbina]
vidbina has joined #yosys
vidbina has quit [Ping timeout: 240 seconds]
bl0x has quit [Ping timeout: 240 seconds]
bl0x has joined #yosys
vidbina has joined #yosys
vidbina has quit [Ping timeout: 252 seconds]
emeb_mac has quit [Quit: Leaving.]
kristianpaul has quit [Read error: Connection reset by peer]
FabM has joined #yosys
FabM has joined #yosys
FabM has quit [Changing host]
kristianpaul has joined #yosys
adjtm has quit [Quit: Leaving]
adjtm has joined #yosys
vidbina has joined #yosys
vidbina has quit [Read error: Connection reset by peer]
vidbina has joined #yosys
vidbina has quit [Ping timeout: 265 seconds]
citypw_ has quit [Ping timeout: 276 seconds]
chipb has quit [Remote host closed the connection]
chipb has joined #yosys
vidbina has joined #yosys
gsmecher has joined #yosys
vidbina has quit [Ping timeout: 265 seconds]
srk has quit [Remote host closed the connection]
srk has joined #yosys
Knarfian_____ has quit [Read error: Connection reset by peer]
emeb_mac has joined #yosys
Knarfian_____ has joined #yosys
tlwoerner_ has joined #yosys
rektide has joined #yosys
knielsen_ has joined #yosys
tlwoerner has quit [Remote host closed the connection]
rektide_ has quit [Ping timeout: 260 seconds]
knielsen has quit [Ping timeout: 260 seconds]
adjtm has quit [Remote host closed the connection]
adjtm has joined #yosys
FabM has quit [Ping timeout: 240 seconds]
<somlo>
mwk: ping
<mwk>
meow?
<somlo>
mwk: any chance you could re-apply commit # 9a413803e, seems like the problematic utf8 character that breaks the latex manual build is back
<mwk>
what
<mwk>
hold on
<mwk>
oh
<mwk>
somlo: the commit was fixing the problem in the wrong place
<mwk>
command-reference-manual.tex is auto-generated from the individual command help messages baked into yosys code
<somlo>
yeah, figured I'd ping you before just submitting a mechanical PR :)
<somlo>
yeah, that explains it coming back
<somlo>
do you want a PR or can you fix it on your end without all the pomp and circumstance? :)
<mwk>
I'll just fix it
<somlo>
thanks much, appreciated!
<mwk>
it needed to be fixed in the source code of the pass, `passes/opt/opt_mem_priority.cc`, and then the tex file regenerated by `make update-manual`