sobella1923
Newbie level 4
- Joined
- Jun 17, 2013
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 43
im need to take a not of a single bit in a array of 16.
input [15:0] dat1 =16'b0000001000000001;
what i need is
output [15:0]dat2=16'b0001001000000001;
input [15:0] dat1 =16'b0000001000000001;
what i need is
output [15:0]dat2=16'b0001001000000001;