notgull has joined #amaranth-lang
notgull has quit [Ping timeout: 240 seconds]
Degi_ has joined #amaranth-lang
Degi has quit [Ping timeout: 264 seconds]
Degi_ is now known as Degi
frgo_ has joined #amaranth-lang
frgo has quit [Read error: Connection reset by peer]
cr1901_ has joined #amaranth-lang
cr1901 has quit [Ping timeout: 272 seconds]
Wanda[cis] has quit [Quit: Idle timeout reached: 172800s]
sohaiber[m] has quit [Quit: Idle timeout reached: 172800s]
notgull has joined #amaranth-lang
notgull has quit [Ping timeout: 260 seconds]
cr1901_ is now known as cr1901
MyrlHex[m] has quit [Quit: Idle timeout reached: 172800s]
<
Miyu-saki>
How do I set the reset value of a nested struct?
<
Miyu-saki>
This is basically what I want to do:
<
Miyu-saki>
self.de_result = Signal(DEResult, reset={"uop": { "branch_type": BranchType.NEVER }})
<
Miyu-saki>
Oh what, I got it working now with self.de_result = Signal(DEResult, reset={"uop": {"branch_type": Const.cast(BranchType.NEVER)}})
whitequark[cis] has quit [Quit: Idle timeout reached: 172800s]
lf has quit [Ping timeout: 260 seconds]
lf has joined #amaranth-lang