*** tpb has joined #symbiflow | 00:00 | |
*** lavatech_ has joined #symbiflow | 00:45 | |
*** space_zealot has quit IRC | 00:49 | |
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.) | 03:22 |
---|---|---|
*** lavatech_ has quit IRC | 03:26 | |
*** Bertl_oO is now known as Bertl_zZ | 03:29 | |
litghost | hackerfoo: Example? It should | 04:05 |
litghost | hackerfoo: Prefixing is handled in a generic way, no associated with fasm_params or fasm_mux, etc | 04:06 |
hackerfoo | Whenever I try, it fails here: https://github.com/SymbiFlow/vtr-verilog-to-routing/blob/master%2Bwip/utils/fasm/src/parameters.cpp#L9 | 04:07 |
tpb | Title: vtr-verilog-to-routing/parameters.cpp at master+wip · SymbiFlow/vtr-verilog-to-routing · GitHub (at github.com) | 04:07 |
litghost | hackerfoo: That's the error for duplicate parameter definition | 04:07 |
litghost | hackerfoo: When I said example, I meant an example of the XML side | 04:08 |
hackerfoo | https://github.com/HackerFoo/symbiflow-arch-defs/commit/92dc6ea98c29fd59fe8643b05f65e3be904b0379 | 04:08 |
tpb | Title: WIP · HackerFoo/symbiflow-arch-defs@92dc6ea · GitHub (at github.com) | 04:08 |
hackerfoo | So I can't have the same thing on the right side? | 04:08 |
litghost | hackerfoo: When I wrote the code I didn't think to support it | 04:09 |
litghost | hackerfoo: But that could just be seen as a limitation of the implementation, I see no reason for the right hand side to be unique | 04:10 |
hackerfoo | So I could change `features_` to be a std::unordered_map<std::string, std::list<FeatureParameters>>, right? | 04:13 |
litghost | hackerfoo: unordered_multimap is probably better? | 04:15 |
hackerfoo | litghost: That will work. | 04:18 |
*** citypw has quit IRC | 05:00 | |
*** diamondman has quit IRC | 05:36 | |
*** daveshah has quit IRC | 05:37 | |
*** daveshah has joined #symbiflow | 05:42 | |
*** diamondman has joined #symbiflow | 05:42 | |
*** bjorkint0sh has joined #symbiflow | 07:01 | |
*** bjorkintosh has quit IRC | 07:01 | |
*** citypw has joined #symbiflow | 08:09 | |
*** Bertl_zZ is now known as Bertl | 08:28 | |
*** OmniMancer has joined #symbiflow | 08:45 | |
*** _whitelogger has quit IRC | 10:29 | |
*** _whitelogger has joined #symbiflow | 10:32 | |
sf-slack2 | <acomodi> Eblif write support has been merged in VTR upstream | 10:41 |
sf-slack2 | <acomodi> Soon I'll have Titan results for the mode selection feature, they should finish in a couple of minutes | 10:42 |
*** space_zealot has joined #symbiflow | 11:07 | |
*** Vonter_ has quit IRC | 11:35 | |
*** space_zealot has quit IRC | 11:49 | |
*** Bertl is now known as Bertl_oO | 11:54 | |
*** bjorkint0sh has quit IRC | 12:37 | |
*** space_zealot has joined #symbiflow | 12:59 | |
*** proteusguy has quit IRC | 13:29 | |
*** bjorkintosh has joined #symbiflow | 13:30 | |
*** proteusguy has joined #symbiflow | 13:31 | |
*** Vonter has joined #symbiflow | 14:12 | |
*** OmniMancer has quit IRC | 14:16 | |
*** OmniMancer has joined #symbiflow | 14:23 | |
sf-slack2 | <mkurc> @mithro @litghost Could you look at the Yosys PR again: https://github.com/SymbiFlow/yosys/pull/25 | 14:30 |
tpb | Title: Support for attributes on parameters in Verilog by mkurc-ant · Pull Request #25 · SymbiFlow/yosys · GitHub (at github.com) | 14:30 |
*** Vonter_ has joined #symbiflow | 14:44 | |
*** Vonter has quit IRC | 14:45 | |
*** Vonter_ has quit IRC | 15:04 | |
*** Vonter has joined #symbiflow | 15:19 | |
*** Vonter has quit IRC | 15:27 | |
*** jevinskie has quit IRC | 15:37 | |
*** Vonter has joined #symbiflow | 15:47 | |
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 ? | 16:28 |
mithro | mkurc: I'll look at it now, poke me again if I haven't said you have access in 30 minutes | 16:48 |
mithro | kgugala: There is some script which patches timing values into the muxes -- I can't figure out what is doing it however... | 16:48 |
sf-slack2 | <kgugala> @mithro In my PR? Or somewhere else | 16:54 |
mithro | Somewhere else... | 16:54 |
mithro | In current master | 16:55 |
sf-slack2 | <acomodi> mithro: could you duplicate this doc https://docs.google.com/document/d/14ROtp46rYfhk-sJMcGIl5Lnxk99XjjW3lejZI94TZUA in the symbiflow folder? I cannot change the permission to make it publicly accessible | 16:56 |
tpb | Title: Google Docs - create and edit documents online, for free. (at docs.google.com) | 16:56 |
mithro | kgugala: It's adding the `delay_constant` lines for this mux... https://www.irccloud.com/pastebin/amZVNMjO/ | 16:57 |
tpb | Title: Snippet | IRCCloud (at www.irccloud.com) | 16:57 |
sf-slack2 | <kgugala> @mithro those values are hardcoded | 16:58 |
mithro | kgugala: Were are they coming from? | 16:58 |
sf-slack2 | <kgugala> @mithro it's here https://github.com/SymbiFlow/symbiflow-arch-defs/blob/master/utils/lib/mux.py#L188 | 16:59 |
tpb | Title: symbiflow-arch-defs/mux.py at master · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com) | 16:59 |
sf-slack2 | <kgugala> I change that in my PR | 16:59 |
sf-slack2 | <kgugala> @mithro: here https://github.com/SymbiFlow/symbiflow-arch-defs/blob/494e4082a2e2a8f87c7195ca93ce4a7846bb9f47/utils/lib/mux.py#L182 | 17:00 |
tpb | Title: symbiflow-arch-defs/mux.py at 494e4082a2e2a8f87c7195ca93ce4a7846bb9f47 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com) | 17:00 |
sf-slack2 | <kgugala> for now only for mux7a/b and mux8 | 17:00 |
*** OmniMancer has quit IRC | 17:05 | |
*** jevinskie has joined #symbiflow | 17:49 | |
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 | 18:17 |
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 ? | 18:22 |
sf-slack2 | <mkurc> @mithro and BTW please look into my github permissions | 18:22 |
mithro | mkurc: Your permissions should be fixed... | 18:31 |
sf-slack2 | <mkurc> @mithro Yep its fixed now. Thanks. | 18:32 |
litghost | In yosys, can you duplicate a module? I see the "rename" function, but I want a split synthesis flow | 18:42 |
litghost | Maybe copy? | 18:42 |
sf-slack2 | <kgugala> @litghost yep, copy seems to do that http://www.clifford.at/yosys/cmd_copy.html | 18:48 |
tpb | Title: Yosys Open SYnthesis Suite :: Command Reference :: copy (at www.clifford.at) | 18:48 |
litghost | The problem with "copy" is it requires knowledge of the module top name, so I'm looking at a simpler way | 18:49 |
sf-slack2 | <acomodi> mithro: Ping. Could make a publicly accessible copy of this document please? https://docs.google.com/document/d/14ROtp46rYfhk-sJMcGIl5Lnxk99XjjW3lejZI94TZUA | 18:57 |
tpb | Title: Google Docs - create and edit documents online, for free. (at docs.google.com) | 18:57 |
sf-slack2 | <kgugala> @acomodi I think this doc is public | 18:58 |
sf-slack2 | <pgielda> no, I cannot acces it with my private account | 18:59 |
sf-slack2 | <kgugala> But in sharing options I see "Public on the web - Anyone on the Internet can find and view" | 19:00 |
sf-slack2 | <kgugala> Indeed I cannot access it with my private account | 19:03 |
*** Bertl_oO is now known as Bertl | 19:04 | |
*** jevinskie has quit IRC | 19:22 | |
*** jevinskie has joined #symbiflow | 19:24 | |
*** space_zealot has quit IRC | 19:59 | |
*** Bertl is now known as Bertl_zZ | 22:39 | |
*** space_zealot has joined #symbiflow | 23:34 | |
hackerfoo | Something I did in RAMB36E1 removed the delay I observed in RAMB18E1, which still has the delay. | 23:52 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!