I'm not even sure what I should copy and paste. This won't work since there is no `clk_i` signal:

```
        m.domains += ClockDomain("sync")
        m.d.comb += ClockSignal("sync").eq(clk_i)
```