*** tpb has joined #symbiflow | 00:00 | |
*** _whitelogger has quit IRC | 01:15 | |
*** _whitelogger has joined #symbiflow | 01:17 | |
*** TMM has quit IRC | 01:19 | |
*** TMM has joined #symbiflow | 01:19 | |
*** rvalles has quit IRC | 02:14 | |
*** rvalles has joined #symbiflow | 02:18 | |
*** maartenBE has quit IRC | 02:20 | |
*** maartenBE has joined #symbiflow | 02:26 | |
*** Vonter has joined #symbiflow | 02:53 | |
*** Vonter has joined #symbiflow | 02:55 | |
*** Degi has quit IRC | 03:41 | |
*** Degi has joined #symbiflow | 03:43 | |
*** futarisIRCcloud has quit IRC | 04:09 | |
*** m_hackerfoo has quit IRC | 04:46 | |
*** HackerFoo has quit IRC | 04:46 | |
*** m_hackerfoo has joined #symbiflow | 04:46 | |
*** HackerFoo has joined #symbiflow | 04:46 | |
*** enriq has joined #symbiflow | 06:49 | |
*** enriq has quit IRC | 06:51 | |
*** OmniMancer has joined #symbiflow | 06:54 | |
*** citypw has joined #symbiflow | 07:29 | |
*** enriq has joined #symbiflow | 07:35 | |
*** az0re has quit IRC | 07:46 | |
*** enriq has joined #symbiflow | 07:54 | |
*** enriq has quit IRC | 08:10 | |
*** enriq has joined #symbiflow | 08:39 | |
*** krogozinski_ has joined #symbiflow | 08:58 | |
*** krogozinski has quit IRC | 09:00 | |
*** krogozinski has joined #symbiflow | 09:08 | |
*** enriq has quit IRC | 09:20 | |
*** enriq has joined #symbiflow | 09:24 | |
*** enriq has quit IRC | 10:52 | |
*** enriq has joined #symbiflow | 12:01 | |
*** enriq has quit IRC | 12:02 | |
*** enriq has joined #symbiflow | 12:03 | |
*** enriq has quit IRC | 12:18 | |
*** enriq has joined #symbiflow | 12:24 | |
*** enriq has quit IRC | 12:26 | |
*** enriq has joined #symbiflow | 12:27 | |
*** epony has quit IRC | 12:56 | |
*** epony has joined #symbiflow | 13:08 | |
*** enriq has quit IRC | 13:27 | |
*** enriq has joined #symbiflow | 13:33 | |
*** ademski has joined #symbiflow | 13:38 | |
*** futarisIRCcloud has joined #symbiflow | 14:16 | |
*** enriq has quit IRC | 15:19 | |
*** enriq has joined #symbiflow | 15:51 | |
*** enriq has quit IRC | 16:12 | |
*** citypw has quit IRC | 16:21 | |
*** enriq has joined #symbiflow | 16:37 | |
*** OmniMancer has quit IRC | 16: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 should | 19:51 |
---|---|---|
sf-slack | create an issue about, look into more, or am I just doing something wrong? | 19:51 |
*** QDX45 has quit IRC | 21:08 | |
*** az0re has joined #symbiflow | 21:21 | |
*** enriq has quit IRC | 21:42 | |
*** ademski has quit IRC | 21:56 | |
*** ademski has joined #symbiflow | 22:01 | |
*** ademski has quit IRC | 22:32 | |
*** FFY00 has quit IRC | 22:46 | |
*** FFY00 has joined #symbiflow | 22:47 | |
*** Vonter has quit IRC | 22:52 | |
*** Vonter has joined #symbiflow | 22:53 | |
litghost | mbpeterson70: That indicates there is a net with nothing on it, which is pretty weird | 22:55 |
litghost | mbpeterson70: 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 |
litghost | mbpeterson70: But there is likely a lurking bug in the fact that the net has no nodes on it | 22:58 |
sf-slack | <mbpeterson70> @litghost: Hmm I tried that and Vivado still wasn't able to get over that line. | 23:33 |
litghost | mbpeterson70: What is "$net" in this case? If that is also empty, that is the "real" issue, but the whole thing smells like a bg | 23:34 |
litghost | bug | 23: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 |
litghost | mbpeterson70: 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 |
litghost | mbpeterson70: In the Vivado, if you run "get_property ROUTE [get_nets {<const0>}]" what do you get? | 23:55 |
litghost | e.g. on your original design | 23:55 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!