*** tpb <[email protected]> has joined #symbiflow | 00:00 | |
*** cr1901 <cr1901!~William@2601:8d:8600:911:b44d:5c72:cb42:b1e8> has quit IRC (Read error: Connection reset by peer) | 01:39 | |
*** cr1901 <cr1901!~William@2601:8d:8600:911:5c93:7c51:ef34:e72b> has joined #symbiflow | 01:40 | |
*** Veera <[email protected]> has joined #symbiflow | 07:01 | |
Veera | Hi | 07:02 |
---|---|---|
Veera | I am trying to install symbiflow without conda | 07:02 |
Veera | I used vtr version 8.0.0 | 07:03 |
Veera | While compiling artix7_100t it fails with --allow_dangling_combinational_nodes error | 07:03 |
Veera | Can you guys tell which vtr git commit to use; what does conda litex-hub vtr git commit uses | 07:05 |
Veera | linux-64/vtr-optimized-8.0.0_4673_g0010a7374-20211005_122659.tar.bz2 | 07:06 |
Veera | what does g0010a7374 in it stand for? | 07:06 |
Veera | I checked git log; it does not appears there in any commit | 07:07 |
Veera | acomodi: need help | 07:24 |
sf-slack | <tahmed> Hello I am Talha Ahmed, an Undergraduate Software Engineering Student. I am using symbiflow to generate bitstream and getting this error. ```TARGET="arty_35" make -C fpga make[1]: Entering directory '/home/tahmed/TalhaUpdated/picofoxy/fpga' cd build/arty_35 && symbiflow_synth -t Picofoxy -v /home/tahmed/TalhaUpdated/picofoxy/fpga/Picofoxy.v /home/tahmed/TalhaUpdated/picofoxy/fpga/PLL_8MHz.v | 07:42 |
sf-slack | /home/tahmed/TalhaUpdated/picofoxy/fpga/clk_wiz_0_clk_wiz.v -d artix7 -p xc7a35tcsg324-1 -x ~/picofoxy/fpga/arty.xdc 2>&1 > /dev/null ERROR: set_property IO_LOC_PAIRS: Incorrect number of arguments. make[1]: *** [Makefile:53: build/arty_35/Picofoxy.eblif] Error 1 make[1]: Leaving directory '/home/tahmed/TalhaUpdated/picofoxy/fpga' make: *** [Makefile:22: bitstream] Error 2``` My design resources are in this directory: | 07:42 |
sf-slack | https://github.com/Talha-Ahmed-1/picofoxy/tree/main/fpga It will be very helpful if someone could help. | 07:42 |
kgugala | @Veera the `g0010a7374` is a commit hash - `g` means it's git and later you have a hash | 07:54 |
kgugala | this particular one points to https://github.com/verilog-to-routing/vtr-verilog-to-routing/commit/0010a7374e17b6d81dac97fd4c9757b23ff0eea0 | 07:54 |
Veera | kgugala: thanks | 07:55 |
*** acomodi <[email protected]> has joined #symbiflow | 08:00 | |
*** mkurc-ant <[email protected]> has joined #symbiflow | 08:01 | |
Veera | which git version of yosys, vtr I should use for latest symbiflow-arch-def | 08:02 |
*** alessandro <[email protected]> has joined #symbiflow | 08:05 | |
*** alessandro <[email protected]> has left #symbiflow | 08:06 | |
*** alessandro <[email protected]> has joined #symbiflow | 08:06 | |
*** acomodi <[email protected]> has quit IRC (Quit: Connection closed) | 08:07 | |
*** alessandro <[email protected]> has left #symbiflow | 08:07 | |
*** acomodi <[email protected]> has joined #symbiflow | 08:13 | |
Veera | acomodi: I am trying to install symbiflow without conda | 08:20 |
Veera | acomodi: which git version of yosys, vtr I should use for latest symbiflow-arch-def | 08:20 |
sf-slack | <acomodi> Hi @tahmed, I have tried to reproduce the issue locally, but couldn't get the error and the flow continued pass the synthesis step. Can you please verify your packages are up-to-date? | 08:21 |
Veera | acomodi: I was able to successfully install symbiflow-arch-defs with an old git commit | 08:21 |
acomodi | Veera, at the moment the tested versions of yosys and vtr can be taken from the environment.yml files | 08:23 |
acomodi | e.g. litex-hub::vtr-optimized=8.0.0_4118_g06317d042=20210813_070938 -> the commit for VTR in this case is `06317d042` | 08:23 |
Veera | and for yosys | 08:24 |
acomodi | 539d4ee9 | 08:24 |
acomodi | you can check those from here | 08:24 |
acomodi | https://github.com/SymbiFlow/symbiflow-examples/blob/master/xc7/environment.yml | 08:24 |
Veera | oh symbiflow-arch-defs have removed the specific versions | 08:25 |
acomodi | yeah, that because there is a conda locking bot, so that the newer versions get updated regularly, and, once verified, a conda lock file is generated | 08:27 |
acomodi | https://github.com/SymbiFlow/symbiflow-arch-defs/blob/master/conda_lock.yml | 08:27 |
Veera | acomodi: thanks for explaining | 08:29 |
*** sf-slack <[email protected]> has quit IRC (Remote host closed the connection) | 08:37 | |
*** sf-slack <[email protected]> has joined #symbiflow | 08:37 | |
kgugala | @tahmed this seems to be an issue with xdc plugin (https://github.com/SymbiFlow/yosys-symbiflow-plugins/blob/master/xdc-plugin/xdc.cc) | 08:50 |
*** tmichalak <[email protected]> has joined #symbiflow | 09:02 | |
*** Guest54 <[email protected]> has joined #symbiflow | 09:04 | |
*** mkurc-ant <[email protected]> has quit IRC (Quit: Connection closed) | 09:11 | |
Veera | acomodi: in symbiflow-examples TARGET="arty_35" make -C counter_test | 09:15 |
Veera | acomodi: does not works with default symbiflow-arch-defs artix7 target | 09:15 |
Veera | acomodi: there is no configuration oir installation for arty_35; only for arty_50 | 09:16 |
acomodi | Veera: the a35 and a50 devices have the same fabric internally, so only the a50 is needed. What error are you getting? | 09:41 |
Veera | I do not have pinmaps for a35 | 09:44 |
acomodi | Veera: you mean the pinmap.csv in the installation files? in that case those are available. | 09:56 |
acomodi | for two parts actually, xc7a35tcpg236-1 and xc7a35tcsg324-1 | 09:57 |
Veera | acomodi: i will try to manage | 09:57 |
Veera | acomodi: am quiting for now | 09:58 |
*** Veera <[email protected]> has quit IRC (Quit: Leaving) | 09:59 | |
*** mkurc-ant <[email protected]> has joined #symbiflow | 10:40 | |
sf-slack | <tahmed> @acomodi I have installed my packages through https://symbiflow-examples.readthedocs.io/en/latest/getting-symbiflow.html#toolchain-installation and they are up-to-date but still got this error. | 10:54 |
tpb | Title: Getting SymbiFlow — SymbiFlow examples documentation (at symbiflow-examples.readthedocs.io) | 10:54 |
acomodi | @tahmed Can you please open an issue on github with all the steps, including toolchain installation and setup, to reproduce the behaviour you are seeing? | 11:03 |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 11:59 | |
*** TMM_ <[email protected]> has joined #symbiflow | 11:59 | |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 12:12 | |
*** TMM_ <[email protected]> has joined #symbiflow | 12:12 | |
*** CarlosEDP <CarlosEDP!~carlosedp@2001:470:69fc:105::218e> has quit IRC (Read error: Connection reset by peer) | 13:20 | |
*** jophish <jophish!~jophish@2001:470:69fc:105::670> has quit IRC (Write error: Connection reset by peer) | 13:20 | |
*** emilazy <emilazy!~emilazy@user/emilazy> has quit IRC (Write error: Connection reset by peer) | 13:20 | |
*** Niklas[m] <Niklas[m]!~nsmlzlmat@2001:470:69fc:105::c93a> has quit IRC (Read error: Connection reset by peer) | 13:20 | |
*** CarlFK <CarlFK!~carlfk@2001:470:69fc:105::5d8> has quit IRC (Write error: Connection reset by peer) | 13:20 | |
*** cesar <cesar!~cesar@2001:470:69fc:105::76c> has quit IRC (Read error: Connection reset by peer) | 13:20 | |
*** Veera[m] <Veera[m]!~veerakuma@2001:470:69fc:105::de08> has quit IRC (Write error: Connection reset by peer) | 13:20 | |
*** Niklas[m] <Niklas[m]!~nsmlzlmat@2001:470:69fc:105::c93a> has joined #symbiflow | 13:21 | |
*** Guest54 <[email protected]> has quit IRC (Quit: Client closed) | 13:23 | |
*** emilazy <emilazy!~emilazy@user/emilazy> has joined #symbiflow | 13:25 | |
*** jophish <jophish!~jophish@2001:470:69fc:105::670> has joined #symbiflow | 13:25 | |
*** CarlosEDP <CarlosEDP!~carlosedp@2001:470:69fc:105::218e> has joined #symbiflow | 13:25 | |
*** cesar <cesar!~cesar@2001:470:69fc:105::76c> has joined #symbiflow | 13:25 | |
*** CarlFK <CarlFK!~carlfk@2001:470:69fc:105::5d8> has joined #symbiflow | 13:25 | |
*** Veera[m] <Veera[m]!~veerakuma@2001:470:69fc:105::de08> has joined #symbiflow | 13:25 | |
*** acomodi <[email protected]> has quit IRC (Quit: WeeChat 1.9.1) | 16:02 | |
*** mkurc-ant <[email protected]> has quit IRC (Quit: Connection closed) | 16:09 | |
*** adjtm <[email protected]> has quit IRC (Quit: Leaving) | 18:50 | |
*** adjtm <[email protected]> has joined #symbiflow | 18:52 | |
*** adjtm <[email protected]> has quit IRC (Client Quit) | 18:53 | |
*** adjtm <[email protected]> has joined #symbiflow | 20:51 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!