tpb has joined #symbiflow
kraiskil has joined #symbiflow
futarisIRCcloud has joined #symbiflow
craigo has joined #symbiflow
rvalles has quit [Ping timeout: 250 seconds]
rvalles has joined #symbiflow
freemint has quit [Ping timeout: 276 seconds]
_whitelogger has joined #symbiflow
kraiskil has quit [Ping timeout: 240 seconds]
proteus-guy has joined #symbiflow
Bertl_zZ is now known as Bertl
freemint has joined #symbiflow
sf-slack has quit [Remote host closed the connection]
sf-slack has joined #symbiflow
<_whitenotifier> [sv-tests] piotr-binkowski opened issue #381: Remove blacklist from Basejump STL generator config - https://git.io/Jeui9
mkru has joined #symbiflow
kraiskil has joined #symbiflow
mkru has quit [Quit: Leaving]
stzsch has quit [Ping timeout: 246 seconds]
stzsch has joined #symbiflow
proteus-guy has quit [Ping timeout: 240 seconds]
Bertl is now known as Bertl_oO
OmniMancer has quit [Quit: Leaving.]
kraiskil has quit [Ping timeout: 265 seconds]
craigo has quit [Ping timeout: 268 seconds]
davidthings has joined #symbiflow
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
<hackerfoo> litghost: I'll try to get a PR by the end of the day, but here's the branch I've been working on: https://github.com/HackerFoo/vtr-verilog-to-routing/tree/wip-testing
<tpb> Title: GitHub - HackerFoo/vtr-verilog-to-routing at wip-testing (at github.com)
futarisIRCcloud has joined #symbiflow
kraiskil has joined #symbiflow
<litghost> hackerfoo: Is that an integrated master+wip branch?
kraiskil has quit [Ping timeout: 276 seconds]
<hackerfoo> litghost: Yes. I still need to rebase onto the upstream master.
<litghost> hackerfoo: I expect you will be able to rebase nicely onto https://github.com/SymbiFlow/vtr-verilog-to-routing/tree/connection_box_serdes_merge_squashed
<tpb> Title: GitHub - SymbiFlow/vtr-verilog-to-routing at connection_box_serdes_merge_squashed (at github.com)
<hackerfoo> litghost: Okay, I'll do that instead.
<litghost> hackerfoo: What you need to do is:
<litghost> git rebase --onto a56cb11fbff1eadac737f4a6edce341af333c1a6 a81d5eab19f179767210096f4441f22e1a5cff32 <your branch name>
<tpb> Title: GitHub - SymbiFlow/vtr-verilog-to-routing at connection_box_serdes_merge_squashed (at github.com)
<litghost> a81d5eab19f179767210096f4441f22e1a5cff32 should be the old https://github.com/SymbiFlow/vtr-verilog-to-routing/tree/connection_box_serdes_merge_squashed
<litghost> This is assuming your are on a feature branch on top of the old https://github.com/SymbiFlow/vtr-verilog-to-routing/tree/connection_box_serdes_merge_squashed
<tpb> Title: GitHub - SymbiFlow/vtr-verilog-to-routing at connection_box_serdes_merge_squashed (at github.com)
<litghost> If you are not, then some of what I wrote is inaccurate
<hackerfoo> I'm looking for the commit.
<hackerfoo> No, that wasn't in my parallel-connection-box-lookahead branch yet.
<litghost> Okay, well replace a81d5eab19f179767210096f4441f22e1a5cff32 with whatever your "root" commit on the feature branch was
<hackerfoo> I've rebased my parallel-connection-box-lookahead branch.
<hackerfoo> Now I'm going to try it out, then check it over again and submit a PR.
kuldeep has quit [Remote host closed the connection]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
futarisIRCcloud has joined #symbiflow
<litghost> hackerfoo: What graph's have you been testing on?
<litghost> hackerfoo: I just tested on the full 50T, and got:
<litghost> Failed to route connection from '$false' to '$auto$alumacc.cc:485:replace_alu$2737.slice[2].carry4_full' for net 'murax.system_uartCtrl.uartCtrl_1.tx.io_configFrame_stop' (#0)
<litghost> Cannot route from SYN-GND.GND[0] (RR node: 878 type: SOURCE location: (3,1) class: 0) to BLK-TL-SLICEL.BX[0] (RR node: 1922176 type: SINK location: (95,121) class: 13) -- no possible path
<hackerfoo> The ROI and full graph, and I've been testing murax.
<litghost> Ya, same
<litghost> What is your symbiflow-arch-def githash?
<litghost> Mine is 880a06e840dc7d96d72461f2acb4fcd5e7ef580c merged with c427fe0b4645560df51160881d3cde84725e7dd5 (e.g. master)
<litghost> I was testing with VTR @ 0477b874ad1be65626c99ae13f707586a7dae116
<hackerfoo> arch-defs @ 5d68d4e8e82a3d36d6b9fb26d95038105afc5679
<tpb> Title: remove-graph-limit.diff · GitHub (at gist.github.com)
<litghost> Right, I was about to ask about that
<litghost> 5d68d4e8e82a3d36d6b9fb26d95038105afc5679 doesn't have the graph limit removed
<hackerfoo> building murax_basys_x1y0_fasm
<litghost> Same target on my side, that produced the above error
<litghost> How many sample points did your code have?
<hackerfoo> I'm working on the octopus merge right now, so I haven't run the new branch yet.
<hackerfoo> 3x3
<litghost> grep "Expanded sample" xc7/archs/artix7/devices/vpr_stdout.log | wc
<litghost> 476 3808 27216
<litghost> ok
<hackerfoo> It sorts the points by the index of the first point to hopefully be more cache friendly.
<hackerfoo> At least, there's no reason to group the expansion per segment type anymore.
<hackerfoo> Each `SamplePoint` is a group of the same segment type, though.
<hackerfoo> So it should be 3 * 3 * segment types * connection box types, roughly.
freemint has quit [Ping timeout: 264 seconds]
tpb has quit [Remote host closed the connection]