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
thinknok has quit [Ping timeout: 256 seconds]
Degi has quit [Ping timeout: 256 seconds]
Degi has joined #nmigen
peeps[zen] has joined #nmigen
peepsalot has quit [Ping timeout: 246 seconds]
_whitelogger has joined #nmigen
_whitelogger has joined #nmigen
Guest30583 has joined #nmigen
chipmuenk has joined #nmigen
thinknok has joined #nmigen
Asu has joined #nmigen
<Degi> In a migen FSM, is NextValue(abc, xyz) equal to m.d.sync += abc.eq(xyz) in nmigen?
<whitequark> correct
chipmuenk has quit [Quit: chipmuenk]
<Degi> Thanks!
cr1901_modern1 has joined #nmigen
cr1901_modern has quit [Ping timeout: 265 seconds]
<Degi> How can I change the clock domain of a FSM?
<whitequark> `with FSM(domain="foo"):`
<Degi> Thanks, thats neat
chipmuenk has joined #nmigen
Guest30583 has quit [Quit: Nettalk6 - www.ntalk.de]
Guest30583 has joined #nmigen
Guest30583 has quit [Read error: Connection reset by peer]
Guest30583 has joined #nmigen
Guest30583 has quit [Quit: Nettalk6 - www.ntalk.de]
Guest30583 has joined #nmigen
peeps[zen] is now known as peepsalot
thinknok has quit [Ping timeout: 246 seconds]
cr1901_modern1 has quit [Quit: Leaving.]
cr1901_modern has joined #nmigen
electronic_eel has quit [Ping timeout: 240 seconds]
electronic_eel has joined #nmigen
electronic_eel_ has joined #nmigen
electronic_eel has quit [Ping timeout: 264 seconds]
miek has quit [Quit: miek]
<Sarayan> In nmigen, is there a selector operator ala m.select(bit, val-if-1, val-if-0) ?
<vup> Sarayan: Mux
<Sarayan> cool thanks
<Sarayan> what's the 0/1 order?
<Sarayan> not sure where to find a doc
<vup> Mux(sel, val-if-1, val-if-0)
<Sarayan> oh indeed, in the source
<Sarayan> thanks
Guest30583 has quit [Quit: Nettalk6 - www.ntalk.de]
thinknok has joined #nmigen
chipmuenk has quit [Quit: chipmuenk]
Asuu has joined #nmigen
Asu has quit [Ping timeout: 256 seconds]
<_whitenotifier-c> [nmigen] shawnanastasio opened issue #393: Signal decoder inference for Enums doesn't work for Layout members - https://git.io/JfKgr