<tpb>
Title: Google Docs - create and edit documents online, for free. (at docs.google.com)
proteusguy has quit [Ping timeout: 248 seconds]
OmniMancer has quit [Quit: Leaving.]
proteusguy has joined #symbiflow
<sf-slack2>
<kgugala> @litghost I'm looking at the LUT5/6 delays and LUT6 are smaller than LUT5. This is weird because LUT6 is made from two LUT5 and a mux. Also LUT6 delays are equal for every Ix -> O6 path. Could it be that those are not the whole path timings, but rather the mux merging two LUT5 into one LUT6?
<litghost>
kgugala: The current XML structure is logically valid, but may not be suitable to the timing model
<sf-slack2>
<kgugala> @litghost I'm talking about what I got from 007 fuzzer
<litghost>
kgugala: I think the values you have are correct
<sf-slack2>
<kgugala> so every LUT6 delay looks the same:
<tpb>
Title: Fixed fuzzer 007 to make it extract missing timings for FFs by mkurc-ant · Pull Request #857 · SymbiFlow/prjxray · GitHub (at github.com)
<sf-slack2>
<tmichalak> Actually only 41 and 57 are disabled, 71 has just different dependencies because normally depends on 57 which has been disabled
<mithro>
kgugala: Okay, I've pushed an updated database till "Merge pull request #842 from antmicro/bits_origin"
<hackerfoo>
litghost: I figured out Yosys was crashing due to adding 8/16/32 bit support to RAMB36E1 in brams.txt. I don't know what I did wrong yet.
<litghost>
hackerfoo: Odd
<sf-slack2>
<kgugala> @mithro thanks
<sf-slack2>
<kgugala> @mithro so we need to wait for dependabot to bump the submodules in arch-defs or shall I do it manually in the PR?
<litghost>
kgugala: Update it your PR
<sf-slack2>
<kgugala> ok
<litghost>
kgugala: If you find that other errors crop up as a result, it might be worth splitting it into two PRs
<litghost>
kgugala: But first shot should be update at same time
<sf-slack2>
<kgugala> @litghost they do not trigger any errors in this PR - I noticed missing BRAM timings when started working on adding them there
<sf-slack2>
<kgugala> @litghost we can land this PR and than I'll open a new one with missing timings
<sf-slack2>
<kgugala> @litghost this way it will be easier to review them