satty_008
Newbie level 5
- Joined
- Jan 4, 2013
- Messages
- 8
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,388
Hii , I am an amateur in vhdl.I was referring a UART code and I came across this line
"iCount /= SIZE"
can some one please explain what it means and how it is manipulated?
SIZE is defined as 4 in generic and icount is a signal which ranges from 0 to SIZE
"iCount /= SIZE"
can some one please explain what it means and how it is manipulated?
SIZE is defined as 4 in generic and icount is a signal which ranges from 0 to SIZE