<whitequark[cis]> "what thing?" <- ```
a = Signal(2)
b = Signal(4)
m.d.comb += b.eq(a)
```
pass signal `b` to a submodule; the port will be anonymous and two-bit, and the wire `b` will be reconstructed in both modules as a concat with two 0 bits