ChanServ changed the topic of #nmigen to: nMigen hardware description language · code at https://github.com/nmigen · logs at https://freenode.irclog.whitequark.org/nmigen
FFY00 has quit [Ping timeout: 260 seconds]
FFY00 has joined #nmigen
futarisIRCcloud has joined #nmigen
_whitelogger has joined #nmigen
Degi has quit [Ping timeout: 258 seconds]
Degi has joined #nmigen
chipmuenk has joined #nmigen
<Sarayan> Looks like I'm parsing 053252.vcd, time to show the contents
Asu has joined #nmigen
<whitequark> parsing?
<whitequark> ohh, in your tool
<Sarayan> yeah, still :-)
<Sarayan> slowly but steadily advancing
<Sarayan> we'll see where it goes, if anywhere
<Sarayan> I want it to show something for a start :-)
<whitequark> sure, no pressure
<_whitenotifier-f> [nmigen] jeanthom opened issue #405: Making an assignment to an input results in unclear assertion error - https://git.io/Jfdt3
<_whitenotifier-f> [nmigen] jeanthom edited issue #405: Making an assignment to an input results in unclear assertion error - https://git.io/Jfdt3
<_whitenotifier-f> [nmigen] whitequark commented on issue #405: Making an assignment to an input results in unclear assertion error - https://git.io/Jfdtc
proteus-guy has joined #nmigen
samlittlewood has quit [Ping timeout: 256 seconds]
samlittlewood has joined #nmigen
<Sarayan> is there a way to do a m.Case() with additional conditions?
<Sarayan> pretty much an enable on the case, and if disabled try the next ones
<Sarayan> in the nmos is a pla with some of the pla lines used as negative conditions on other lines
<Sarayan> bah, just added them to the case contents
<_whitenotifier-f> [nmigen] jeanthom opened issue #406: Can instantiate a Tristate without input on ECP5 - https://git.io/JfdWq
<_whitenotifier-f> [nmigen] jeanthom edited issue #406: Can't instantiate a Tristate without input on ECP5 - https://git.io/JfdWq
<_whitenotifier-f> [nmigen] whitequark commented on issue #406: Can't instantiate a Tristate without input on ECP5 - https://git.io/Jfd8m
<_whitenotifier-f> [nmigen] whitequark edited a comment on issue #406: Can't instantiate a Tristate without input on ECP5 - https://git.io/Jfd8m
<_whitenotifier-f> [nmigen] jeanthom commented on issue #406: Can't instantiate a Tristate without input on ECP5 - https://git.io/Jfd8P
<_whitenotifier-f> [nmigen] jeanthom edited a comment on issue #406: Can't instantiate a Tristate without input on ECP5 - https://git.io/Jfd8P
shizoor has joined #nmigen
<Sarayan> Can I use an internally created phase signal in an EnableInserter?
<Sarayan> I of course don't use the new domain in creating the signal
<_whitenotifier-f> [nmigen] whitequark commented on issue #406: Can't instantiate a Tristate without input on ECP5 - https://git.io/JfdR5
shizoor has quit [Quit: Going offline, see ya! (www.adiirc.com)]
chipmuenk has quit [Quit: chipmuenk]
chipmuenk has joined #nmigen
chipmuenk has quit [Client Quit]
_whitelogger has joined #nmigen
ZirconiumX has joined #nmigen
Ekho- has joined #nmigen
ronyrus_ has joined #nmigen
Lofty has quit [*.net *.split]
Ekho has quit [*.net *.split]
ronyrus has quit [*.net *.split]
Ekho- is now known as Ekho
ZirconiumX is now known as Lofty
esden has quit [Read error: Connection reset by peer]
esden has joined #nmigen
esden has quit [Ping timeout: 256 seconds]
Asu has quit [Remote host closed the connection]
Asu has joined #nmigen
Asuu has joined #nmigen
esden has joined #nmigen
Asu has quit [Ping timeout: 264 seconds]
jeanthom has joined #nmigen
Asuu has quit [Quit: Konversation terminated!]
FFY00 has quit [Ping timeout: 260 seconds]
FFY00 has joined #nmigen
<_whitenotifier-f> [nmigen] jeanthom commented on issue #406: Can't instantiate a Tristate without input on ECP5 - https://git.io/JfdiJ
<_whitenotifier-f> [nmigen] whitequark commented on issue #406: Can't instantiate a Tristate without input on ECP5 - https://git.io/Jfdi3
<_whitenotifier-f> [nmigen] whitequark edited issue #406: Can't instantiate a Tristate without input - https://git.io/JfdWq
<_whitenotifier-f> [nmigen] whitequark commented on issue #406: Can't instantiate a Tristate without input - https://git.io/JfdiG
<whitequark> Sarayan: (case constants) nope, and any solution would have to desugar to what you replaced it with
<whitequark> (internally created phase signal) nmigen doesn't (currently) care where signals come from