<sf-slack>
<kgugala> I'll rebase it so we can merge the code
<sf-slack>
<kgugala> In the mean time you can grab the code from the PR and play with it
mkru has joined #symbiflow
<sf-slack>
<alberto.anzellotti> @kgugala thank you very much! :) It states it's compatible with the microzed board, which comes with a XC7Z010 (Zynq 7010)! Awesome!
wki has joined #symbiflow
wki has quit [Ping timeout: 245 seconds]
kgugala_ has joined #symbiflow
kgugala has quit [Read error: Connection reset by peer]
<sf-slack>
<kgugala> this one add Arty and Basys3 examples
<sf-slack>
<kgugala> including openOCD programming
<aep>
this is exactly what i was looking for, thanks!
OmniMancer1 has quit [Quit: Leaving.]
<aep>
hm, using these instructions, i'm missing symbiflow_synth
<aep>
is there a different way to obtain all the needed parts than conda?
citypw has quit [Ping timeout: 240 seconds]
mkru has quit [Remote host closed the connection]
mkru has joined #symbiflow
<litghost>
aep: We are working such that upstream builds of yosys and VPR can be used, but for now conda is the easiest method that we support. There are some folks that are working on repackaging for other distributions, see https://github.com/SymbiFlow/symbiflow-arch-pkgs
<litghost>
aep: Specifically, symbiflow_synth is actually just a shell script that is provided in the symbiflow install tarball, and actually isn't part of conda at all
<litghost>
aep: But the script does expect that yosys and vpr are installed on the path in the specific configuration currently required
<aep>
thats confusing. so should i install upstream yosys in addition to get symbiflow_synth ?
<aep>
would be nice if there was a manual for setup
<litghost>
aep: Sorry, I was not very clear. Let me try again. At this time, upstream yosys will likely not work, and is not the tested configuration. The set of conda packages that are installed in the symbiflow-examples are the tested configuration, and for now the only configuration we can recommend. Once upstream yosys has been tested to work, this will changed.
<aep>
ah ok. is there a CI or something that tells me which version to install that works?
<tpb>
Title: SymbiFlow Examples on Arty Board SymbiFlow (at symbiflow--295.org.readthedocs.build)
<aep>
but that version doesnt work, so im wondering how to check which one could work
<aep>
20200416-002215 is probably a build id?
<litghost>
aep: I believe that is the build timestamp
<litghost>
aep: Sorry I misunderstood you. If the instructions are not working that is surprising. Do you mind filing an issue on symbiflow-examples with the problem you are having? That is something we should fix
<aep>
kgugala sayd this is a PR, so i guess i should comment under the PR. but i dont know which it refers to
<litghost>
aep: I'll let kgugala comment then. Be aware we are actively iterating on making the install process less error prone, apologies for the confusion.