Wednesday, 2020-12-09

*** tpb has joined #yosys00:00
*** lf has quit IRC00:07
*** lf has joined #yosys00:07
*** maartenBE has quit IRC00:21
*** maartenBE has joined #yosys00:45
*** dxld_ has joined #yosys00:53
*** dxld has quit IRC00:54
*** dxld_ is now known as dxld00:54
*** Degi has quit IRC01:26
*** Degi has joined #yosys01:28
*** jakobwenzel has quit IRC02:08
*** citypw has joined #yosys02:41
*** mmicko has quit IRC04:33
*** mmicko has joined #yosys04:35
*** m4ssi has joined #yosys04:47
*** davidlattimore has quit IRC05:27
*** sorear has quit IRC05:28
*** davidlattimore has joined #yosys05:29
*** sorear has joined #yosys05:30
*** SpaceCoaster has joined #yosys05:41
*** m4ssi has quit IRC05:44
*** SpaceCoaster has quit IRC05:46
*** emeb_mac has quit IRC06:30
*** dxld has quit IRC06:38
*** dxld has joined #yosys06:39
*** maartenBE has quit IRC06:55
*** maartenBE has joined #yosys07:15
*** az0re has quit IRC07:33
*** vidbina_ has joined #yosys07:38
*** az0re has joined #yosys07:43
*** m4ssi has joined #yosys07:43
*** jakobwenzel has joined #yosys08:10
*** az0re has quit IRC08:13
*** corecode has quit IRC09:08
*** az0re has joined #yosys09:12
*** corecode has joined #yosys09:17
*** smkz has quit IRC09:44
*** smkz has joined #yosys09:56
*** citypw has quit IRC11:24
*** citypw has joined #yosys11:38
*** jakobwenzel has quit IRC12:00
*** citypw has quit IRC12:10
*** citypw has joined #yosys12:25
*** citypw has quit IRC12:35
*** citypw has joined #yosys12:50
*** citypw has quit IRC14:33
*** X-Scale has quit IRC14:50
*** jakobwenzel has joined #yosys15:03
*** X-Scale has joined #yosys15:05
*** emeb has joined #yosys15:09
*** jakobwenzel has quit IRC16:41
*** m4ssi has quit IRC17:21
*** GenTooMan has quit IRC18:39
*** az0re has quit IRC18:40
*** vidbina_ has quit IRC18:47
*** GenTooMan has joined #yosys19:11
*** mwk has quit IRC19:11
*** Forty-Bot has quit IRC20:08
*** mwk has joined #yosys20:10
*** emeb_mac has joined #yosys20:32
cr1901_modernhttps://github.com/YosysHQ/yosys/issues/2481 Could someone explain to me why cells beginning with "$__" are special, and how they differ from internal cells starting with "$" and "$_"?20:42
mwkthere are three kinds of internal cells20:46
mwk$lowercase, $_UPPERCASE_, $__UPPERCASE20:46
mwkthe first two are generic cell types supported by all passes20:46
mwk$lowercase is generally multi-bit parametrizable before-mapping cells, $_UPPERCASE_ are single-bit paremeterless cells20:47
mwkand $__UPPERCASE are flow-specific cell types that only exist for a short moment and usually don't have proper models etc.20:48
cr1901_modern$__UPPERCASE is my intended cell type- the attrmvcp pass breaks when I try to move attributes to an $__UPPERCASE cell. They will immediately be techmapped to the "real" cell type (hopefully w/ attrs intact)20:52
cr1901_modernIs this considered a bug, or do I need to just suck it up and expose those cells as blackboxes in my cells_sim.v file?20:53
cr1901_modern(without an internal prefix)20:53
mwkare you reading cells_sim.v with -icells param?20:55
mwkthis should solve the "cannot get direction" problem20:55
cr1901_modernRight now the cells aren't _in_ the cells_sim.v file20:56
cr1901_modernbut noted20:56
cr1901_modernThey are created as part of iopadmap20:56
cr1901_modernAre they supposed to exist already in the cells_sim.v file?20:56
mwkdepends20:57
mwkif you want to simulate partially-synth'd designs, that tends to be useful20:57
mwkbut hmmm20:57
mwkI wonder if the proper thing here could be to improve iopadmap20:57
mwkand/or attrmvcp so that you can specify a particular port manually20:58
cr1901_modernDo you have a moment to look over my branch (machxo2) if I highlight the relevant code?21:00
cr1901_modern>and/or attrmvcp so that you can specify a particular port manually21:06
cr1901_modernTbh, I'm not sure how attrmvcp works even after reading the help and trying to create my own select queries. I ended up copying from the greenpak backend.21:06
cr1901_modern(attrmvcp seems to need _two_ separate selections to work? Idk)21:06
cr1901_modern(afk for now- sorry, nevermind)21:11
*** ZipCPU has quit IRC22:27
*** ZipCPU has joined #yosys22:46
*** AdamHorden has left #yosys22:47
*** AdamHorden has joined #yosys22:53
*** emeb has quit IRC23:50

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