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 following equation:
<c> write_request~0 = DATAE & !DATAF # !DATAE & !DATAF & (DATAB & !DATAC $ (DATAD))
I need to know the definitions of the operators # and $.
Is there a list of operator symbols that define the operations?
Thank you
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