m = Module()
wants_refresh = Signal()
- wants_zqcs = Signal()
settings = self._settings
m.submodules.sequencer = sequencer
if settings.timing.tZQCS is not None:
+ wants_zqcs = Signal()
+
# ZQCS Timer ---------------------------------------------------------------------------
zqcs_timer = RefreshTimer(int(self._clk_freq/self._zqcs_freq))
m.submodules.zqcs_timer = zqcs_timer
]
m.next = "Idle"
+ # Connect sequencer/executer outputs to cmd
if settings.timing.tZQCS is None:
m.d.comb += [
self.cmd.a.eq(sequencer.a),