Guest
Hi,
I'm looking for an elegant way to do the following. Any ideas welcome:
Inputs:
-In (6 bits)
-temp (2 bits)
Outputs:
-Out (10 bits)
Objective:
Out[temp+5:temp] = In
The other bits of Out should be untouched (should have original values).
Thanks.
I'm looking for an elegant way to do the following. Any ideas welcome:
Inputs:
-In (6 bits)
-temp (2 bits)
Outputs:
-Out (10 bits)
Objective:
Out[temp+5:temp] = In
The other bits of Out should be untouched (should have original values).
Thanks.