tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow
craigo has quit [Ping timeout: 265 seconds]
Degi has quit [Ping timeout: 256 seconds]
az0re has quit [Remote host closed the connection]
Degi has joined #symbiflow
az0re has joined #symbiflow
citypw has joined #symbiflow
xtro has joined #symbiflow
maartenBE has quit [Ping timeout: 240 seconds]
maartenBE has joined #symbiflow
ayazar1 has joined #symbiflow
enriq has joined #symbiflow
kgugala has joined #symbiflow
kgugala_ has quit [Ping timeout: 264 seconds]
kgugala has quit [Read error: Connection reset by peer]
kgugala has joined #symbiflow
kraiskil has joined #symbiflow
ayazar1 has quit [Quit: ayazar1]
xtro has quit [Ping timeout: 240 seconds]
proteus-guy has joined #symbiflow
proteus-guy has quit [Ping timeout: 240 seconds]
proteusguy has quit [Ping timeout: 256 seconds]
enriq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
proteusguy has joined #symbiflow
craigo has joined #symbiflow
enriq has joined #symbiflow
proteusguy has quit [Ping timeout: 265 seconds]
sorear has quit [Ping timeout: 244 seconds]
_florent_ has quit [Read error: Connection reset by peer]
_florent_ has joined #symbiflow
sorear has joined #symbiflow
proteusguy has joined #symbiflow
kraiskil has quit [Ping timeout: 260 seconds]
kraiskil has joined #symbiflow
kraiskil has quit [Ping timeout: 240 seconds]
enriq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enriq has joined #symbiflow
enriq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enriq has joined #symbiflow
enriq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enriq has joined #symbiflow
OmniMancer has quit [Quit: Leaving.]
enriq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enriq has joined #symbiflow
craigo has quit [Ping timeout: 240 seconds]
xtro has joined #symbiflow
citypw has quit [Ping timeout: 240 seconds]
mkru has joined #symbiflow
craigo has joined #symbiflow
mkru has quit [Quit: Leaving]
<sf-slack> <jonathan.brent.nelson> Question about running Project URAY. What setup do you have to do in order to actually get it to run? I know that project XRAY required a lot of setup, so I assume my lack of setup I've done is why URAY currently will not run for me.
enriq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
unrznbl[m] has joined #symbiflow
<tpb> Title: prjuray/db-full.sh at master · SymbiFlow/prjuray · GitHub (at github.com)
<litghost> Pretty much the only thing you need to provide is a working Vivado 2019.2 instance
<unrznbl[m]> I am interested in getting an FPGA to run a core for 6809, 8051 and/or z80 to learn more about low-level forth, and maybe in the process learn a bit about designing a core, maybe even poking at cell baseband/dsp sorts of things eventually. I have an ice40 cheap board (UPDuino 1.0 from gnarly) and am working through the "Getting Started" section of your project. Thanks!
<sf-slack> <jonathan.brent.nelson> Project URAY still does not work for me, and claims that it cannot import textx. Is there anything you have to do to get that to show up?
enriq has joined #symbiflow
<litghost> textx is listed in the requirements.txt here : https://github.com/SymbiFlow/prjuray/blob/master/requirements.txt#L15
enriq has quit [Client Quit]
<tpb> Title: prjuray/requirements.txt at master · SymbiFlow/prjuray · GitHub (at github.com)
<litghost> And the "env" target here: https://github.com/SymbiFlow/prjuray/blob/master/Makefile#L22-L40 installs the dependencies from there
<tpb> Title: prjuray/Makefile at master · SymbiFlow/prjuray · GitHub (at github.com)
<litghost> And when the uray settings are sourced, it enters the venv here: https://github.com/SymbiFlow/prjuray/blob/master/utils/environment.sh#L25-L27
<tpb> Title: prjuray/environment.sh at master · SymbiFlow/prjuray · GitHub (at github.com)
<litghost> So you are missing a step somewhere
<unrznbl[m]> a very tiny PR, got a top.bit file at the end, so that's good! (sadly I have not that device to use, will look at ice40 examples now)
<tpb> Title: Comparing SymbiFlow:master...craigcomstock:patch-1 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<litghost> unrznbl: Good catch, feel free to actually open the PR
<unrznbl[m]> of course. Done.
<litghost> unrznbl: If you are using ice40, I recommend nextpnr as the ice40 support in symbiflow-arch-defs is very incomplete and untested.
<unrznbl[m]> ok. will take a look.
enriq has joined #symbiflow
<unrznbl[m]> where would I start for my UPDuino 1.0? ~/src/symbiflow-arch-defs/build/ice40/tests/blink$ grep blink_ Makefile | grep bit
<unrznbl[m]> shows me a bunch of different devices: icestick, hx8k, icevision, tinyfpga...
<unrznbl[m]> from the board info page at http://www.gnarlygrey.com/ it says: Lattice UltraPlus FPGA
<unrznbl[m]> 5.3K LUTs, 1Mb SPRAM, 120Kb DPRAM, 8 Multipliers
<tpb> Title: GitHub - YosysHQ/nextpnr: nextpnr portable FPGA place and route tool (at github.com)
<unrznbl[m]> ah, so follow that instead of doing the same thing as the getting started example?
<unrznbl[m]> ok. Cleaned up that PR, haven't done DCOs before really. ;)
<litghost> No problem! Thanks for the fix
<unrznbl[m]> litghost: that nextpnr link you sent, that has nothing to do (directly) with symbiflow-arch-defs then? As in there is no "make something" I should do in there, but rather checkout https://github.com/yosyshq/nextpnr and go from there?
<tpb> Title: GitHub - YosysHQ/nextpnr: nextpnr portable FPGA place and route tool (at github.com)
<litghost> Yes
<litghost> Different project, similiar goals, some overlap
<unrznbl[m]> right, symbiflow is like an umbrella project somewhat then?
<unrznbl[m]> thanks, will try it out.
<litghost> More or less. symbiflow-arch-defs is just one repo under the symbiflow moniker. There is other work, like system verilog support, or the bitstream documentation, etc
<unrznbl[m]> now I just need to figure out a nice hack to program the thing via SPI 👍️
enriq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enriq has joined #symbiflow
OmniMancer has joined #symbiflow
enriq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]