Thursday, 2020-09-03

*** tpb has joined #symbiflow00:00
*** _whitelogger has quit IRC01:15
*** _whitelogger has joined #symbiflow01:17
*** TMM has quit IRC01:19
*** TMM has joined #symbiflow01:19
*** rvalles has quit IRC02:14
*** rvalles has joined #symbiflow02:18
*** maartenBE has quit IRC02:20
*** maartenBE has joined #symbiflow02:26
*** Vonter has joined #symbiflow02:53
*** Vonter has joined #symbiflow02:55
*** Degi has quit IRC03:41
*** Degi has joined #symbiflow03:43
*** futarisIRCcloud has quit IRC04:09
*** m_hackerfoo has quit IRC04:46
*** HackerFoo has quit IRC04:46
*** m_hackerfoo has joined #symbiflow04:46
*** HackerFoo has joined #symbiflow04:46
*** enriq has joined #symbiflow06:49
*** enriq has quit IRC06:51
*** OmniMancer has joined #symbiflow06:54
*** citypw has joined #symbiflow07:29
*** enriq has joined #symbiflow07:35
*** az0re has quit IRC07:46
*** enriq has joined #symbiflow07:54
*** enriq has quit IRC08:10
*** enriq has joined #symbiflow08:39
*** krogozinski_ has joined #symbiflow08:58
*** krogozinski has quit IRC09:00
*** krogozinski has joined #symbiflow09:08
*** enriq has quit IRC09:20
*** enriq has joined #symbiflow09:24
*** enriq has quit IRC10:52
*** enriq has joined #symbiflow12:01
*** enriq has quit IRC12:02
*** enriq has joined #symbiflow12:03
*** enriq has quit IRC12:18
*** enriq has joined #symbiflow12:24
*** enriq has quit IRC12:26
*** enriq has joined #symbiflow12:27
*** epony has quit IRC12:56
*** epony has joined #symbiflow13:08
*** enriq has quit IRC13:27
*** enriq has joined #symbiflow13:33
*** ademski has joined #symbiflow13:38
*** futarisIRCcloud has joined #symbiflow14:16
*** enriq has quit IRC15:19
*** enriq has joined #symbiflow15:51
*** enriq has quit IRC16:12
*** citypw has quit IRC16:21
*** enriq has joined #symbiflow16:37
*** OmniMancer has quit IRC16:48
sf-slack<mbpeterson70> I'm new to fasm2bels and trying to get it running, and the few design/parts I've tried running it on gives me a tcl script with "set route "[list  ] " and then "set_property FIXED_ROUTE $route $net" at the end of the script. Vivado keeps complaining about the set_property line needing at least one object. The tcl script seems to run fine when I get rid of the line, but I'm wondering if this is something I should19:51
sf-slackcreate an issue about, look into more, or am I just doing something wrong?19:51
*** QDX45 has quit IRC21:08
*** az0re has joined #symbiflow21:21
*** enriq has quit IRC21:42
*** ademski has quit IRC21:56
*** ademski has joined #symbiflow22:01
*** ademski has quit IRC22:32
*** FFY00 has quit IRC22:46
*** FFY00 has joined #symbiflow22:47
*** Vonter has quit IRC22:52
*** Vonter has joined #symbiflow22:53
litghostmbpeterson70: That indicates there is a net with nothing on it, which is pretty weird22:55
litghostmbpeterson70: To make the xdc output more robust, you could change the output to be `set_property FIXED_ROUTE "$route" $net`, which works even if $route is ""22:57
litghostmbpeterson70: But there is likely a lurking bug in the fact that the net has no nodes on it22:58
sf-slack<mbpeterson70> @litghost: Hmm I tried that and Vivado still wasn't able to get over that line.23:33
litghostmbpeterson70: What is "$net" in this case?  If that is also empty, that is the "real" issue, but the whole thing smells like a bg23:34
litghostbug23:34
sf-slack<mbpeterson70> @litghost: Yes, I think you're right. The line above that: `set net [get_nets {<const0>}]` . There was a couple other things that looked odd that I sent to you on a direct message.23:44
litghostmbpeterson70: So the constant nets are important to preserving the exact routing into Vivado.  I find it basically impossible that you have a design that never uses const0, but I guess it is possible.  Where did the design originate?23:45
sf-slack<mbpeterson70> It's just a simple counter that I wrote (and then generated a bitstream for in Vivado) to get a feel for how fasm2bels worked.23:47
litghostmbpeterson70: In the Vivado, if you run "get_property ROUTE [get_nets {<const0>}]" what do you get?23:55
litghoste.g. on your original design23:55

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