- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hmm I haven't see this before.
May I know where do you get this equation from the technology map viewer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I highlighted the logic_cell_comb box so that the border of the box is red. I right click and select properties. The properties display on the left side of the window where the netlist navigator and find windows display. The properties window has the equation tab. Shall I send you a screen shot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FYI also found this table of operators in the help file for the Altera AHDL language.
Same definitions of ! & # $ apply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I’m glad that your question has been addressed. With that, I will now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.
Best Regards,
Richard Tan
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page