It would be nice if there was a base tool that converted one bit to another by repeating it for example:
1 bit -> 3 bits
1 -> 111
2 bit -> 4 bit
01 -> 0101
you can do this with the split tool but it be alot cleaner.
In 2.5.0, you can do this for one-bit values (which I think is the common case): Create a "Bit Extender" from the Base library, and choose "sign extend."
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Use branching wires (inside a subcircuit if necessary).
In 2.5.0, you can do this for one-bit values (which I think is the common case): Create a "Bit Extender" from the Base library, and choose "sign extend."