Forum Discussion
BMart12
Occasional Contributor
4 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...
- 4 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
BMart12
Occasional Contributor
4 years agoThank you. I was guessing # and $ were OR operations but the symbols do not intuitively indicate which is which. I looked CUPL up and I can see where it could be used in the mapper process.