*** tpb has joined #symbiflow | 00:00 | |
*** Bertl_oO is now known as Bertl_zZ | 02:47 | |
*** citypw has joined #symbiflow | 04:28 | |
*** alainmarcel has joined #symbiflow | 04:35 | |
*** alainmarcel has left #symbiflow | 04:41 | |
*** citypw has quit IRC | 05:23 | |
mithro | litghost: new database pushed with `pin_functions` values now -- https://github.com/SymbiFlow/prjxray-db/commit/08060cec94a6ad4accd6eb3960a4728ea195c67b#diff-851504f914a06ca5b19bd97e14e56e03 | 05:26 |
---|---|---|
*** freemint has quit IRC | 06:15 | |
*** freemint has joined #symbiflow | 06:40 | |
*** freemint has quit IRC | 06:45 | |
*** Bertl_zZ is now known as Bertl | 07:49 | |
*** freemint has joined #symbiflow | 08:24 | |
*** freemint has quit IRC | 08:28 | |
*** freemint has joined #symbiflow | 08:38 | |
*** freemint has quit IRC | 08:43 | |
*** freemint has joined #symbiflow | 09:43 | |
*** freemint has quit IRC | 09:48 | |
*** craigo has joined #symbiflow | 09:52 | |
*** freemint has joined #symbiflow | 09:54 | |
*** adjtm has quit IRC | 10:01 | |
*** freemint has quit IRC | 10:19 | |
*** freemint has joined #symbiflow | 10:19 | |
*** Vonter has joined #symbiflow | 10:29 | |
*** adjtm has joined #symbiflow | 10:42 | |
*** freemint has quit IRC | 11:28 | |
*** freemint has joined #symbiflow | 12:28 | |
*** citypw has joined #symbiflow | 12:55 | |
*** mankeli has joined #symbiflow | 13:31 | |
*** freemint has quit IRC | 14:59 | |
sf-slack | <mkurc> @litghost: It seems that https://github.com/SymbiFlow/symbiflow-arch-defs/pull/1077 didn't fix libxml for me. I've double checked that conda installed the correct package and it did. | 15:02 |
tpb | Title: Pin libxml2 to version with fix. by litghost · Pull Request #1077 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com) | 15:02 |
litghost | How did you test it? | 15:03 |
sf-slack | <mkurc> Removed the build directory and started from scratch | 15:03 |
sf-slack | <mkurc> Are patches present there applied during build? https://github.com/SymbiFlow/conda-packages/tree/master/libxml2 | 15:04 |
tpb | Title: conda-packages/libxml2 at master · SymbiFlow/conda-packages · GitHub (at github.com) | 15:04 |
litghost | That's the idea | 15:05 |
litghost | What error did you get? | 15:06 |
*** freemint has joined #symbiflow | 15:06 | |
sf-slack | <mkurc> `lxml.etree.SerialisationError: unknown error -296584060` | 15:06 |
sf-slack | <mkurc> during routing import | 15:07 |
sf-slack | <mkurc> After manually re-building and installing according to #1066 it worked correctly | 15:07 |
sf-slack | <mkurc> And this is the same error I encountered for libxml before #1077 when trying full xc7a50t graph the first time | 15:08 |
litghost | Did you run "all_conda" after cleaning the build dir? This could be a cmake dependency error | 15:09 |
sf-slack | <mkurc> No, I didn't. But when running single threaded make there are no issues | 15:09 |
sf-slack | <mkurc> And then I verified version installed | 15:10 |
sf-slack | <mkurc> and it was correct, as specified in the cmake file: 2.9.9 h14c3975_5 | 15:10 |
litghost | Huh | 15:12 |
litghost | mkurc: Can you run: | 15:54 |
litghost | cd <conda dir> | 15:54 |
litghost | find -name libxml2.so.2 | xargs sha256sum | 15:54 |
litghost | and | 15:55 |
litghost | find -name etree.cpython*.so | xargs ldd | 15:55 |
*** somlo has quit IRC | 16:06 | |
sf-slack | <acomodi> @litghost BUFH passthrough seems to be working. I have successfully routed the `simple_ff_x1y0` without BUFH instantiations. Now I get an error during `print_route` for which an ` | 16:06 |
sf-slack | <acomodi> ClusteredBlock is null for a specific location. I need to debug it. One thing I didn't do actually is remove the BUFH sites and tiles from the architecture file... could this influence VPR behavior? | 16:08 |
sf-slack | <acomodi> @litghost I have also force pushed on master+wip the new version with a working `wip/equivalent_sites` branch. How to create the name for the new tag? I see that now is sth like v8.0.0_rc1_XXXX_commit-hash: what should go in XXXX? | 16:11 |
*** somlo has joined #symbiflow | 16:18 | |
*** citypw has quit IRC | 16:20 | |
*** freemint has quit IRC | 16:34 | |
litghost | I have been tagging conda builds with the output of 'git describe' | 16:36 |
*** freemint has joined #symbiflow | 16:38 | |
*** freemint has quit IRC | 16:42 | |
mithro | litghost: Did the prjxray-db update look okay? | 16:45 |
litghost | Ya, they look okay | 16:50 |
litghost | I'll test the integrated symbiflow later, I'm trying to debug a VTR linked list bug :( :( | 16:50 |
*** freemint has joined #symbiflow | 17:08 | |
*** adjtm has quit IRC | 17:27 | |
sf-slack | <mkurc> @litghost: I've started again with freshly cloned repo, just to be sure. | 17:38 |
sf-slack | <mkurc> @litghost: c7283cbab4a165b891c0156ef618d9d151126b967502e6d0eca1ed5acc76b026 ./libxml2.so.2 | 17:38 |
sf-slack | <mkurc> @litghost: Output of ldd is there: https://pastebin.com/iqR3C5RJ | 17:38 |
litghost | On my system there are two lxml instances, do yours have the same output? | 17:40 |
*** freemint has quit IRC | 17:40 | |
litghost | Also please run "sha256sum /home/mkurc/Repos/google-symbiflow-arch-defs-2/build/env/conda/lib/./python3.7/site-packages/lxml/../../../libxml2.so.2" | 17:40 |
sf-slack | <mkurc> c7283cbab4a165b891c0156ef618d9d151126b967502e6d0eca1ed5acc76b026 | 17:42 |
*** freemint has joined #symbiflow | 17:44 | |
sf-slack | <mkurc> Well, actually only the one inside conda env should be relevant. | 17:45 |
sf-slack | <mkurc> When I run `conda list` it reports `libxml2 2.9.9 h14c3975_5 symbiflow` | 17:45 |
litghost | Can you check if you have an enviroment variable "PYTHON3" defined? | 17:46 |
sf-slack | <mkurc> outside conda env no. | 17:46 |
litghost | Also run the python file from https://github.com/SymbiFlow/symbiflow-arch-defs/files/3713720/repo_lxml.py.zip using conda, e.g. | 17:46 |
litghost | /home/mkurc/Repos/google-symbiflow-arch-defs-2/build/env/conda/bin/python3 repo_lxml.py | 17:46 |
litghost | Do you have PYTHONPATH defined? | 17:48 |
litghost | Also run: | 17:49 |
litghost | conda/bin/python3 -c "import lxml; print(lxml.__file__)" | 17:49 |
litghost | conda/bin/python3 -c "import lxml.etree; print(lxml.etree.__file__)" | 17:49 |
sf-slack | <mkurc> The two last commands output paths pointing to files inside the conda env: | 17:51 |
sf-slack | <mkurc> `build/env/conda/lib/python3.7/site-packages/lxml/__init__.py` | 17:52 |
sf-slack | <mkurc> and `/build/env/conda/lib/python3.7/site-packages/lxml/etree.cpython-37m-x86_64-linux-gnu.so` | 17:52 |
sf-slack | <mkurc> no PYTHONPATH outside conda env | 17:52 |
litghost | Try to see if "conda/bin/python3 repo_lxml.py" works or fails | 17:53 |
litghost | It will take a couple minutes (~10 on my machine) | 17:53 |
sf-slack | <mkurc> I'm already doing it | 17:53 |
litghost | k | 17:53 |
sf-slack | <mkurc> @litghost: Ok, the repo_lxml.py test completed without errors. | 17:55 |
litghost | Ok, then the libxml2 in the tree has the fix | 17:55 |
sf-slack | <mkurc> I guess I must have had something wrong with the conda env | 17:55 |
litghost | Not neccarility | 17:56 |
litghost | Run "make VERBOSE=1 file_xc7_archs_artix7_channels.db" | 17:56 |
litghost | After removing build/xc7/archs/artix7/channels.db | 17:56 |
litghost | See what python executable is being invoked | 17:57 |
*** adjtm has joined #symbiflow | 17:59 | |
litghost | acomodi: https://travis-ci.com/SymbiFlow/conda-packages/jobs/246382916 failed, you need to tag VTR before bumping, and conda doesn't support "-" in versions, so replace all the "-" with "_" | 18:02 |
tpb | Title: Travis CI - Test and Deploy with Confidence (at travis-ci.com) | 18:02 |
sf-slack | <mkurc> @litghost Ok, this time routing import completed without any problems. | 18:03 |
litghost | *shurg* | 18:04 |
litghost | *shrug* | 18:04 |
litghost | Unclear what happened before | 18:04 |
sf-slack | <mkurc> Yep, I have no clue | 18:04 |
mithro | BTW If you are having trouble with getting kmurray to do a review, you can also ask Vaughn | 18:14 |
sf-slack | <acomodi> litghost: Yep, seen the failure now, I'll update it asap | 18:15 |
mithro | It also looks like Verilator is getting support for Python based models... | 18:32 |
mithro | https://github.com/verilator/verilator/pull/3 | 18:39 |
tpb | Title: Python models by patstew · Pull Request #3 · verilator/verilator · GitHub (at github.com) | 18:39 |
mithro | Also other things I have discovered | 18:40 |
mithro | https://github.com/eirikpre/VSCode-SystemVerilog | 18:40 |
tpb | Title: GitHub - eirikpre/VSCode-SystemVerilog: SystemVerilog support in VS Code (at github.com) | 18:40 |
mithro | https://github.com/patstew/linter-verilator | 18:40 |
tpb | Title: GitHub - patstew/linter-verilator (at github.com) | 18:40 |
mithro | https://github.com/manucorporat/linter-verilog | 18:41 |
tpb | Title: GitHub - manucorporat/linter-verilog: Atom linter for Verilog, using icarus verilog. (at github.com) | 18:41 |
hackerfoo | litghost: https://link.springer.com/chapter/10.1007/978-3-642-16493-4_40 | 20:53 |
hackerfoo | https://s3.amazonaws.com/academia.edu.documents/4035753/10.1.1.41.4505.pdf?response-content-disposition=inline%3B%20filename%3DVPR_A_new_packing_placement_and_routing.pdf&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWOWYYGZ2Y53UL3A%2F20191016%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191016T205329Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=0d2860451f364901c22ff1a20d6fe0d7793625af5a90478fbf1d916a | 20:54 |
hackerfoo | 418de8da | 20:54 |
*** freemint has quit IRC | 20:55 | |
hackerfoo | http://www.gstitt.ece.ufl.edu/courses/fall12/eel4720_5721/reading/pathfinder.pdf | 20:56 |
*** freemint has joined #symbiflow | 20:56 | |
*** Bertl is now known as Bertl_zZ | 20:58 | |
*** Vonter has quit IRC | 21:12 | |
*** Vonter has joined #symbiflow | 21:27 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!