Tuesday, 2019-05-07

*** tpb has joined #yosys00:00
*** emeb has quit IRC00:22
*** emeb_mac has joined #yosys00:29
*** AlexDaniel has quit IRC00:48
*** gsi_ has joined #yosys02:31
*** gsi__ has quit IRC02:34
*** s_frit has joined #yosys02:37
*** emeb_mac has left #yosys02:57
*** PyroPeter has quit IRC03:02
*** PyroPeter has joined #yosys03:15
*** proteusguy has quit IRC03:23
*** emeb_mac has joined #yosys03:53
*** gnufan_home has quit IRC03:57
*** s_frit has quit IRC04:11
*** s_frit has joined #yosys04:11
*** zachjs has joined #yosys04:31
*** fevv8[m] has joined #yosys04:59
*** rohitksingh_work has joined #yosys05:00
*** adjtm_ has quit IRC05:02
*** proteusguy has joined #yosys05:02
*** adjtm_ has joined #yosys05:02
*** s_frit_ has joined #yosys05:25
*** s_frit has quit IRC05:27
*** zachjs has quit IRC05:42
*** alexhw has joined #yosys05:50
*** msd8121 has joined #yosys06:30
msd8121hey all, who should I contact for a review?06:30
msd8121https://github.com/YosysHQ/yosys/pull/99606:31
tpbTitle: [mdaiter]: add ceil opts by mdaiter · Pull Request #996 · YosysHQ/yosys · GitHub (at github.com)06:31
msd8121@thoughtpolice ?06:34
msd8121exot06:35
msd8121exit06:35
*** msd8121 has quit IRC06:35
*** msd8121 has joined #yosys06:36
*** emeb_mac has quit IRC07:16
*** adjtm_ has quit IRC07:18
*** jakobwenzel has quit IRC07:20
*** jakobwenzel has joined #yosys07:20
*** adjtm has joined #yosys07:30
*** m4ssi has joined #yosys07:34
*** adjtm has quit IRC07:38
*** MoeIcenowy has quit IRC08:16
*** MoeIcenowy has joined #yosys08:16
*** leptonix has joined #yosys08:36
*** leptonix has quit IRC08:42
*** adamgreig has quit IRC08:45
*** adamgreig has joined #yosys08:45
*** jakobwenzel has quit IRC09:46
*** jakobwenzel has joined #yosys09:47
*** jakobwenzel has joined #yosys09:48
*** zachjs has joined #yosys09:50
*** zachjs has quit IRC10:23
*** adjtm has joined #yosys10:28
*** adjtm_ has joined #yosys10:33
*** adjtm has quit IRC10:33
*** adjtm_ has quit IRC10:36
*** adjtm has joined #yosys10:50
*** proteusguy has quit IRC11:49
*** wifasoi has joined #yosys12:03
*** wifasoi has quit IRC12:28
*** X-Scale has joined #yosys13:52
*** rohitksingh_work has quit IRC14:00
*** futarisIRCcloud has quit IRC14:39
*** X-Scale` has joined #yosys14:41
*** X-Scale has quit IRC14:41
*** X-Scale` is now known as X-Scale14:42
*** X-Scale` has joined #yosys14:50
*** X-Scale has quit IRC14:52
*** X-Scale` is now known as X-Scale14:52
*** emeb has joined #yosys14:52
*** jevinskie has joined #yosys15:15
*** msvisser has joined #yosys15:16
*** msvisser has joined #yosys15:25
msvisserHi, I’m working on a project doing FSM optimisations using Yosys.15:35
msvisserUsing the default synth script with `fsm -expand -fullexpand` I can get Yosys to completely detect my FSMs, but they are often left with multiple output connections that are not connected to anything.15:35
msvisserThese outputs all have a name starting with “$auto$rtlil.cc:1483:operator()$”.15:35
msvisserIs there an easy way I am overlooking to get rid of these outputs?15:35
daveshahRun clean or opt_clean might fix things.15:36
msvisserI am currently running opt_clean and fsm_opt after the expand step15:36
msvisserBut these wires do not get removed15:36
daveshahAh, these are outputs of a cell? Yosys connects unused outputs of a cell to autogenerated wires.15:37
daveshahThis is just how Yosys represents unused outputs15:38
msvisserOkay, in the case of a FSM block is there a way to remove those outputs before transforming it back to logic?15:39
daveshahNo, I don't think Yosys supports changing the set of ports on its internal cells. This is a sure way to cause an internal cell check error.15:41
daveshahAs soon as the FSM block is converted to logic, I would expect opt_clean to remove the unused logic though15:42
msvisserThe fsm_opt pass seems to already do some removal of unused outputs, although not this specific case15:44
msvisserYeah after it is converted to logic the unused outputs get optimised away, but for my project it would be nice to have a FSM with only the required output bits15:45
msvisserIt checks for a `\unused_bits` attribute on the output bits, although I do not know where that is set internally15:46
*** rohitksingh has joined #yosys15:48
*** m4ssi has quit IRC16:17
*** gnufan_home has joined #yosys16:26
*** rohitksingh has quit IRC16:34
*** emeb has quit IRC16:45
*** _whitelogger has joined #yosys16:47
*** emeb_mac has joined #yosys16:49
*** emeb_mac has quit IRC17:03
*** jevinskie has quit IRC17:04
*** rohitksingh has joined #yosys17:07
*** alcorn has joined #yosys17:08
*** dys has joined #yosys17:09
*** jevinskie has joined #yosys17:40
*** jevinskie has quit IRC18:02
*** Forty-Bot has quit IRC18:08
*** indy has joined #yosys18:13
*** Forty-Bot has joined #yosys18:22
*** jevinskie has joined #yosys18:35
*** msvisser has quit IRC18:51
*** rohitksingh has quit IRC19:31
*** msvisser has joined #yosys19:38
*** zachjs has joined #yosys20:15
*** indy has quit IRC20:57
*** indy has joined #yosys21:13
*** zachjs has quit IRC21:53
*** zachjs has joined #yosys21:59
*** msvisser has quit IRC22:22
*** futarisIRCcloud has joined #yosys22:32
*** emeb_mac has joined #yosys22:36
*** gnufan_home has quit IRC23:17
*** pie__ has quit IRC23:23
*** pie_ has joined #yosys23:23

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