Thursday, 2020-07-02

*** tpb has joined #yosys00:00
*** kraiskil has quit IRC01:06
*** maartenBE has joined #yosys01:13
*** Degi has quit IRC01:48
*** Degi has joined #yosys01:50
*** citypw has joined #yosys02:43
*** jeanthom has quit IRC02:47
*** craigo has quit IRC03:07
*** ross_s has quit IRC04:34
*** emeb_mac has quit IRC06:28
*** Thorn has quit IRC06:59
*** Thorn has joined #yosys07:00
*** jakobwenzel has joined #yosys07:19
*** jakobwenzel has quit IRC08:06
*** jakobwenzel has joined #yosys08:07
*** dys has joined #yosys08:16
az0reSo, before I go check for myself, does anyone know off the top of their head how would a Verilog always block with complete case statement get translated to RTLIL?  Would it make a mux tree?08:24
az0reassuming `proc; opt; techmap` were called after `read_verilog`08:26
az0reOr would it instantiate, say, pmuxes with $eq cells on the select lines?08:32
*** Asu has joined #yosys08:38
Loftyaz0re: a complete case is probably turned into the latter09:20
LoftyIncomplete cases would probably be mux trees due to the Verilog standard requiring ordering09:21
*** X-Scale` has joined #yosys09:48
*** X-Scale has quit IRC09:49
*** X-Scale` is now known as X-Scale09:49
*** X-Scale has quit IRC10:25
*** X-Scale` has joined #yosys10:25
*** X-Scale` is now known as X-Scale10:26
*** craigo has joined #yosys10:30
*** Asu is now known as Asuu10:59
*** kraiskil has joined #yosys11:55
*** peepsalot has quit IRC14:23
*** peepsalot has joined #yosys14:25
*** az0re has quit IRC15:00
*** smarter_ has joined #yosys15:13
*** y2kbugger_ has joined #yosys15:14
*** smarter has quit IRC15:14
*** tlwoerner has quit IRC15:14
*** Degi has quit IRC15:14
*** cr1901_modern has quit IRC15:14
*** y2kbugger has quit IRC15:14
*** Nazara has quit IRC15:14
*** Ekho has quit IRC15:14
*** gmc has quit IRC15:14
*** y2kbugger_ is now known as y2kbugger15:14
*** mwk has quit IRC15:14
*** captain_morgan0 has joined #yosys15:14
*** captain_morgan has quit IRC15:15
*** captain_morgan0 is now known as captain_morgan15:15
*** Degi has joined #yosys15:15
*** Nazara has joined #yosys15:15
*** mwk has joined #yosys15:15
*** Forty-3 has quit IRC15:15
*** Forty-3 has joined #yosys15:16
*** gmc has joined #yosys15:16
*** emeb has joined #yosys15:16
*** Ekho has joined #yosys15:18
*** az0re has joined #yosys15:22
*** cvl has joined #yosys15:25
*** cvl has quit IRC15:28
*** _whitelogger has quit IRC15:29
*** _whitelogger has joined #yosys15:33
*** citypw has quit IRC15:35
*** jakobwenzel has quit IRC15:49
*** dys has quit IRC16:20
*** Ristovski has quit IRC16:46
*** cr1901_modern has joined #yosys16:55
*** Ristovski has joined #yosys17:00
az0reLofty: Thanks17:33
Loftynp17:33
*** dys has joined #yosys17:39
*** tlwoerner has joined #yosys18:12
*** m_w has joined #yosys18:35
az0reIndeed, it looks like a pmux with $eq cells on the select lines, except for case zero which has $logic_not on the select line20:00
az0reI am a little confused, actually.  What exactly is the behavior of pmux?20:01
az0reFor each bit i, z[i] = s[i]? b[i] : a[i] ?20:03
az0reNo20:03
az0renvm I found it in the manual20:07
*** kraiskil has quit IRC20:08
*** kraiskil has joined #yosys20:10
*** kraiskil has quit IRC20:15
*** nengel has quit IRC20:33
*** emeb_mac has joined #yosys20:40
*** N2TOH has quit IRC20:42
*** N2TOH has joined #yosys20:43
*** josi has quit IRC20:43
*** josi has joined #yosys20:44
*** nengel has joined #yosys20:48
*** Asu has joined #yosys21:51
*** Asuu has quit IRC21:52
mwkpepijndevos: ping22:25
LoftyI don't think pepijndevos will be around at this hour, mwk22:27
mwkwell I need a gowin question answered...22:28
LoftyAbout DFFs?22:28
mwkyes22:28
mwkthe one I asked a few days ago22:28
Lofty... Lemme ping him on Twitter22:29
*** emeb_mac has quit IRC22:38
*** emeb has quit IRC22:38
*** emeb_mac has joined #yosys22:40
*** emeb has joined #yosys22:40
*** Asu has quit IRC22:47
*** kraiskil has joined #yosys23:12
*** maartenBE has quit IRC23:30
*** maartenBE has joined #yosys23:32
anananhow do i get yosys to generate the hierarchy if i used -defer in read_verilog?23:52
ananani tried doing `hierarchy` and `hierarchy -check -top top` but neither worked23:52
ananan(after that is `synth_ecp5 -json json.out -top top` and it generates a json with no modules)23:53

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