xilinx1001
Member level 3
- Joined
- Apr 3, 2013
- Messages
- 60
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,781
Hi,
I am working with uart transmission
I need to transfer 9 bits through uart.
I am sending 8 bits one time
while sending 9th bit, I am concatenating with "0000000"
out<= in(8) & "0000000"
This logic is not working here
Error: & can not have such operands in this context
Can anyone suggest me some idea to solve this
I am working with uart transmission
I need to transfer 9 bits through uart.
I am sending 8 bits one time
while sending 9th bit, I am concatenating with "0000000"
out<= in(8) & "0000000"
This logic is not working here
Error: & can not have such operands in this context
Can anyone suggest me some idea to solve this