tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow
<tpb> Title: routing works! · SymbiFlow/symbiflow-arch-defs@9f9ed21 · GitHub (at github.com)
ni291187 has joined #symbiflow
ni291187 has quit [Remote host closed the connection]
LongerVision has joined #symbiflow
freemint has quit [Ping timeout: 245 seconds]
zeigren has quit [Read error: Connection reset by peer]
alexhw[m] has quit [Remote host closed the connection]
mrhat2010[m] has quit [Remote host closed the connection]
hzeller[m] has quit [Read error: Connection reset by peer]
xobs has quit [Read error: Connection reset by peer]
nrossi has quit [Read error: Connection reset by peer]
xobs has joined #symbiflow
n4067 has joined #symbiflow
kmehall has quit [*.net *.split]
John_K has quit [*.net *.split]
zeigren has joined #symbiflow
alexhw[m] has joined #symbiflow
nrossi has joined #symbiflow
hzeller[m] has joined #symbiflow
mrhat2010[m] has joined #symbiflow
n4067 has quit [Remote host closed the connection]
n5807 has joined #symbiflow
mrhat2010[m] has quit [*.net *.split]
mrhat2010[m] has joined #symbiflow
LongerVision has quit [Quit: Connection closed for inactivity]
n5807 has left #symbiflow [#symbiflow]
n6271 has joined #symbiflow
John_K has joined #symbiflow
kmehall has joined #symbiflow
n6271 has quit [Remote host closed the connection]
n8108 has joined #symbiflow
alainmarcel2 has joined #symbiflow
n8108 has quit [Remote host closed the connection]
alainmarcel2 has left #symbiflow [#symbiflow]
Bertl_oO is now known as Bertl_zZ
alainmarcel2 has joined #symbiflow
n13865 has joined #symbiflow
n13865 has quit [Remote host closed the connection]
proteusguy has quit [Ping timeout: 258 seconds]
proteusdude has quit [Ping timeout: 245 seconds]
proteusguy has joined #symbiflow
proteusguy has quit [Ping timeout: 240 seconds]
proteusdude has joined #symbiflow
proteusdude has quit [Ping timeout: 276 seconds]
proteusdude has joined #symbiflow
OmniMancer has joined #symbiflow
cyndis has joined #symbiflow
Bertl_zZ is now known as Bertl
adjtm has quit [Ping timeout: 276 seconds]
freemint has joined #symbiflow
adjtm has joined #symbiflow
Bertl is now known as Bertl_oO
OmniMancer has quit [Quit: Leaving.]
<mithro> kgugala: Can you update https://docs.google.com/document/d/1ngck6LGVTXm6HDrVqWeEGdEELrKPWXVaeejkXurgfl4/edit now the v2x stuff works?
<tpb> Title: SymbiFlow Parts Encyclopedia - Google Docs (at docs.google.com)
<tpb> Title: Google Docs - create and edit documents online, for free. (at docs.google.com)
<sf-slack3> <kgugala> I don't have access to this one
n52639 has joined #symbiflow
n52639 has quit [Remote host closed the connection]
<hackerfoo> mkurc: Would you like to work on creating the other IOPAD variants? (containing IOB33S, IOB33 (single))? IOB33S should be the same but with "SELECT_Y 0", the single pads might not be much more work.
<hackerfoo> I'm not sure what's involved in getting VPR to treat the tiles as equivalent.
<hackerfoo> And then we'll need the left variants eventually.
<sf-slack3> <mkurc> @hackerfoo: I can work on that. From my understanding if those tiles are to be equivalent then we do not need to have different models for them. Just a generic one. I'll do some research on that starting from tomorrow.
adjtm has quit [Ping timeout: 276 seconds]
<hackerfoo> mkurc: Thanks
lromor has joined #symbiflow
freemint has quit [Remote host closed the connection]
freemint has joined #symbiflow
freemint has quit [Ping timeout: 245 seconds]
freemint has joined #symbiflow
adjtm has joined #symbiflow
lromor[m] has joined #symbiflow
<lromor> Hello everyone, I was wondering what synth_tiles_pinmap.csv contains. Could someone give me a brief explanation?
<litghost> It maps pad locations to the VPR grid locations, which is required for IO placement constraints
<lromor> thanks! Noted
lromor has quit [Remote host closed the connection]
bjorkintosh has quit [Quit: Leaving]
freeemint has joined #symbiflow
freemint has quit [Read error: Connection reset by peer]
Bertl_oO is now known as Bertl_zZ
<litghost> lromor: You likely want to use https://github.com/SymbiFlow/symbiflow-arch-defs/pull/1006
<tpb> Title: Add buttons_arty target by duck2 · Pull Request #1006 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<litghost> The ROI that is currently in master doesn't expose many LED's
<litghost> that PR adds an ROI that exposes more pins
<tpb> Title: prjxray-db/artix7/harness at master · SymbiFlow/prjxray-db · GitHub (at github.com)
<lromor[m]> nice, thanks!
<lromor[m]> * nice, thanks! I'll test the pr.
<lromor[m]> * nice, thanks! I'll test the pr. what if I wanted to contribute and map some of the remaining pins?
<litghost> There is an active effort to remove the ROI, but in the mean time you can modify the prjxray harness creation to include your PIN
<tpb> Title: prjxray/runme.tcl at master · SymbiFlow/prjxray · GitHub (at github.com)
<litghost> The root level prjxray has a target that shows how to invoke the make command to rebuild the harness: https://github.com/SymbiFlow/prjxray/blob/master/Makefile#L129
<tpb> Title: prjxray/Makefile at master · SymbiFlow/prjxray · GitHub (at github.com)
<lromor[m]> Thanks! I have everything built locally so it won't be a problem. Could you elaborate why there's an effort of removing the ROI? What does that mean?
<litghost> Currently we have Vivado build us a "harness" that handles the IO stuff so we could initially focus on LUTs/BRAMs/FFs, etc
<litghost> We no longer require the harness, and are working on removing it, which would allow mapping of any available pin without modifying the harness
<lromor[m]> Ah. I see. Thank you.