Friday, 2021-10-08

*** tpb <[email protected]> has joined #symbiflow00: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 #symbiflow01:40
*** Veera <[email protected]> has joined #symbiflow07:01
VeeraHi07:02
VeeraI am trying to install symbiflow without conda07:02
VeeraI used vtr version 8.0.007:03
VeeraWhile compiling artix7_100t it fails with --allow_dangling_combinational_nodes error07:03
VeeraCan you guys tell which vtr git commit to use; what does conda litex-hub vtr git commit uses07:05
Veeralinux-64/vtr-optimized-8.0.0_4673_g0010a7374-20211005_122659.tar.bz207:06
Veerawhat does g0010a7374 in it stand for?07:06
VeeraI checked git log; it does not appears there in any commit07:07
Veeraacomodi: need help07: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.v07: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-slackhttps://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 hash07:54
kgugalathis particular one points to https://github.com/verilog-to-routing/vtr-verilog-to-routing/commit/0010a7374e17b6d81dac97fd4c9757b23ff0eea007:54
Veerakgugala: thanks07:55
*** acomodi <[email protected]> has joined #symbiflow08:00
*** mkurc-ant <[email protected]> has joined #symbiflow08:01
Veerawhich git version of yosys, vtr I should use for latest symbiflow-arch-def08:02
*** alessandro <[email protected]> has joined #symbiflow08:05
*** alessandro <[email protected]> has left #symbiflow08:06
*** alessandro <[email protected]> has joined #symbiflow08:06
*** acomodi <[email protected]> has quit IRC (Quit: Connection closed)08:07
*** alessandro <[email protected]> has left #symbiflow08:07
*** acomodi <[email protected]> has joined #symbiflow08:13
Veeraacomodi: I am trying to install symbiflow without conda08:20
Veeraacomodi: which git version of yosys, vtr I should use for latest symbiflow-arch-def08: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
Veeraacomodi: I was able to successfully install symbiflow-arch-defs with an old git commit08:21
acomodiVeera, at the moment the tested versions of yosys and vtr can be taken from the environment.yml files08:23
acomodie.g. litex-hub::vtr-optimized=8.0.0_4118_g06317d042=20210813_070938 -> the commit for VTR in this case is `06317d042`08:23
Veeraand for yosys08:24
acomodi539d4ee908:24
acomodiyou can check those from here 08:24
acomodihttps://github.com/SymbiFlow/symbiflow-examples/blob/master/xc7/environment.yml08:24
Veeraoh symbiflow-arch-defs have removed the specific versions08:25
acomodiyeah, that because there is a conda locking bot, so that the newer versions get updated regularly, and, once verified, a conda lock file is generated08:27
acomodihttps://github.com/SymbiFlow/symbiflow-arch-defs/blob/master/conda_lock.yml08:27
Veeraacomodi: thanks for explaining08:29
*** sf-slack <[email protected]> has quit IRC (Remote host closed the connection)08:37
*** sf-slack <[email protected]> has joined #symbiflow08: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 #symbiflow09:02
*** Guest54 <[email protected]> has joined #symbiflow09:04
*** mkurc-ant <[email protected]> has quit IRC (Quit: Connection closed)09:11
Veeraacomodi:  in symbiflow-examples TARGET="arty_35" make -C counter_test09:15
Veeraacomodi: does not works with default symbiflow-arch-defs artix7 target09:15
Veeraacomodi: there is no configuration oir installation for arty_35; only for arty_5009:16
acomodiVeera: the a35 and a50 devices have the same fabric internally, so only the a50 is needed. What error are you getting?09:41
VeeraI do not have pinmaps for a3509:44
acomodiVeera: you mean the pinmap.csv in the installation files? in that case those are available.09:56
acomodifor two parts actually, xc7a35tcpg236-1 and xc7a35tcsg324-109:57
Veeraacomodi: i will try to manage09:57
Veeraacomodi: am quiting for now09:58
*** Veera <[email protected]> has quit IRC (Quit: Leaving)09:59
*** mkurc-ant <[email protected]> has joined #symbiflow10: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
tpbTitle: 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 #symbiflow11:59
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)12:12
*** TMM_ <[email protected]> has joined #symbiflow12: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 #symbiflow13:21
*** Guest54 <[email protected]> has quit IRC (Quit: Client closed)13:23
*** emilazy <emilazy!~emilazy@user/emilazy> has joined #symbiflow13:25
*** jophish <jophish!~jophish@2001:470:69fc:105::670> has joined #symbiflow13:25
*** CarlosEDP <CarlosEDP!~carlosedp@2001:470:69fc:105::218e> has joined #symbiflow13:25
*** cesar <cesar!~cesar@2001:470:69fc:105::76c> has joined #symbiflow13:25
*** CarlFK <CarlFK!~carlfk@2001:470:69fc:105::5d8> has joined #symbiflow13:25
*** Veera[m] <Veera[m]!~veerakuma@2001:470:69fc:105::de08> has joined #symbiflow13: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 #symbiflow18:52
*** adjtm <[email protected]> has quit IRC (Client Quit)18:53
*** adjtm <[email protected]> has joined #symbiflow20:51

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!