Forum Discussion

BMart12's avatar
BMart12
Icon for Occasional Contributor rankOccasional Contributor
3 years ago
Solved

Technology 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...
  • ak6dn's avatar
    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