lopsided98 has quit [Ping timeout: 264 seconds]
lopsided98 has joined #symbiflow
tweakoz has joined #symbiflow
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> however you can try to create part definition in prjxray https://github.com/SymbiFlow/prjxray/tree/master/settings
<tpb> Title: prjxray/settings at master · SymbiFlow/prjxray · GitHub (at github.com)
<sf-slack2> <kgugala> here is the definition for 7010 https://github.com/SymbiFlow/prjxray/blob/master/settings/zynq7.sh
<tpb> Title: prjxray/zynq7.sh at master · SymbiFlow/prjxray · GitHub (at github.com)
<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.
adjtm has quit [Ping timeout: 248 seconds]
adjtm has joined #symbiflow
flammit has quit [*.net *.split]
adamgreig has quit [*.net *.split]
daveshah has quit [*.net *.split]
litghost has quit [*.net *.split]
mithro has quit [*.net *.split]
bubble_buster has quit [*.net *.split]
mats has quit [*.net *.split]
diamondman has quit [*.net *.split]
zkms has quit [*.net *.split]
zkms has joined #symbiflow
bubble_buster has joined #symbiflow
adamgreig has joined #symbiflow
litghost has joined #symbiflow
flammit has joined #symbiflow
daveshah has joined #symbiflow
mithro has joined #symbiflow
mats has joined #symbiflow
diamondman has joined #symbiflow
Bertl_zZ is now known as Bertl
noahh has quit [Ping timeout: 258 seconds]
citypw has joined #symbiflow
noahh has joined #symbiflow
noahh has quit [Quit: Textual IRC Client: www.textualapp.com]
citypw has quit [Ping timeout: 272 seconds]
Kergadon has joined #symbiflow
<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)
ovf has quit [*.net *.split]
benreynwar has quit [*.net *.split]
benreynwar has joined #symbiflow
ovf has joined #symbiflow
zkms has quit [Quit: zkms]
zkms has joined #symbiflow
Bertl is now known as Bertl_oO
Miyu has quit [Ping timeout: 246 seconds]
Kergadon has quit [Ping timeout: 248 seconds]
mbock has joined #symbiflow
mbock has quit [Quit: Leaving.]
tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow