Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- The $ is an exclusive or operator where the # is the 'normal' or operator, at least that is what they are in AHDL. For completeness: & is the and operator and ! is the not operator. --- Quote End --- Thank you !!!