<awygle>
whitequark: re: ILAs - i think maybe we are using the word "sink" differently. could you explain which components of an ILA you mean when you say "sink"?
Degi has quit [Ping timeout: 246 seconds]
Degi has joined #nmigen
<whitequark>
awygle: hmm
<_whitenotifier-c>
[nmigen] whitequark commented on issue #393: Signal decoder inference for Enums doesn't work for Layout members - https://git.io/JfK6z
_whitelogger has joined #nmigen
_whitenotifier-f has joined #nmigen
<_whitenotifier-f>
[nmigen] shawnanastasio commented on issue #393: Signal decoder inference for Enums doesn't work for Layout members - https://git.io/JfKPM
<_whitenotifier-f>
[nmigen] whitequark commented on issue #393: Signal decoder inference for Enums doesn't work for Layout members - https://git.io/JfKPS
proteus-guy has quit [Ping timeout: 258 seconds]
Asu has joined #nmigen
proteus-guy has joined #nmigen
Marc93 has joined #nmigen
Guest30583 has joined #nmigen
thinknok has joined #nmigen
_whitelogger has joined #nmigen
_whitelogger has joined #nmigen
chipmuenk has joined #nmigen
Guest30583 has quit [Quit: Nettalk6 - www.ntalk.de]
_whitelogger has joined #nmigen
<Degi>
What would I replace migens "extref1.attr.add(("LOC", "EXTREF1"))" with in nmigen? where extref1 is an Instance of a primitive
<Degi>
(and nmigen complains about pins not existing for a package, because they're special pins which arent GPIOs)
<Degi>
(or ecppack, not sure)
<Degi>
(well when I put Signal()'s there instead, ecppack segfaults lol)
chipmuenk has quit [Quit: chipmuenk]
thinknok has quit [Ping timeout: 260 seconds]
<awygle>
whitequark: so a probe to you is just a signal stashed in the platform then? it sounds like that's the only bit left
<awygle>
huh, the UserValue documentation claims that `lower` will only be called once, but `lower` is a public method, on Record for example. what happens if the user calls `lower` directly? Bad Things?
<zignig>
whitequark: I'm attempting to use cxxrtl , when I compile it can build SB_IO(s), when I remove the external connections yosys removes all the "unused" structure.
<zignig>
how do I fool it into having "external" io ?