M
mnentwig
Guest
Hi,
is there any simple way to point out impossible cases in compariso
operators?
For example, I have the expression
result <= (value <= 17? ) ... : ...
I know that "value" is modulo-four, and 18, 19 are the only possible value
that give a true result.
In a "case" statement, "//synthesis full_case" does what I want, but i
seems rather clumsy.
---------------------------------------
Posted through http://www.FPGARelated.com
is there any simple way to point out impossible cases in compariso
operators?
For example, I have the expression
result <= (value <= 17? ) ... : ...
I know that "value" is modulo-four, and 18, 19 are the only possible value
that give a true result.
In a "case" statement, "//synthesis full_case" does what I want, but i
seems rather clumsy.
---------------------------------------
Posted through http://www.FPGARelated.com