Hi, I was dividing into the PyRTL codebase and noticed a very minor issue in as_wires()
The type hint for val in pyrtl/corecircuits.py:751: is val: WireVectorLike,
Probably val: WireVectorLike | WrappedWireVector is more suitable based on the source code
Hi, I was dividing into the PyRTL codebase and noticed a very minor issue in as_wires()
The type hint for val in pyrtl/corecircuits.py:751: is
val: WireVectorLike,Probably
val: WireVectorLike | WrappedWireVectoris more suitable based on the source code