*** tpb has joined #symbiflow | 00:00 | |
*** TMM has quit IRC | 01:14 | |
*** TMM has joined #symbiflow | 01:14 | |
*** citypw has joined #symbiflow | 01:44 | |
*** Degi_ has joined #symbiflow | 03:20 | |
*** Degi has quit IRC | 03:21 | |
*** Degi_ is now known as Degi | 03:21 | |
*** bjorkintosh has joined #symbiflow | 04:40 | |
*** citypw has quit IRC | 04:53 | |
*** citypw has joined #symbiflow | 06:36 | |
*** craigo has quit IRC | 07:19 | |
*** citypw has quit IRC | 07:20 | |
*** craigo has joined #symbiflow | 08:39 | |
*** citypw has joined #symbiflow | 09:38 | |
*** citypw has quit IRC | 15:11 | |
*** rj has quit IRC | 15:56 | |
*** Tokamak has joined #symbiflow | 17:05 | |
*** join_subline has quit IRC | 17:12 | |
*** craigo has quit IRC | 17:39 | |
*** Tokamak has quit IRC | 17:54 | |
*** rj has joined #symbiflow | 18:00 | |
*** Tokamak has joined #symbiflow | 18:07 | |
*** kraiskil has joined #symbiflow | 18:08 | |
*** TMM has quit IRC | 18:12 | |
*** TMM has joined #symbiflow | 18:12 | |
*** rj has quit IRC | 18:21 | |
*** rj has joined #symbiflow | 18:26 | |
*** epony has quit IRC | 18:34 | |
*** epony has joined #symbiflow | 18:37 | |
*** ovf has quit IRC | 18:44 | |
*** ovf has joined #symbiflow | 18:46 | |
Lofty | ping kgugala, arvindsrinivasan | 18:49 |
---|---|---|
sf-slack4 | <arvindsrinivasan> hi | 18:49 |
sf-slack4 | <kgugala> yep? | 18:49 |
Lofty | Would you be willing to test an alternate fix for the ABC9 assert? | 18:49 |
sf-slack4 | <kgugala> sure | 18:50 |
-_whitenotifier-5- [sphinx-verilog-domain] mithro opened issue #25: Relicense the project to Apache 2.0 - https://git.io/JtpAt | 18:50 | |
Lofty | https://gist.github.com/Ravenslofty/00809d98925cdaf1bc21a8312674bc3b | 18:50 |
Lofty | You'll have to apply it "manually" | 18:50 |
Lofty | I think this is a case of "terrible error message" on the part of ABC9 | 18:51 |
*** rj has quit IRC | 18:51 | |
Lofty | Hang on, let me find what the file is on GitHub | 18:53 |
Lofty | https://github.com/SymbiFlow/symbiflow-arch-defs/blob/master/xc/xc7/techmap/cells_sim.v#L88 | 18:54 |
Lofty | This should be lib_whitebox, I believe | 18:54 |
*** rj has joined #symbiflow | 18:55 | |
sf-slack4 | <kgugala> seems to be helping | 18:55 |
sf-slack4 | <kgugala> at least in sythesis | 18:56 |
Lofty | This passes synthesis for me | 18:56 |
sf-slack4 | <kgugala> @Lofty can you open a PR so the CI can run the whole flow with it? | 18:56 |
Lofty | Will do | 19:00 |
sf-slack4 | <kgugala> thanks | 19:03 |
*** kraiskil has quit IRC | 19:05 | |
*** kraiskil has joined #symbiflow | 19:12 | |
-_whitenotifier-5- [sphinx-verilog-domain] mithro opened issue #27: Change from Travis to GitHub Actions - https://git.io/JtppH | 19:13 | |
mithro | litghost: BTW You might be interested in https://github.com/marketplace/actions/validate-yaml-schema and https://github.com/marketplace/actions/yaml-schema-validator | 19:16 |
litghost | There is also https://pypi.org/project/yamllint/ | 19:17 |
tpb | Title: yamllint · PyPI (at pypi.org) | 19:17 |
litghost | Which is easy to run locally | 19:17 |
mithro | https://github.com/marketplace/actions/yaml-schema-validator seems kind of interesting from the fact it seems to use the same settings as VSCode | 19:19 |
*** rj has quit IRC | 19:21 | |
*** rj has joined #symbiflow | 19:23 | |
sf-slack4 | <arvindsrinivasan> @lofty do you still want me to test that change? | 19:42 |
sf-slack4 | <arvindsrinivasan> Whiich ABC assert do you want me to comment back in? the empty cell ones? | 19:43 |
Lofty | Yes | 19:46 |
sf-slack4 | <arvindsrinivasan> Alright fixing now | 19:51 |
*** rj has quit IRC | 20:07 | |
*** rj has joined #symbiflow | 20:08 | |
Lofty | litghost: I think fundamentally the problem we have here is that boxes are implicitly sweepable. | 20:13 |
litghost | I guess to put this another context, what do you do about things like CFGLUT5? Because of what CFGLUT5 is (re-configurable LUT) it is not legal to sweep it, but if that CFGLUT5 is part of a logic chain, you would want to be able to do path analysis through the element | 20:15 |
Lofty | I suspect this is might need support adding to ABC [the program] for this kind of thing | 20:18 |
Lofty | Well, the other (obviously suboptimal) approach is to not invoke the ABC9 sweeper | 20:19 |
*** kgugala has quit IRC | 20:19 | |
*** kgugala has joined #symbiflow | 20:19 | |
Lofty | Might be time to write an email to Alan, too | 20:19 |
Lofty | Well, email to Alan sent, let's see how that goes | 20:31 |
*** join_subline has joined #symbiflow | 20:31 | |
*** rj has quit IRC | 20:36 | |
*** rj has joined #symbiflow | 20:38 | |
sf-slack4 | <arvindsrinivasan> So on my system I pass synthesis but fail alter on | 20:40 |
sf-slack4 | <arvindsrinivasan> ```/home/arvindsrinivasan/opt/symbiflow/xc7/install/bin/vpr_common: line 94: 16262 Bus error (core dumped) vpr ${ARCH_DEF} ${EBLIF} --device ${DEVICE_NAME} ${VPR_OPTIONS} --read_rr_graph ${RR_GRAPH} --read_router_lookahead ${LOOKAHEAD} --read_placement_delay_lookup ${PLACE_DELAY} ${SDC_OPTIONS} $@``` | 20:42 |
sf-slack4 | <arvindsrinivasan> @kgugala did you get the same error? | 20:42 |
sf-slack4 | <kgugala> I just checked synthesis (and waiting for CI here https://github.com/SymbiFlow/symbiflow-arch-defs/pull/2061 tot test the rest) | 20:44 |
sf-slack4 | <kgugala> and it looks CI failed there | 20:45 |
*** Tokamak has quit IRC | 20:46 | |
*** Tokamak has joined #symbiflow | 20:47 | |
*** Tokamak_ has joined #symbiflow | 20:48 | |
*** kraiskil has quit IRC | 20:48 | |
*** Tokamak has quit IRC | 20:51 | |
*** Tokamak_ has quit IRC | 20:58 | |
*** Tokamak has joined #symbiflow | 21:04 | |
*** rj has quit IRC | 21:06 | |
*** rj has joined #symbiflow | 21:09 | |
*** rj has quit IRC | 21:35 | |
*** rj has joined #symbiflow | 21:39 | |
-_whitenotifier-5- [nextpnr] litghost opened issue #238: Need to stand up MSAN / ASAN / TSAN test runs - https://git.io/JthYt | 21:54 | |
*** craigo has joined #symbiflow | 21:57 | |
*** rj has quit IRC | 22:05 | |
-_whitenotifier-5- [RapidWright] litghost opened issue #1: Largest fabrics consume all memory and die when writing device database - https://git.io/JthOO | 22:06 | |
sf-slack4 | <arvindsrinivasan> @lofty any suggestions for other stuff to test to see if we can get a fix? | 22:26 |
Lofty | Well, fixing this particular case is easy; fixing the problem in general is hard | 22:27 |
*** rj has joined #symbiflow | 22:39 | |
sf-slack4 | <arvindsrinivasan> Alright for now, I guess the easy answer is to comment out the asserts | 23:00 |
*** rj has quit IRC | 23:05 | |
*** rj has joined #symbiflow | 23:09 | |
mithro | https://byu-cpe.github.io/ComputingBootCamp/ <-- "This bootcamp serves two purposes in terms of topical content. The second is FPGA-specific topics such as Tcl/Vivado and prjxray." | 23:19 |
tpb | Title: Home • Immerse Computing Bootcamp (at byu-cpe.github.io) | 23:19 |
*** rj has quit IRC | 23:35 | |
*** rj has joined #symbiflow | 23:38 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!