*** tpb has joined #symbiflow | 00:00 | |
*** Forty-Bot has quit IRC | 00:21 | |
*** daveshah has joined #symbiflow | 01:06 | |
*** sorear has joined #symbiflow | 01:06 | |
*** _florent_ has joined #symbiflow | 01:07 | |
*** ovf has joined #symbiflow | 01:07 | |
*** adamgreig has joined #symbiflow | 01:32 | |
*** zkms has joined #symbiflow | 01:35 | |
*** zkms has quit IRC | 01:36 | |
*** zkms has joined #symbiflow | 01:37 | |
*** zkms has quit IRC | 01:37 | |
*** zkms has joined #symbiflow | 01:39 | |
*** zkms has quit IRC | 01:39 | |
*** zkms has joined #symbiflow | 01:39 | |
*** citypw has quit IRC | 03:48 | |
*** proteusguy has quit IRC | 05:00 | |
*** proteusguy has joined #symbiflow | 05:04 | |
*** OmniMancer has joined #symbiflow | 06:01 | |
*** storm has joined #symbiflow | 07:27 | |
*** storm is now known as Guest79203 | 07:27 | |
mithro | I didn't get to the make retry fix or getting Kokoro setup on Arch-Defs today | 08:50 |
---|---|---|
*** Guest79203 has quit IRC | 13:27 | |
*** OmniMancer has quit IRC | 13:52 | |
*** mkurc has left #symbiflow | 17:56 | |
*** proteusguy has quit IRC | 18:54 | |
*** perillamint_ has joined #symbiflow | 19:09 | |
*** acomodi_ has joined #symbiflow | 19:10 | |
*** acomodi has quit IRC | 19:11 | |
*** perillamint has quit IRC | 19:11 | |
*** lopsided98 has quit IRC | 19:11 | |
*** acomodi_ is now known as acomodi | 19:11 | |
*** perillamint_ is now known as perillamint | 19:11 | |
*** _whitelogger has quit IRC | 19:12 | |
*** lopsided98 has joined #symbiflow | 19:12 | |
*** _whitelogger_ has joined #symbiflow | 19:14 | |
*** _whitelogger_ has quit IRC | 21:13 | |
*** lopsided98 has quit IRC | 21:13 | |
*** lopsided98 has joined #symbiflow | 21:14 | |
*** _whitelogger has joined #symbiflow | 21:15 | |
elms | @litghost | 22:49 |
elms | oops early enter. fasm question: are routing and buffers designated destination.src? is that a convention or for a specific reason? | 22:51 |
litghost | Ya, it's tile.dest.src | 22:52 |
litghost | The original idea was potential to have enum like things, e.g. tile.dest = src | 22:52 |
litghost | where src is an enum of possibilities | 22:52 |
litghost | This is now being handled via the zero bit groups | 22:53 |
litghost | regardless, the convention has stayed | 22:53 |
elms | ok I can stick to it for iCE40. The icestorm organization tends to be src first. | 22:54 |
elms | icestorm is also using '/' in names. It's not supported in FASM currently. Any thoughts on adding as an allowed character? | 22:56 |
litghost | Example? I'm pretty sure we don't want to allow '/' | 23:00 |
elms | icesotrm has lutff_7/out and similar. I could replace with and make it lutff_7_out. is there a specific reason to disallow it? I could see it being slightly confusing, but wasn't sure if there is more | 23:04 |
litghost | The conventional replacement would be luff_7.out | 23:09 |
litghost | Depending on what lutff_7/out is | 23:09 |
litghost | Is it an output enable feature? | 23:09 |
litghost | Or a mux select? | 23:09 |
elms | it's the output wire from the 7th lutff | 23:11 |
elms | there are also lutff_[0-7]/in_[0-3] | 23:11 |
litghost | So lutff_7/out would appear in a FASM directive at all, unless you have a pip going to or from it? | 23:13 |
litghost | wouldn't* | 23:13 |
litghost | What would be an example feature directive using either the out or in wires? | 23:14 |
elms | I guess that't what I'm tying to make sure I follow convention. e.g. LOGIC_TILE_X6_Y8.LOCAL_G1_7.LUTFF_7/OUT | 23:18 |
litghost | Ya, that would be LOGIC_TILE_X6_Y8.LOCAL_G1_7.LUTFF_7_OUT | 23:20 |
litghost | I think it would be confusing to have '/' for 'Identifier' s | 23:20 |
litghost | It mixes hierarchy | 23:21 |
elms | sounds good. Thanks | 23:21 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!