<tpb>
Title: Sign in to GitHub · GitHub (at github.com)
<sf-slack2>
<acomodi> mithro: more details are in the comment on GH
citypw has quit [Quit: Leaving]
space_zealot has joined #symbiflow
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
OmniMancer has quit [Read error: Connection reset by peer]
OmniMancer has joined #symbiflow
_whitelogger has joined #symbiflow
<mithro>
acomodi: Okay great
<mithro>
mkurc: Where are we with the Yosys attribute + parameter stuff?
<sf-slack2>
<mkurc> @mithro I fixed handling of default values of floating point (aka real) parameters
<sf-slack2>
<mkurc> So if there are no more review issues then it is ready on my side.
<mithro>
mkurc: Okay I'll take a look shortly
<sf-slack2>
<mkurc> @mithro @litghost Have you managed to successfully model an async set/reset flip-flop (eg. FDSE) with timings ? I've been trying to make such a test for V2X SDF import with no success.
<sf-slack2>
<mkurc> @mithro The first problem is that when such a model+pb_type is injected into the v2x test suite then the VPR crashes (segfaults) with the assertion failure: `vpr/src/timing/timing_graph_builder.cpp:250 add_block_to_timing_graph: Assertion 'clk_port' failed.`
<sf-slack2>
<mkurc> @mitrho But this is just a D flip-flop
<mithro>
mkurc: I saw that issue recently
<mithro>
mkurc: Let me find the fix
<sf-slack2>
<mkurc> @mitrho: Ok
<sf-slack2>
<mkurc> @mitrho And another thing: when having a FF with async set/reset like FDSE then I see no way to define timing between SR and Q.
<mithro>
mkurc: It is caused by the eblif not having the clock pin
<tpb>
Title: [DNM][WIP] Use Yosys to generate blif in v2x tests by kgugala · Pull Request #756 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<mithro>
litghost / acomodi: kmurry just landed the reformatting patch to vtr
<sf-slack2>
<acomodi> mithro: that's great! We need to merge it to the symbiflow fork ASAP. There already is a PR open with a merge from upstream, but currently it is failing during routing. I am looking at the issue. More information in the PR itself: https://github.com/SymbiFlow/vtr-verilog-to-routing/pull/59