Tuesday, 2019-02-12

*** tpb has joined #symbiflow00:00
*** Forty-Bot has quit IRC00:21
*** daveshah has joined #symbiflow01:06
*** sorear has joined #symbiflow01:06
*** _florent_ has joined #symbiflow01:07
*** ovf has joined #symbiflow01:07
*** adamgreig has joined #symbiflow01:32
*** zkms has joined #symbiflow01:35
*** zkms has quit IRC01:36
*** zkms has joined #symbiflow01:37
*** zkms has quit IRC01:37
*** zkms has joined #symbiflow01:39
*** zkms has quit IRC01:39
*** zkms has joined #symbiflow01:39
*** citypw has quit IRC03:48
*** proteusguy has quit IRC05:00
*** proteusguy has joined #symbiflow05:04
*** OmniMancer has joined #symbiflow06:01
*** storm has joined #symbiflow07:27
*** storm is now known as Guest7920307:27
mithroI didn't get to the make retry fix or getting Kokoro setup on Arch-Defs today08:50
*** Guest79203 has quit IRC13:27
*** OmniMancer has quit IRC13:52
*** mkurc has left #symbiflow17:56
*** proteusguy has quit IRC18:54
*** perillamint_ has joined #symbiflow19:09
*** acomodi_ has joined #symbiflow19:10
*** acomodi has quit IRC19:11
*** perillamint has quit IRC19:11
*** lopsided98 has quit IRC19:11
*** acomodi_ is now known as acomodi19:11
*** perillamint_ is now known as perillamint19:11
*** _whitelogger has quit IRC19:12
*** lopsided98 has joined #symbiflow19:12
*** _whitelogger_ has joined #symbiflow19:14
*** _whitelogger_ has quit IRC21:13
*** lopsided98 has quit IRC21:13
*** lopsided98 has joined #symbiflow21:14
*** _whitelogger has joined #symbiflow21:15
elms@litghost22:49
elmsoops early enter. fasm question: are routing and buffers designated destination.src? is that a convention or for a specific reason?22:51
litghostYa, it's tile.dest.src22:52
litghostThe original idea was potential to have enum like things, e.g. tile.dest = src22:52
litghostwhere src is an enum of possibilities22:52
litghostThis is now being handled via the zero bit groups22:53
litghostregardless, the convention has stayed22:53
elmsok I can stick to it for iCE40. The icestorm organization tends to be src first.22:54
elmsicestorm is also using '/' in names. It's not supported in FASM currently. Any thoughts on adding as an allowed character?22:56
litghostExample?  I'm pretty sure we don't want to allow '/'23:00
elmsicesotrm 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 more23:04
litghostThe conventional replacement would be luff_7.out23:09
litghostDepending on what lutff_7/out is23:09
litghostIs it an output enable feature?23:09
litghostOr a mux select?23:09
elmsit's the output wire from the 7th lutff23:11
elmsthere are also lutff_[0-7]/in_[0-3]23:11
litghostSo lutff_7/out would appear in a FASM directive at all, unless you have a pip going to or from it?23:13
litghostwouldn't*23:13
litghostWhat would be an example feature directive using either the out or in wires?23:14
elmsI guess that't what I'm tying to make sure I follow convention. e.g. LOGIC_TILE_X6_Y8.LOCAL_G1_7.LUTFF_7/OUT23:18
litghostYa, that would be LOGIC_TILE_X6_Y8.LOCAL_G1_7.LUTFF_7_OUT23:20
litghostI think it would be confusing to have '/' for 'Identifier' s23:20
litghostIt mixes hierarchy23:21
elmssounds good. Thanks23:21

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!