|
|
|
|
|
by hrvach
2691 days ago
|
|
Thank you, I'll have to do some refactoring to avoid mixing the two assignment principles. But it is ok to do something like: cnt <= cnt + 1; if (cnt > 100)
cnt <= 0; If not, how else should something like this be done? Thanks for your help, I'm finding HDL to be anything but easy. :-) |
|