<litghost> hackerfoo: That is a suprising behavior
<litghost> hackerfoo: Sounds like we have a bug somewhere
<mithro> acomodi: I fixed up that document
space_zealot has quit [Read error: Connection reset by peer]
space_zealot has joined #symbiflow
futarisIRCcloud has joined #symbiflow
space_zealot has quit [Remote host closed the connection]
space_zealot has joined #symbiflow
space_zealot has quit [Ping timeout: 250 seconds]
jevinskie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jevinskie has joined #symbiflow
proteusguy has quit [Ping timeout: 268 seconds]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #symbiflow
OmniMancer has joined #symbiflow
Bertl_zZ is now known as Bertl
_whitelogger has joined #symbiflow
<sf-slack2> <acomodi> mithro: Great, thanks
Bertl is now known as Bertl_oO
_whitelogger has joined #symbiflow
<tpb> Title: mode selection: small fixes · verilog-to-routing/vtr-verilog-to-routing@a957179 · GitHub (at github.com)
<sf-slack2> <acomodi> litghost: Not yet, I'll apply them now
<sf-slack2> <acomodi> litghost: sorry, no those are not included in our master+wip
<litghost> acomodi: That's okay, the priority is getting the mode selection fixes upstream
<sf-slack2> <acomodi> litghost: yep, I have noticed that the regression tests are extremely sensitive
<sf-slack2> <acomodi> litghost: anyway I think that now everything is ok, titan benchmarks returned with very good QoRs, packing time is still even with the master
<sf-slack2> <mkurc> I added support for importing SDF timings to V2X. https://github.com/SymbiFlow/symbiflow-arch-defs/pull/765
<tpb> Title: Support for SDF timing import for V2X by mkurc-ant · Pull Request #765 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<sf-slack2> <kgugala> @mithro can we bump the database so it has the latest sdfs? There were quite a few fixes merged in https://github.com/SymbiFlow/prjxray/commit/8cb7366fa2c361fd5c8eec0aa0cb976808a39752
<tpb> Title: Merge pull request #835 from antmicro/bel-timings-fixes · SymbiFlow/prjxray@8cb7366 · GitHub (at github.com)
OmniMancer has quit [Read error: Connection reset by peer]
OmniMancer has joined #symbiflow
<sf-slack2> <acomodi> litghost, mithro: https://docs.google.com/document/d/11hlBnzs_1SfzWTVxWYQNDCDxRJFroodoIORaDiWbylw which of the commits marked as workarounds are likely to be pushed upstream in your opinion?
<tpb> Title: SymbiFlow VtR Status - Google Docs (at docs.google.com)
OmniMancer has quit [Quit: Leaving.]
citypw has quit [Ping timeout: 248 seconds]
space_zealot has joined #symbiflow
<tpb> Title: symbiflow-arch-defs/xc7/libraries at master · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<tpb> Title: GitHub - mithro/vtr-verilog-to-routing at port_bit_name (at github.com)
ZipCPU has quit [Excess Flood]
ZipCPU has joined #symbiflow
space_zealot has quit [Ping timeout: 248 seconds]
jevinskie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mithro> mkurc: It'll take me a while to digest what your doing with the SDF loading in v2x...
space_zealot has joined #symbiflow
<sf-slack2> <mkurc> @mitrho: I've seen your comment. So you wanted to have a flow like SDF -> Verilog -> XML ?
<sf-slack2> <mkurc> Or to update JSON generated by Yosys with timings from SDF ?
space_zealot has quit [Ping timeout: 258 seconds]
adjtm_ has joined #symbiflow
adjtm has quit [Ping timeout: 245 seconds]
<hackerfoo> read_uart.py doesn't seem to work any more on master with dram_test or bram_test
<hackerfoo> The serial data looks fine at 500000 baud.
<hackerfoo> I don't see any recent changes, though. It must be a dependency.
<hackerfoo> The result format got a byte shorter.
<litghost> hackerfoo: Also possible that it is a regression
<hackerfoo> I can't find any changes to the logic. It seems that the loop count is only one byte, even though the state machine should output two bytes. The header, CR, LF are all there, and the error count is 0.
<hackerfoo> The loop count seems to be going down, but that could just be aliasing.
<litghost> hackerfoo: You looking at simulation?
<hackerfoo> I tried autosim. It just showed running clocks but the other waveforms were flat.
tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow
<hackerfoo> I suppose I should try bit2v in Vivado