tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow
<litghost> pgielda: One option is have the README.md include a simple shell script with the exact commands. I believe github markdown supports inserting external files into Markdown files?
<mithro> @litghost Sadly it does not
<tpb> Title: Include file-content as part of markdown. · Issue #346 · github/markup · GitHub (at github.com)
<litghost> Nvm, I guess maybe they closed as "Resolved, don't fixed", not fixed
<litghost> :/
az0re has quit [Remote host closed the connection]
gsmecher has quit [Ping timeout: 256 seconds]
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #symbiflow
Xark_ has left #symbiflow ["Leaving"]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
citypw has joined #symbiflow
futarisIRCcloud has joined #symbiflow
gsmecher has joined #symbiflow
FFY00 has quit [Ping timeout: 256 seconds]
Degi has quit [Ping timeout: 246 seconds]
Degi has joined #symbiflow
az0re has joined #symbiflow
citypw has quit [Ping timeout: 240 seconds]
craigo has joined #symbiflow
gsmecher has quit [Ping timeout: 272 seconds]
kgugala_ has joined #symbiflow
kgugala has quit [Ping timeout: 240 seconds]
proteus-guy has quit [Ping timeout: 256 seconds]
citypw has joined #symbiflow
OmniMancer1 has joined #symbiflow
OmniMancer has quit [Ping timeout: 260 seconds]
<sf-slack> <pgielda> Yes, this is sad it does not. That would solve the issue.
citypw has quit [Ping timeout: 240 seconds]
kgugala_ has quit [Read error: Connection reset by peer]
kgugala has joined #symbiflow
FFY00 has joined #symbiflow
mkru has joined #symbiflow
mkru has quit [Quit: Leaving]
kraiskil has joined #symbiflow
OmniMancer1 has quit [Read error: Connection reset by peer]
OmniMancer has joined #symbiflow
citypw has joined #symbiflow
<sf-slack> <pgielda> ok, now we have a no-gui VTR that has almost no deps
<tpb> Title: GitHub - SymbiFlow/symbiflow-examples: Examples designs for showing different ways to use SymbiFlow toolchains. (at github.com)
<sf-slack> <pgielda> QL README will follow in a similar manner
<sf-slack> <pgielda> it will mostly be identical more or less minus a different conda channel (because of a different yosys) and different arch-defs package (because its a different FPGA architecture ;) )
proteus-guy has joined #symbiflow
kgugala has quit [Ping timeout: 258 seconds]
gsmecher has joined #symbiflow
kgugala has joined #symbiflow
kgugala_ has joined #symbiflow
kgugala has quit [Ping timeout: 246 seconds]
<_whitenotifier-f> [yosys] rakeshm75 opened issue #78: Branch: Quicklogic: Yosys flow is removing the gclkbuff - https://git.io/Jfyo6
OmniMancer has quit [Quit: Leaving.]
citypw has quit [Ping timeout: 240 seconds]
smy has joined #symbiflow
lambda has quit [Ping timeout: 260 seconds]
smy has quit [Ping timeout: 245 seconds]
lambda has joined #symbiflow
andrewb1999 has joined #symbiflow
<tpb> Title: SymbiFlow · GitHub (at github.com)
<tpb> Title: symbiflow-arch-defs/utils at master · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
craigo has quit [Quit: Leaving]
epony has quit [Remote host closed the connection]
epony has joined #symbiflow
<tnt> Mmm, yosys really doesn't know how to use the QuickLogic LC efficiently.
<tnt> A 8:1 mux can be done in a single LC. Yosys uses 5 and 3 layer deep.
<andrewb1999> yosys is generating a single SRL16 on one of my designs, even though synth_xilinx is called with nosrl
<andrewb1999> And then VPR doesn't have an architecture model for it
<andrewb1999> Does anyone know why this happens on the yosys side?
<daveshah> Are you sure the design doesn't have an SRL primitive in it
<daveshah> If it is free of SRLs then it sounds like a bug in how nosrl works
<andrewb1999> daveshah: Hmm let me double check that, there might be srl primitives somewhere
<andrewb1999> daveshah: Yep, found it in some boilerplate code, thanks!
OmniMancer has joined #symbiflow
OmniMancer1 has joined #symbiflow
kraiskil has quit [Ping timeout: 246 seconds]
OmniMancer has quit [Ping timeout: 246 seconds]
<tpb> Title: GitHub - SymbiFlow/symbiflow-rr-graph: Collection of Routing Resources Graph (RR Graph) libraries for VPR (at github.com)
sorear has quit [Ping timeout: 246 seconds]
<andrewb1999> litghost: Would you be able to meet up sometime soon to discuss partial reconfiguration regions in SymbiFlow?
sorear has joined #symbiflow
<tpb> Title: GitHub - SymbiFlow/symbiflow-examples: Examples designs for showing different ways to use SymbiFlow toolchains. (at github.com)
<sf-slack> <pgielda> we have an autotesting travis CI now
<tpb> Title: symbiflow-examples/.travis.yml at master · SymbiFlow/symbiflow-examples · GitHub (at github.com)
<sf-slack> <pgielda> ok, now the binary flow example: https://github.com/SymbiFlow/symbiflow-examples covers both EOS3 and XC7 and has a travis CI that tests if both flows work, without code duplication in .travis.yml
<tpb> Title: GitHub - SymbiFlow/symbiflow-examples: Examples designs for showing different ways to use SymbiFlow toolchains. (at github.com)
<Lofty> It would be grand if someone looked at my comments on the SlowLogic Yosys PR