soc/cores/hyperbus: Make Rst synchronous to allow IO Reg (even if low speed).

This commit is contained in:
Florent Kermarrec 2024-08-20 15:26:26 +02:00
parent 76cf004913
commit 8b86b16077
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class HyperRAM(LiteXModule):
# Rst.
if hasattr(pads, "rst_n"):
self.comb += pads.rst_n.eq(1 & ~self.conf_rst)
self.sync += pads.rst_n.eq(1 & ~self.conf_rst)
# CSn.
self.comb += [