![]() |
![]() |
Functions | |
CNode * | cVECTOR (CVector &vec) |
Short cut for creating VCONSTANT node with a given vector value. | |
CNode * | cSTRING (const char *s) |
Short cut for creating VCONSTANT node with a given string value. | |
CNode * | cINT32 (INT32 i) |
Short cut for creating VCONSTANT node with a given integer value. | |
CNode * | cREAL (double number) |
Short cut for creating RCONSTANT node with a given double value. | |
CNode * | cELINK (CNode *n1, CNode *n2) |
Link together two nodes with an ELIST operator. | |
CNode * | cABS (CNode *a) |
Short cut for creating an subtree that calculates the absolute value of an expression. | |
CNode * | cABSDIFF (CNode *a, CNode *b) |
Short cut for creating an subtree that calculates the absolute difference between two expressions. | |
CNode * | cLINK (CNode *n1, CNode *n2) |
Short cut for linking together to nodes with a LIST operator. | |
CNode * | cMAX (CNode *n1, CNode *n2) |
Short cut for creating a expression tree that calculates the maximum of two expressions. | |
CNode * | cERROR (Coord_t *loc=NULL) |
Node construction shortcut for ERROR Error node. | |
CNode * | cVCONSTANT (CVector *a0, Coord_t *loc=NULL) |
Node construction shortcut for VCONSTANT Vector constant. | |
CNode * | cRCONSTANT (char *a0, Coord_t *loc=NULL) |
Node construction shortcut for RCONSTANT Real constant. | |
CNode * | cCOMMENT (const char *a0, Coord_t *loc=NULL) |
Node construction shortcut for COMMENT Comment. | |
CNode * | cVRQ (const char *a0, Coord_t *loc=NULL) |
Node construction shortcut for VRQ Vrq comment. | |
CNode * | cPRAGMA (const char *a0, Coord_t *loc=NULL) |
Node construction shortcut for PRAGMA Program pragma. | |
CNode * | cELIST (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for ELIST Expression list. | |
CNode * | cWIDTH (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for WIDTH Expression width change. | |
CNode * | cNOP (Coord_t *loc=NULL) |
Node construction shortcut for NOP Does nothing. | |
CNode * | cSUB (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for SUB Subtract. | |
CNode * | cMUL (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for MUL Multiple. | |
CNode * | cDIV (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for DIV Divide. | |
CNode * | cPOW (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for POW Exponent. | |
CNode * | cADD (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for ADD Addition. | |
CNode * | cLSH (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for LSH Logical left shift. | |
CNode * | cRSH (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for RSH Logical right shift. | |
CNode * | cLSHA (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for LSHA Arithmetic left shift. | |
CNode * | cRSHA (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for RSHA Arithmetic right shift. | |
CNode * | cMOD (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for MOD Modulus. | |
CNode * | cOR (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for OR Bitwise or. | |
CNode * | cAND (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for AND Bitwise and. | |
CNode * | cANDANDAND (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for ANDANDAND Triple and. | |
CNode * | cXOR (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for XOR Bitwise xor. | |
CNode * | cXNOR (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for XNOR Bitwise xnor. | |
CNode * | cINSTANCE_REF (CInstance *a0, Coord_t *loc=NULL) |
Node construction shortcut for INSTANCE_REF Instance Reference. | |
CNode * | cGATE_REF (CGate *a0, Coord_t *loc=NULL) |
Node construction shortcut for GATE_REF Gate Instance. | |
CNode * | cTASK_ENABLE (CSymbol *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for TASK_ENABLE Call to a task. | |
CNode * | cSYSTASK_CALL (CSymbol *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for SYSTASK_CALL Call to enable a systask. | |
CNode * | cTIMING_CALL (CSymbol *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for TIMING_CALL Call to a timing task. | |
CNode * | cFUNCTION_CALL (CSymbol *a0, CNode *a1, CScope *a2, Coord_t *loc=NULL) |
Node construction shortcut for FUNCTION_CALL Call to a function. | |
CNode * | cARRAY (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for ARRAY Dimensioned reference (array/bit select). | |
CNode * | cNET_REF (CNet *a0, Coord_t *loc=NULL) |
Node construction shortcut for NET_REF reference to net. | |
CNode * | cREG_REF (CReg *a0, Coord_t *loc=NULL) |
Node construction shortcut for REG_REF reference to register. | |
CNode * | cREAL_REF (CReal *a0, Coord_t *loc=NULL) |
Node construction shortcut for REAL_REF reference to real. | |
CNode * | cPARAM_REF (CParam *a0, Coord_t *loc=NULL) |
Node construction shortcut for PARAM_REF reference to parameter. | |
CNode * | cPORT_REF (CPortDir *a0, Coord_t *loc=NULL) |
Node construction shortcut for PORT_REF reference to port. | |
CNode * | cFWD_REF (CFref *a0, Coord_t *loc=NULL) |
Node construction shortcut for FWD_REF reference to a forward declared variable. | |
CNode * | cEVENT_REF (CEvent *a0, Coord_t *loc=NULL) |
Node construction shortcut for EVENT_REF reference to an event. | |
CNode * | cGENVAR_REF (CGenvar *a0, Coord_t *loc=NULL) |
Node construction shortcut for GENVAR_REF reference to a genvar. | |
CNode * | cNET_DECL (CNet *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for NET_DECL net declaration. | |
CNode * | cREG_DECL (CReg *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for REG_DECL register declaration. | |
CNode * | cREAL_DECL (CReal *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for REAL_DECL real declaration. | |
CNode * | cPARAM_DECL (CParam *a0, Coord_t *loc=NULL) |
Node construction shortcut for PARAM_DECL parameter declaration. | |
CNode * | cSPECPARAM_DECL (CParam *a0, Coord_t *loc=NULL) |
Node construction shortcut for SPECPARAM_DECL specify parameter declaration. | |
CNode * | cPORT_DECL (CPortDir *a0, Coord_t *loc=NULL) |
Node construction shortcut for PORT_DECL port declaration. | |
CNode * | cEVENT_DECL (CEvent *a0, Coord_t *loc=NULL) |
Node construction shortcut for EVENT_DECL event declaration. | |
CNode * | cGENVAR_DECL (CGenvar *a0, Coord_t *loc=NULL) |
Node construction shortcut for GENVAR_DECL genvar declaration. | |
CNode * | cLIST (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for LIST list of nodes. | |
CNode * | cRANGE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for RANGE vector decl range specification. | |
CNode * | cSLICE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for SLICE vector subrange. | |
CNode * | cPSLICE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for PSLICE vector subrange with ascending index select. | |
CNode * | cMSLICE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for MSLICE vector subrange with descending index select. | |
CNode * | cCVRI (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for CVRI convert real to integer. | |
CNode * | cCVIR (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for CVIR convert integer to real. | |
CNode * | cREP (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for REP replication operator. | |
CNode * | cCAT (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for CAT concatenation operator. | |
CNode * | cUCAT (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for UCAT unary concat. | |
CNode * | cCOM (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for COM bitwise complement. | |
CNode * | cNEG (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for NEG negation. | |
CNode * | cPLUS (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for PLUS unary plus. | |
CNode * | cNOT (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for NOT logical complement. | |
CNode * | cGT (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for GT greater than. | |
CNode * | cGE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for GE greater than or equal. | |
CNode * | cLT (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for LT less than. | |
CNode * | cLE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for LE less than or equal. | |
CNode * | cLAND (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for LAND logical and. | |
CNode * | cLOR (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for LOR logical or. | |
CNode * | cCEQ (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for CEQ case equal. | |
CNode * | cCNE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for CNE case not equal. | |
CNode * | cEQ (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for EQ equal. | |
CNode * | cNE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for NE not equal. | |
CNode * | cRAND (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for RAND reduction and. | |
CNode * | cRNAND (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for RNAND reduction nand. | |
CNode * | cROR (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for ROR reduction or. | |
CNode * | cRNOR (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for RNOR reduction nor. | |
CNode * | cRXOR (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for RXOR reduction xor. | |
CNode * | cRXNOR (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for RXNOR reduction xnor. | |
CNode * | cHOOK (CNode *a0, CNode *a1, CNode *a2, Coord_t *loc=NULL) |
Node construction shortcut for HOOK condition expression operator. | |
CNode * | cINIT (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for INIT initial block. | |
CNode * | cALWAYS (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for ALWAYS always block. | |
CNode * | cEVENT (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for EVENT event statement. | |
CNode * | cBLOCK_REF (CBlock *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for BLOCK_REF statement block. | |
CNode * | cSPECIFY_REF (CSpecify *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for SPECIFY_REF specify block. | |
CNode * | cASSIGN (CNode *a0, CNode *a1, CNode *a2, Coord_t *loc=NULL) |
Node construction shortcut for ASSIGN procedural assignment. | |
CNode * | cFORCE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for FORCE force statement. | |
CNode * | cRELEASE (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for RELEASE release statement. | |
CNode * | cNBASSIGN (CNode *a0, CNode *a1, CNode *a2, Coord_t *loc=NULL) |
Node construction shortcut for NBASSIGN nonblocking assignment. | |
CNode * | cPOSEDGE (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for POSEDGE positive event qualifier. | |
CNode * | cNEGEDGE (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for NEGEDGE negative event qualifier. | |
CNode * | cEDGE (CNode *a0, Edge_t a1, Coord_t *loc=NULL) |
Node construction shortcut for EDGE edge qualifier. | |
CNode * | cEVOR (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for EVOR event or. | |
CNode * | cDELAY (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for DELAY delay statement. | |
CNode * | cMTM (CNode *a0, CNode *a1, CNode *a2, Coord_t *loc=NULL) |
Node construction shortcut for MTM min/typ/max expression. | |
CNode * | cIF (CNode *a0, CNode *a1, CNode *a2, Coord_t *loc=NULL) |
Node construction shortcut for IF if statement. | |
CNode * | cFOREVER (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for FOREVER forever statement. | |
CNode * | cREPEAT (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for REPEAT repeat statement. | |
CNode * | cWHILE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for WHILE while statement. | |
CNode * | cWAIT (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for WAIT wait statement. | |
CNode * | cFOR (CNode *a0, CNode *a1, CNode *a2, CNode *a3, Coord_t *loc=NULL) |
Node construction shortcut for FOR for statement. | |
CNode * | cCASE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for CASE case statement. | |
CNode * | cCASEX (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for CASEX casex statement. | |
CNode * | cCASEZ (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for CASEZ casez statement. | |
CNode * | cCASEITEM (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for CASEITEM case item. | |
CNode * | cCASSIGN (StrengthPair_t *a0, CNode *a1, CNode *a2, CNode *a3, Coord_t *loc=NULL) |
Node construction shortcut for CASSIGN continious assignment. | |
CNode * | cARG (CSymbol *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for ARG port connection. | |
CNode * | cFUNCTION_DEF (CFunction *a0, Coord_t *loc=NULL) |
Node construction shortcut for FUNCTION_DEF function definition. | |
CNode * | cMODULE_DEF (CModule *a0, Coord_t *loc=NULL) |
Node construction shortcut for MODULE_DEF module definition. | |
CNode * | cREPEAT_CONTROL (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for REPEAT_CONTROL repeat control. | |
CNode * | cDELAY_CONTROL (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for DELAY_CONTROL delay control. | |
CNode * | cEVENT_CONTROL (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for EVENT_CONTROL event control. | |
CNode * | cEXTERNAL_REF (CSymbol *a0, Coord_t *loc=NULL) |
Node construction shortcut for EXTERNAL_REF external reference. | |
CNode * | cPORT_DEF (CPort *a0, Coord_t *loc=NULL) |
Node construction shortcut for PORT_DEF port definition. | |
CNode * | cDEFPARAM (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for DEFPARAM defparam statement. | |
CNode * | cPATH (int a0, CNode *a1, int a2, int a3, CNode *a4, int a5, CNode *a6, Coord_t *loc=NULL) |
Node construction shortcut for PATH path statement. | |
CNode * | cPATH_ASSIGN (CNode *a0, CNode *a1, CNode *a2, Coord_t *loc=NULL) |
Node construction shortcut for PATH_ASSIGN path assignment statement. | |
CNode * | cIFNONE_PATH_ASSIGN (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for IFNONE_PATH_ASSIGN ifnone path assignment statement. | |
CNode * | cTRIGGER (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for TRIGGER event trigger. | |
CNode * | cPASSIGN (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for PASSIGN procedural assignment. | |
CNode * | cDEASSIGN (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for DEASSIGN deassign statement. | |
CNode * | cDISABLE (CSymbol *a0, Coord_t *loc=NULL) |
Node construction shortcut for DISABLE disable statement. | |
CNode * | cATTRIBUTE (CAttr *a0, Coord_t *loc=NULL) |
Node construction shortcut for ATTRIBUTE attribute specification. | |
CNode * | cGIF (CNode *a0, CNode *a1, CNode *a2, Coord_t *loc=NULL) |
Node construction shortcut for GIF structural if statement. | |
CNode * | cGFOR (CNode *a0, CNode *a1, CNode *a2, CNode *a3, Coord_t *loc=NULL) |
Node construction shortcut for GFOR structural for statement. | |
CNode * | cGCASE (CNode *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for GCASE structural case statement. | |
CNode * | cTABLE (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for TABLE udp table. | |
CNode * | cTABLE_ENTRY (CNode *a0, Coord_t *loc=NULL) |
Node construction shortcut for TABLE_ENTRY udp table entry. | |
CNode * | cTABLE_SYMBOL (char *a0, Coord_t *loc=NULL) |
Node construction shortcut for TABLE_SYMBOL udp table symbol. | |
CNode * | cPORTLIST_END (Coord_t *loc=NULL) |
Node construction shortcut for PORTLIST_END sentinal at end of port list. | |
CNode * | cMACRO_EXPR (const char *a0, CNode *a1, Coord_t *loc=NULL) |
Node construction shortcut for MACRO_EXPR expression represented by a macro. |
Short cut for creating an subtree that calculates the absolute value of an expression.
a | expression |
Short cut for creating an subtree that calculates the absolute difference between two expressions.
a | expression 1 | |
b | expression 2 |
Node construction shortcut for ADD Addition.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for ALWAYS always block.
a0 | ||
loc | coordinates of operation in source file [optional] |
Node construction shortcut for AND Bitwise and.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for ANDANDAND Triple and.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for ARG port connection.
a0 | port name | |
a1 | port expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for ARRAY Dimensioned reference (array/bit select).
a0 | Reference to variable | |
a1 | List of index expressions | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for ASSIGN procedural assignment.
a0 | event expression | |
a1 | lval | |
a2 | rval | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for ATTRIBUTE attribute specification.
a0 | pointer to attribute | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for BLOCK_REF statement block.
a0 | pointer to block | |
a1 | list of statements | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for CASE case statement.
a0 | condition | |
a1 | list of case items | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for CASEITEM case item.
a0 | list of expressions (NULL for default) | |
a1 | statement | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for CASEX casex statement.
a0 | condition | |
a1 | list of case items | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for CASEZ casez statement.
a0 | condition | |
a1 | list of case items | |
loc | coordinates of operation in source file [optional] |
CNode* cCASSIGN | ( | StrengthPair_t * | a0, | |
CNode * | a1, | |||
CNode * | a2, | |||
CNode * | a3, | |||
Coord_t * | loc = NULL | |||
) | [inline] |
Node construction shortcut for CASSIGN continious assignment.
a0 | assignment strength | |
a1 | delay expression | |
a2 | lval | |
a3 | rval expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for CAT concatenation operator.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for CEQ case equal.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for CNE case not equal.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for COM bitwise complement.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for COMMENT Comment.
a0 | Pointer to string | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for CVIR convert integer to real.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for CVRI convert real to integer.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for DEASSIGN deassign statement.
a0 | lval | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for DEFPARAM defparam statement.
a0 | external reference | |
a1 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for DELAY delay statement.
a0 | delay expression | |
a1 | statements | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for DELAY_CONTROL delay control.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for DISABLE disable statement.
a0 | pointer to symbol | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for DIV Divide.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for EDGE edge qualifier.
a0 | ||
a1 | edge specification | |
loc | coordinates of operation in source file [optional] |
Link together two nodes with an ELIST operator.
If one is NULL do not create a new node, but return the non-null argument.
n1 | subtree 1 | |
n2 | subtree 2 |
Node construction shortcut for ELIST Expression list.
a0 | expression1 | |
a1 | expression2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for EQ equal.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for ERROR Error node.
loc | coordinates of operation in source file [optional] |
Node construction shortcut for EVENT event statement.
a0 | event expression (NULL for @*) | |
a1 | statement | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for EVENT_CONTROL event control.
a0 | event expression (NULL for @*) | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for EVENT_DECL event declaration.
a0 | Pointer to an event | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for EVENT_REF reference to an event.
a0 | Pointer to an event | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for EVOR event or.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for EXTERNAL_REF external reference.
a0 | pointer to symbol | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for FOR for statement.
a0 | initial statement | |
a1 | condition | |
a2 | assignment statement | |
a3 | statements | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for FORCE force statement.
a0 | lval | |
a1 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for FOREVER forever statement.
a0 | statements | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for FUNCTION_CALL Call to a function.
a0 | Pointer to symbol of the function | |
a1 | Argument expression list | |
a2 | Scope containing expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for FUNCTION_DEF function definition.
a0 | ||
loc | coordinates of operation in source file [optional] |
Node construction shortcut for FWD_REF reference to a forward declared variable.
a0 | Pointer to forward declared variable | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for GATE_REF Gate Instance.
a0 | Pointer to a gate | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for GCASE structural case statement.
a0 | condition | |
a1 | list of case items | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for GE greater than or equal.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for GENVAR_DECL genvar declaration.
a0 | Pointer to a genvar | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for GENVAR_REF reference to a genvar.
a0 | Pointer to a genvar | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for GFOR structural for statement.
a0 | initial statement | |
a1 | condition | |
a2 | assignment statement | |
a3 | statement | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for GIF structural if statement.
a0 | condition | |
a1 | true statement | |
a2 | false statement | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for GT greater than.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for HOOK condition expression operator.
a0 | condition expression | |
a1 | true expression | |
a2 | false expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for IF if statement.
a0 | condition | |
a1 | true statements | |
a2 | false statements | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for IFNONE_PATH_ASSIGN ifnone path assignment statement.
a0 | path | |
a1 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for INIT initial block.
a0 | ||
loc | coordinates of operation in source file [optional] |
Node construction shortcut for INSTANCE_REF Instance Reference.
a0 | Pointer to a instance | |
loc | coordinates of operation in source file [optional] |
Short cut for creating VCONSTANT node with a given integer value.
i | integer to copy |
Node construction shortcut for LAND logical and.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for LE less than or equal.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Short cut for linking together to nodes with a LIST operator.
A new node is created only if both operands are not NULL.
n1 | expression 1 | |
n2 | expression 2 |
Node construction shortcut for LIST list of nodes.
a0 | node 1 | |
a1 | node 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for LOR logical or.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for LSH Logical left shift.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for LSHA Arithmetic left shift.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for LT less than.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for MACRO_EXPR expression represented by a macro.
a0 | alternate expression, may be NULL | |
a1 | ||
loc | coordinates of operation in source file [optional] |
Short cut for creating a expression tree that calculates the maximum of two expressions.
n1 | expression 1 | |
n2 | expression 1 |
Node construction shortcut for MOD Modulus.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for MODULE_DEF module definition.
a0 | ||
loc | coordinates of operation in source file [optional] |
Node construction shortcut for MSLICE vector subrange with descending index select.
a0 | index expression | |
a1 | width expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for MTM min/typ/max expression.
a0 | minimum expression | |
a1 | typical expression | |
a2 | maximum expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for MUL Multiple.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for NBASSIGN nonblocking assignment.
a0 | event expression | |
a1 | lval | |
a2 | rval | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for NE not equal.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for NEG negation.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for NEGEDGE negative event qualifier.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for NET_DECL net declaration.
a0 | Pointer to a net | |
a1 | continous assignment (optional) | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for NET_REF reference to net.
a0 | Pointer to net | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for NOP Does nothing.
loc | coordinates of operation in source file [optional] |
Node construction shortcut for NOT logical complement.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for OR Bitwise or.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PARAM_DECL parameter declaration.
a0 | Pointer to a parameter | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PARAM_REF reference to parameter.
a0 | Pointer to parameter | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PASSIGN procedural assignment.
a0 | lval | |
a1 | expression | |
loc | coordinates of operation in source file [optional] |
CNode* cPATH | ( | int | a0, | |
CNode * | a1, | |||
int | a2, | |||
int | a3, | |||
CNode * | a4, | |||
int | a5, | |||
CNode * | a6, | |||
Coord_t * | loc = NULL | |||
) | [inline] |
Node construction shortcut for PATH path statement.
a0 | ||
a1 | edge int[-1,0,1] | |
a2 | Input list | |
a3 | Left polarity int[-1,0,1] | |
a4 | Operation type int [0 = *>, 1 = =>] | |
a5 | Output list | |
a6 | Right polarity int[-1,0,1] | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PATH_ASSIGN path assignment statement.
a0 | condition | |
a1 | path | |
a2 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PLUS unary plus.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PORT_DECL port declaration.
a0 | Pointer to a port | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PORT_DEF port definition.
a0 | pointer to port | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PORT_REF reference to port.
a0 | Pointer to port | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PORTLIST_END sentinal at end of port list.
loc | coordinates of operation in source file [optional] |
Node construction shortcut for POSEDGE positive event qualifier.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for POW Exponent.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PRAGMA Program pragma.
a0 | Pointer to string | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for PSLICE vector subrange with ascending index select.
a0 | index expression | |
a1 | width expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for RAND reduction and.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for RANGE vector decl range specification.
a0 | msb expression | |
a1 | lsb expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for RCONSTANT Real constant.
a0 | Pointer to string | |
loc | coordinates of operation in source file [optional] |
CNode* cREAL | ( | double | number | ) | [inline] |
Short cut for creating RCONSTANT node with a given double value.
number | double to copy |
Node construction shortcut for REAL_DECL real declaration.
a0 | Pointer to a real | |
a1 | procedural assignment (optional) | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for REAL_REF reference to real.
a0 | Pointer to real | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for REG_DECL register declaration.
a0 | Pointer to a reg | |
a1 | procedural assignment (optional) | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for REG_REF reference to register.
a0 | Pointer to reg | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for RELEASE release statement.
a0 | lval | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for REP replication operator.
a0 | replication expression | |
a1 | expression to replicate | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for REPEAT repeat statement.
a0 | condition | |
a1 | statements | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for REPEAT_CONTROL repeat control.
a0 | expression | |
a1 | event control | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for RNAND reduction nand.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for RNOR reduction nor.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for ROR reduction or.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for RSH Logical right shift.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for RSHA Arithmetic right shift.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for RXNOR reduction xnor.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for RXOR reduction xor.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for SLICE vector subrange.
a0 | msb expression | |
a1 | lsb expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for SPECIFY_REF specify block.
a0 | pointer to specify structure | |
a1 | list of statements | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for SPECPARAM_DECL specify parameter declaration.
a0 | Pointer to a specify parameter | |
loc | coordinates of operation in source file [optional] |
CNode* cSTRING | ( | const char * | s | ) | [inline] |
Short cut for creating VCONSTANT node with a given string value.
s | string to copy |
Node construction shortcut for SUB Subtract.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for SYSTASK_CALL Call to enable a systask.
a0 | Pointer to symbol for systask to call | |
a1 | Argument expression list | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for TABLE udp table.
a0 | list of table entries | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for TABLE_ENTRY udp table entry.
a0 | list of table symbols | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for TABLE_SYMBOL udp table symbol.
a0 | string of udp characters | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for TASK_ENABLE Call to a task.
a0 | Pointer to symbol for task to call | |
a1 | Argument expression list | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for TIMING_CALL Call to a timing task.
a0 | Pointer to symbol of timing task | |
a1 | Argument expression list | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for TRIGGER event trigger.
a0 | event reference | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for UCAT unary concat.
a0 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for VCONSTANT Vector constant.
a0 | Pointer to vector | |
loc | coordinates of operation in source file [optional] |
Short cut for creating VCONSTANT node with a given vector value.
vec | vector to copy |
Node construction shortcut for VRQ Vrq comment.
a0 | Pointer to string | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for WAIT wait statement.
a0 | condition | |
a1 | statements | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for WHILE while statement.
a0 | condition | |
a1 | statements | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for WIDTH Expression width change.
a0 | width expression | |
a1 | expression | |
loc | coordinates of operation in source file [optional] |
Node construction shortcut for XNOR Bitwise xnor.
a0 | expression 1 | |
a1 | expression 2 | |
loc | coordinates of operation in source file [optional] |