tweakoz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Bertl_oO is now known as Bertl_zZ
tweakoz has joined #symbiflow
citypw has joined #symbiflow
Vonter has joined #symbiflow
tweakoz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tweakoz has joined #symbiflow
Kergadon has joined #symbiflow
citypw has quit [Ping timeout: 244 seconds]
Kergadon has quit [Ping timeout: 246 seconds]
<sf-slack2>
<justidl3> Thanks for the help. I currently have a pynq v1 board, which happens to use the same fpga logic chip as the zedboard. As of now, what is the best approach for porting boards with the same xilinx chip?
<sf-slack2>
<justidl3> Also, is it better to use the slack or irc channel? Just wondering
Miyu has joined #symbiflow
proteusguy has joined #symbiflow
tweakoz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<sf-slack2>
<kgugala> @justidl3 we have a bot that routes messages between Slack and symbiflow IRC channel, so you can use whatever is more convenient for you
<sf-slack2>
<kgugala> As for your first question:
<sf-slack2>
<kgugala> you have zynq 7020
<sf-slack2>
<kgugala> this part is not in our main focus (we support 7010)
<sf-slack2>
<kgugala> you'd need to recreate the whole database (run all the fuzzers)
<sf-slack2>
<kgugala> this may take some time
<sf-slack2>
<kgugala> and, of course, you may need to fix some bugs :slightly_smiling_face:
Miyu has quit [Ping timeout: 258 seconds]
markus-zzz has joined #symbiflow
<markus-zzz>
Using nextpnr-ecp5 --gui (built from git a few days ago) I am not able to see any of the nets in my design. I have tried right-clicking on entries in the 'Nets' tab and 'Highlight' but nothing shows. Am I doing it wrong or simply misunderstanding something?
<daveshah>
Is the design routed?
<markus-zzz>
yes it is routed
<markus-zzz>
(otherwise nothing should show in the 'Nets' tab right?)
<daveshah>
Nets are a netlist entity, so they show in the nets tab as soon as the design is loaded
<markus-zzz>
ah, right. yes of course. But anyway routing is done according to the tool.
<daveshah>
Not sure what is happening, seems to work fine for me
<daveshah>
Are you on a relatively recent nextpnr, there was a bug that caused the "cells" and "nets" tabs to swap a while ago?
<markus-zzz>
I am on ff958830
<daveshah>
Oh, you are on ECP5 not ice40
<daveshah>
There's no graphic data for the ECP5 routing yet
<daveshah>
Never got round to doing that
<markus-zzz>
aha, well then that explains :)
<markus-zzz>
Would it be something difficult to do that? What steps would it involve?
citypw has joined #symbiflow
noahh has joined #symbiflow
<daveshah>
markus-zzz: I think we might need to fix some performance issues first
<daveshah>
The bigger ECP5s have quite a bit of routing to show
<daveshah>
But basically it would be a case of adding "Decal" structures describing lines to all the wires
<markus-zzz>
Right, I looked around a bit at how ice40 does it but maybe the drawing framework needs to be redesigned a bit to handle much bigger FPGAs as you say.
<markus-zzz>
just looking for something that I could possibly help out with.
citypw has quit [Ping timeout: 272 seconds]
<daveshah>
If you are interested in this, the first thing I'd play with is adding a switchbox (just a rectangle in the middle of the tile) and some stub wires
<daveshah>
Don't need to get all the tiles connected up, just have short stubs for each wire
<daveshah>
This will provide a place to start and also test the performance a bit
<markus-zzz>
yeah, that is probably a good approach. I will try to find some time to play around with it.
<Kergadon>
Hello, I am interested in helping out with this project. I have experience with python and, limited experience with verilog. I have the ecp5-5g versa dev board, so that is what I'd like to focus on at least at the start.
<Kergadon>
Also would switching over to slack be preferable?
<sf-slack2>
<pgielda> It does not matter, there is a bot that moves messages both ways
<sf-slack2>
<pgielda> So whatever works for you is fine
<sf-slack2>
<nikolaus.luhrs> Ah yep, I see that now, I went ahead and joined the slack
Kergadon has quit [Read error: Connection reset by peer]
Kergadon has joined #symbiflow
<sf-slack2>
<nikolaus.luhrs> I guess there's not really a getting started guide just yet?
Miyu has joined #symbiflow
<mithro>
Someone poke me if I haven't pushed a new DB for prjxray in 3 hours - can you poke me again?
<mithro>
Kergadon / nikolaus.luhrs: You might want to try and catch up with daveshah if you want to do ECP5 related stuff -- however I think a lot of ECP5 stuff is at the stage of "using the toolchain to do things" type area. There are a bunch of people doing cool stuff in the #litex channel like https://github.com/litex-hub/linux-on-litex-vexriscv
<tpb>
Title: GitHub - litex-hub/linux-on-litex-vexriscv: Linux on LiteX-VexRiscv (at github.com)