<hackerfoo>
The FASM parser doesn't seem to accept prefixes for fasm_params, even though fasm_features does (presumably because it just copies them into the FASM output.)
lavatech_ has quit [Ping timeout: 252 seconds]
Bertl_oO is now known as Bertl_zZ
<litghost>
hackerfoo: Example? It should
<litghost>
hackerfoo: Prefixing is handled in a generic way, no associated with fasm_params or fasm_mux, etc
<tpb>
Title: Support for attributes on parameters in Verilog by mkurc-ant · Pull Request #25 · SymbiFlow/yosys · GitHub (at github.com)
Vonter_ has joined #symbiflow
Vonter has quit [Read error: Connection reset by peer]
Vonter_ has quit [Ping timeout: 246 seconds]
Vonter has joined #symbiflow
Vonter has quit [Ping timeout: 246 seconds]
jevinskie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Vonter has joined #symbiflow
<sf-slack2>
<mkurc> @mithro I do not have the ability to ask for review and re-review on Symbiflow github. I also cannot add labels to PRs which would be useful eg. if I wanted to re-run the kokoro CI. Can you grant me those permissions ?
<mithro>
mkurc: I'll look at it now, poke me again if I haven't said you have access in 30 minutes
<mithro>
kgugala: There is some script which patches timing values into the muxes -- I can't figure out what is doing it however...
<sf-slack2>
<kgugala> @mithro In my PR? Or somewhere else
<sf-slack2>
<kgugala> for now only for mux7a/b and mux8
OmniMancer has quit [Quit: Leaving.]
jevinskie has joined #symbiflow
<mithro>
gah! I forgot we moved most of the mux code into utils/lib/mux.py which is why I wasn't finding anything in utils/mux_gen.py
<sf-slack2>
<mkurc> @mithro I have a WIP implementation of SDF import in V2X. I based it on the most recent V2X which is in your PR (#703). Does it make sense to create a PR with my code to your branch ?
<sf-slack2>
<mkurc> @mithro and BTW please look into my github permissions
<mithro>
mkurc: Your permissions should be fixed...
<sf-slack2>
<mkurc> @mithro Yep its fixed now. Thanks.
<litghost>
In yosys, can you duplicate a module? I see the "rename" function, but I want a split synthesis flow