electrobuz
Member level 2
- Joined
- May 20, 2013
- Messages
- 46
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,638
Receive error in UART
Hi,
I want to make a function (in a package file) for Receive function of UART on fpga since I want to call it multiple times for receiving data at different times. The problem is that I will have to send the Clock and UART_RXD signals as attributes. My doubt is that can signals whose values will be change, be send as attributes. Also Is there anything else I can do instead making a function?
Thanks
Hi,
I want to make a function (in a package file) for Receive function of UART on fpga since I want to call it multiple times for receiving data at different times. The problem is that I will have to send the Clock and UART_RXD signals as attributes. My doubt is that can signals whose values will be change, be send as attributes. Also Is there anything else I can do instead making a function?
Thanks