GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #glasgow
GNUmoon has quit [Ping timeout: 276 seconds]
tomtastic has quit [Ping timeout: 260 seconds]
tomtastic has joined #glasgow
<whitequark>
there's nothing special about the custom clock domains you create
<whitequark>
you need to reset them manually using `ResetSignal()` in the subtarget
<whitequark>
in general, once you go for multiple clock domains, you're mostly on your own
GNUmoon has joined #glasgow
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #glasgow
redstarcomrade has quit [Quit: Connection closed for inactivity]
redstarcomrade has joined #glasgow
<d1b2>
<dragonmux> also, fwiw sarea, there's ClockSignal('ext') too for you to attach the clock signal for the domain with so you don't have to fish around inside the ClockDomain object