tweakoz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<sf-slack2>
<acomodi> litghost, @tmichalak, mithro: I am confident I have found a great amount of unknown bits. I need to create a minitest to prove it, but I believe that IN_FIFO and OUT_FIFO in the CMT_FIFO column is responsible for those bits
<litghost>
acomodi: Great
<sf-slack2>
<tmichalak> Do we know the base address of this tile?
<sf-slack2>
<tmichalak> Do you mean large number of unknown bits in general or from Litex on Arty perspective?
<sf-slack2>
<acomodi> from the Litex on Arty perspective, but I still need to verify my theories actually
<sf-slack2>
<acomodi> Anyway no, we do not have the base address
<sf-slack2>
<tmichalak> Make sure to create an issue once you are certain
<sf-slack2>
<acomodi> Sure
<sf-slack2>
<butta> We are consistently having an issue where routing gets stuck and isn't able to resolve congestion around FAN_ALT5 resources. Is this something anyone has insight on or is there something we should try to diagnose this?
<sf-slack2>
<acomodi> @butta try to set the `--congested_routing_iteration_threshold 0.8` vpr option. It sets the router to solve highly congested nets after the number of iterations is above the treshold
<sf-slack2>
<acomodi> if you set your `max iteration number` to 500, with a treshold of 0.8 the highly-congested algorithm should be enabled at iteration 400
<sf-slack2>
<butta> That didn't change anything
<sf-slack2>
<butta> It's still having the same congestion and doesn't seem to be spending a long time trying to resolve the congestion
Miyu has quit [Ping timeout: 252 seconds]
<litghost>
butta: Can you file an issue with the relevant replication information?
<mithro>
I have pushed an updated database + harness
<sf-slack2>
<butta> @litghost I'm not sure this would be particularly helpful because we have diverged quite a bit from the symbiflow ROI. These tests route when we allow the placer to choose IO locations, but refuse to route (because of congestion) when we fix the IO locations.
<litghost>
Butta: if you help, please create a replicating test case
<litghost>
*If you want help
<litghost>
butta: Which symbiflow fork are you based off of?
<tpb>
Title: Add segment and connection box annotations to routing graph. by litghost · Pull Request #849 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<hackerfoo>
The import scripts have a lot of problems with duplicate site types, so I've decided to work on splitting the IO tiles vertically before proceeding further.