no, do not assign clock to clock!
[soc.git] / src / soc / simple / issuer.py
index 0cc7f428501afe4f9eff2b0e6bc8c851ae1194a5..4f559ce1ebc6316c613462c935c8826481e629e2 100644 (file)
@@ -1299,10 +1299,8 @@ class TestIssuer(Elaboratable):
         # XXX BYPASS PLL XXX
         if False and self.pll_en:
             comb += intclk.eq(pllclk)
-            comb += dbgclk.eq(pllclk)
         else:
             comb += intclk.eq(ClockSignal())
-            comb += dbgclk.eq(ClockSignal())
         if self.ti.dbg_domain != 'sync':
             dbgclk = ClockSignal(self.ti.dbg_domain)
             comb += dbgclk.eq(intclk)