Query: devablxorexpr
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVABLXOREXPR(3) ABL FUNCTIONS DEVABLXOREXPR(3)NAMEdevablxorexpr - develops 'xor', 'nxor' in an expression.ORIGINThis software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.frSYNOPSYS#include "abl101.h" chain_list *devablxorexpr( Expr ) chain_list *Expr;PARAMETERSExpr Expression to develop.DESCRIPTIONdevablxorexpr develops 'xor' or 'xnor' in Expr. The expression pointer Expr MUSTN'T be used after the call to this function.RETURN VALUEdevablxorexpr returns a pointer to the modified expression.EXAMPLE#include "abl101.h" chain_list *Expr; Expr = createablbinexpr( ABL_XOR, createablatom( "a" ), createablatom( "b" ) ); Expr = devablxorexpr( Expr ); /* displays (a and (not b)) or ((not a) and b) */ viewablexpr( Expr, ABL_VIEW_VHDL );SEE ALSOabl(1), devdupablxorexpr(3).BUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.ASIM/LIP6 October 1, 1997 DEVABLXOREXPR(3)
Related Man Pages |
---|
createablnotexpr(3) - debian |
devdupablxorexpr(3) - debian |
simpablexpr(3) - debian |
simpdupablexpr(3) - debian |
viewablexprstr(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Expr strange problem to me |
Expr problem and other basic problems |
Expr Syntex error |
Expr: non-integer argument |
Expr: non-numeric argument syntax error on line 1, teletype |