Does this look right? ```python m.domains.startup = ClockDomain("negedge", local=True) m.d.comb += ClockSignal("negedge").eq(~ClockSignal()) ```