<whitequark[cis]>
it is; if you don't add `shape` (for non-amaranth enums) the behavior is exactly the same, and for all amaranth enums you should specify a shape anywaus
<whitequark[cis]>
s/anywaus/anyways/
<Miyu-saki>
Makes sense. Thanks.
frgo has joined #amaranth-lang
frgo_ has quit [Read error: Connection reset by peer]
Degi_ has joined #amaranth-lang
Degi has quit [Ping timeout: 256 seconds]
Degi_ is now known as Degi
notgull has joined #amaranth-lang
notgull has quit [Ping timeout: 240 seconds]
josuah has quit [Quit: zzz]
<Miyu-saki>
What happens if a signal is driven by some `comb`, but there are no matching cases? Does it act like a D-latch or does it return to the init value?