*** tpb has joined #symbiflow | 00:00 | |
*** sadoon_albader has joined #symbiflow | 00:13 | |
*** lopsided98 has quit IRC | 01:12 | |
*** lopsided98 has joined #symbiflow | 01:37 | |
sf-slack4 | <arvindsrinivasan> @lambda, by any chance do you know how to get updated version of these tar files ```wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/112/20201208-080919/symbiflow-arch-defs-install-7c1267b7.tar.xz | tar -xJC $INSTALL_DIR/xc7/install wget -qO- | 02:26 |
---|---|---|
sf-slack4 | https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/112/20201208-080919/symbiflow-arch-defs-xc7a50t_test-7c1267b7.tar.xz | tar -xJC $INSTALL_DIR/xc7/install wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/112/20201208-080919/symbiflow-arch-defs-xc7a100t_test-7c1267b7.tar.xz | | 02:26 |
sf-slack4 | tar -xJC $INSTALL_DIR/xc7/install wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/112/20201208-080919/symbiflow-arch-defs-xc7a200t_test-7c1267b7.tar.xz | tar -xJC $INSTALL_DIR/xc7/install wget -qO- | 02:26 |
sf-slack4 | https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/112/20201208-080919/symbiflow-arch-defs-xc7z010_test-7c1267b7.tar.xz | tar -xJC $INSTALL_DIR/xc7/install``` | 02:26 |
sf-slack4 | <arvindsrinivasan> And similarly to earlier, I’m now attempting to test my system (that can now successfully build the counter_test) to now build the picosoc_demo and I”m getting a assert failure in ABC9 again. ```25.5.2. Executing ABC9_OPS pass (helper functions for ABC9). ERROR: Assert `modules_.count(name) == 0' failed in kernel/rtlil.cc:616.``` | 03:15 |
sf-slack4 | <arvindsrinivasan> And confirmed its broken still using the pinned commit for symbiflow yosys (Yosys 0.9+3710 (git sha1 2116c585, gcc 10.2.0-13ubuntu1 -fPIC -Os)), which would seem to indicate the asserts are the issue again? | 03:18 |
*** Degi_ has joined #symbiflow | 03:19 | |
*** Degi has quit IRC | 03:23 | |
*** Degi_ is now known as Degi | 03:23 | |
sf-slack4 | <arvindsrinivasan> Yea, commenting out the assert on line 616 lead to a successful build of a binary | 03:24 |
*** citypw has joined #symbiflow | 04:18 | |
*** epony has quit IRC | 04:30 | |
*** epony has joined #symbiflow | 04:59 | |
*** craigo has quit IRC | 06:53 | |
*** citypw has quit IRC | 06:56 | |
-_whitenotifier-5- [symbiflow-examples] Arvind-Srinivasan opened issue #127: picosoc_demo example hits yosys ABC9 assert during synth - https://git.io/JtAdp | 07:43 | |
lambda | arvindsrinivasan: https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-toolchain-latest and friends point to the latest version (replace `toolchain` with e.g. xc7a50t_test) | 07:49 |
sf-slack4 | <arvindsrinivasan> Cool, good to know thanks | 07:49 |
lambda | as pointed out earlier, there seems to be a some problem that causes the downloads to be out of date (by about a month) though | 07:50 |
sf-slack4 | <arvindsrinivasan> Agreed, but that seems to be newer than the version packaged by these commit tagged tar fils | 07:51 |
lambda | indeed | 07:51 |
sf-slack4 | <arvindsrinivasan> ```wget -qO- https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-toolchain-latest | tar -xJC $INSTALL_DIR/xc7/install wget -qO- https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-xc7a50t_test-latest.tar.xz | tar -xJC $INSTALL_DIR/xc7/install wget -qO- https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-xc7a100t_test-latest.tar.xz | tar -xJC $INSTALL_DIR/xc7/install wget | 07:52 |
sf-slack4 | -qO- https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-xc7a200t_test-latest.tar.xz | tar -xJC $INSTALL_DIR/xc7/install wget -qO- https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-xc7z010_test-latest.tar.xz | tar -xJC $INSTALL_DIR/xc7/install``` | 07:52 |
sf-slack4 | <arvindsrinivasan> So something like this | 07:52 |
*** TMM has quit IRC | 08:12 | |
*** TMM has joined #symbiflow | 08:12 | |
lambda | no, the URLs actually give you back a URL that's the real download | 08:23 |
*** kraiskil has joined #symbiflow | 08:48 | |
sf-slack4 | <arvindsrinivasan> Ah | 08:50 |
sf-slack4 | <arvindsrinivasan> Okay, that makes sense | 08:51 |
*** kraiskil has quit IRC | 09:22 | |
*** kraiskil has joined #symbiflow | 09:24 | |
sf-slack4 | <arvindsrinivasan> Is there a reason the symbiflow example use XDC files not directly from https://github.com/Digilent/digilent-xdc? | 09:27 |
*** kraiskil has quit IRC | 09:54 | |
*** kraiskil has joined #symbiflow | 10:06 | |
*** kraiskil has quit IRC | 10:16 | |
*** citypw has joined #symbiflow | 10:28 | |
*** kraiskil has joined #symbiflow | 10:44 | |
sf-slack4 | <arvindsrinivasan> So I noticed that the Makefile for the Picosoc demo (https://github.com/SymbiFlow/symbiflow-examples/blob/master/xc7/picosoc_demo/Makefile) doesn’t seem to make a directory for the board target you choose as compared to the counter one (https://raw.githubusercontent.com/SymbiFlow/symbiflow-examples/master/xc7/counter_test/Makefile)? Is this difference a oversight (which then I can make a fix for) or | 11:13 |
sf-slack4 | intentional? | 11:13 |
sf-slack4 | <acomodi> @arvindsrinivasan It was an oversight, just merged the already existing PR fixing it | 11:26 |
sf-slack4 | <acomodi> Regarding the latest architecture links, there seems to be an issue in the GH actions that prevents their correct update, hence the reason why those links point to ~1 month old PR | 11:30 |
*** kraiskil has quit IRC | 11:38 | |
-_whitenotifier-5- [symbiflow-arch-defs] acomodi opened issue #2059: Latest architecture links are not uploaded - https://git.io/JtxTe | 11:40 | |
*** _whitelogger has quit IRC | 12:48 | |
*** _whitelogger has joined #symbiflow | 12:50 | |
*** nickoe has quit IRC | 13:18 | |
*** nickoe has joined #symbiflow | 13:20 | |
*** citypw has quit IRC | 13:54 | |
*** kraiskil has joined #symbiflow | 14:02 | |
*** FFY00_ has quit IRC | 14:40 | |
*** FFY00 has joined #symbiflow | 15:10 | |
*** FFY00_ has joined #symbiflow | 15:47 | |
*** FFY00 has quit IRC | 15:49 | |
*** TMM has quit IRC | 16:40 | |
*** TMM has joined #symbiflow | 16:40 | |
*** craigo has joined #symbiflow | 16:59 | |
*** kraiskil has quit IRC | 17:32 | |
*** kraiskil has joined #symbiflow | 17:45 | |
mithro | https://github.com/SimonBlanke/Gradient-Free-Optimizers | 18:59 |
*** join_subline has quit IRC | 20:08 | |
*** join_subline has joined #symbiflow | 20:15 | |
*** _whitelogger has quit IRC | 21:54 | |
*** _whitelogger has joined #symbiflow | 21:56 | |
*** kraiskil has quit IRC | 22:17 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!