BMart12
Occasional Contributor
3 years agoTechnology map viewer post-fit equation operators
Hello,
I am using Quartus Prime Version : 18.1.1 Build 646 04/11/2019 SJ Standard Edition. I am reviewing the post-fit map of the design I am debugging. The logic_cell_comb of interest has the fo...
- 3 years ago
Well for what it is worth, in CUPL the logic operators are, in order of precedence (high to low):
! NOT
& AND
# inclusive OR
$ exclusive OR