*** tpb has joined #symbiflow | 00:00 | |
*** TT_ has joined #symbiflow | 01:49 | |
*** TT_ has quit IRC | 02:54 | |
*** citypw has quit IRC | 03:08 | |
*** citypw has joined #symbiflow | 03:47 | |
*** _whitelogger has quit IRC | 05:24 | |
*** _whitelogger has joined #symbiflow | 05:27 | |
*** Rahix has quit IRC | 08:21 | |
*** Rahix_ has joined #symbiflow | 08:21 | |
*** kraiskil has joined #symbiflow | 08:38 | |
*** kraiskil has quit IRC | 08:46 | |
*** Rahix has joined #symbiflow | 08:53 | |
*** Rahix_ has quit IRC | 08:54 | |
*** kraiskil has joined #symbiflow | 08:59 | |
nats` | litghost, I closed the bug I opened about High ram usage on 072, we could also close the #171 is everything is fine for build directory | 09:24 |
---|---|---|
*** citypw has quit IRC | 09:33 | |
*** kraiskil has quit IRC | 09:40 | |
*** citypw has joined #symbiflow | 09:51 | |
*** kraiskil has joined #symbiflow | 09:51 | |
*** citypw has quit IRC | 09:57 | |
*** kraiskil has quit IRC | 09:58 | |
*** kraiskil has joined #symbiflow | 10:11 | |
*** kraiskil has quit IRC | 12:49 | |
*** _whitelogger has quit IRC | 14:00 | |
*** _whitelogger has joined #symbiflow | 14:03 | |
*** kraiskil has joined #symbiflow | 14:11 | |
*** kraiskil has quit IRC | 15:06 | |
*** citypw has joined #symbiflow | 15:07 | |
nats` | digshadow, any details about the "part-yaml" ? | 15:15 |
nats` | I could take a look into that to close the #171 if it's not too complicated | 15:15 |
digshadow | nats`: I think I have a fix already for it | 15:17 |
digshadow | but I can direct you to it if yo uwant | 15:18 |
digshadow | I'm just waiting for a run to complete | 15:18 |
nats` | if you have the fix go ahead :) | 15:18 |
nats` | it's just that #171 didn't have any mention of that | 15:18 |
nats` | only about 07x fuzzer in the end | 15:18 |
*** kraiskil has joined #symbiflow | 15:18 | |
*** mgielda has quit IRC | 15:19 | |
digshadow | yeah its an error in the ticket, not your fault | 15:21 |
digshadow | I did a quick sweep to make sure and found that | 15:21 |
digshadow | yours was definitely the hard part though, this is a relatively easy fix by comparison | 15:21 |
nats` | no problem :) | 15:22 |
digshadow | nats`: odd question, but can you try running the yaml fuzzer as is and see if it works for you | 15:29 |
digshadow | oh wait I think I know the issue | 15:29 |
nats` | digshadow, not at homs but I can this evening for sure | 15:37 |
nats` | home | 15:37 |
digshadow | I needed to rebuild tools | 15:37 |
*** citypw has quit IRC | 15:38 | |
nats` | if you rerun at one time the full fuzzers set can you check that the results are good for artix and kintex ? | 15:42 |
nats` | for kitnex I mean sorry | 15:42 |
nats` | artix should be good | 15:43 |
*** Rahix has quit IRC | 16:10 | |
*** Rahix has joined #symbiflow | 16:13 | |
*** Rahix has quit IRC | 17:19 | |
*** kraiskil has quit IRC | 18:33 | |
nats` | litghost, I suggested to change the order of fuzzer but digshadow had some point against that | 19:01 |
litghost | Well right now 072-074 take a really long time, I believe that was the objection | 19:14 |
nats` | oky I'll take a look | 19:38 |
nats` | I couldn't yesterday | 19:38 |
*** somlo has quit IRC | 19:43 | |
nats` | litghost, I'm working on the 074 optimisation I'll do simple and copy what I did for 072 we will see later if more intelligent optimization can be done | 20:23 |
nats` | anyway if by chance you have the file resulting from a 074 run I want them :) | 20:24 |
nats` | I'll check my code using them | 20:24 |
*** somlo has joined #symbiflow | 20:28 | |
litghost | 074 outputs are here https://github.com/SymbiFlow/prjxray-db/tree/master/artix7 | 20:56 |
tpb | Title: prjxray-db/artix7 at master · SymbiFlow/prjxray-db · GitHub (at github.com) | 20:56 |
litghost | tile_type_*.json | 20:56 |
litghost | and site_type_*.json | 20:56 |
litghost | and tileconn.json | 20:56 |
litghost | those are the outputs from 074 | 20:56 |
nats` | oky | 21:03 |
nats` | there should be acsv too | 21:03 |
nats` | there should be a csv too | 21:03 |
litghost | The CSV is used during processing | 21:04 |
litghost | it is not output | 21:04 |
litghost | The CSV is simply a work index | 21:05 |
nats` | sure but maybe it'll be easier to use to check if my new code generates error | 21:07 |
nats` | but let's try with final output first | 21:07 |
*** daveshah_ has joined #symbiflow | 21:11 | |
*** daveshah has quit IRC | 21:18 | |
*** xobs has quit IRC | 21:18 | |
*** daveshah_ is now known as daveshah | 21:18 | |
*** xobs has joined #symbiflow | 21:19 | |
nats` | litghost, wow 074 is worse ! | 21:23 |
litghost | it is :) | 21:23 |
nats` | uhhmmm | 21:27 |
nats` | there are only 18k tiles but so much call inside that leak everywhere ! | 21:27 |
nats` | I splitted in for but 64 block is too much for my ram I try with 12_ | 21:28 |
nats` | 128 | 21:28 |
nats` | oky corrected a problem in my script | 22:01 |
nats` | so the first part for tiles seems working and way faster | 22:01 |
nats` | I need to add the same for nodes and then merge files | 22:01 |
litghost | sounds good | 22:02 |
litghost | the outputs should be json5 files, so it should just be a simply load(a), load(b), dict.merge | 22:02 |
nats` | I shouldn't need to concat json | 22:07 |
nats` | only the csv | 22:07 |
nats` | I work tile by tile | 22:07 |
litghost | ah, sure | 22:14 |
nats` | 15 minute for the tile | 22:21 |
nats` | I need to do the second part with nodes | 22:21 |
nats` | may sound stupid but the csv header is important ? :D | 22:22 |
litghost | the post-processing code uses csv.DictReader, so yes | 22:38 |
nats` | oky :) | 22:39 |
nats` | I'm trying to focus but my stupid neighboor are making a party again -_- | 22:39 |
nats` | litghost, few things to correct I think I'll PR tomorrow evening on the 074 | 23:49 |
nats` | maybe something like a 3 or 4x gain in speed | 23:49 |
nats` | and running on my 16GB computer :) | 23:49 |
nats` | someone will have to check it anyway to be sure | 23:50 |
nats` | good night folks ! | 23:50 |
litghost | nats: great! | 23:56 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!