
 
Truth_Table Keyword
 
 
 
inputs 
 
 
 
 
Use 
 
Truth tables specify outputs as functions of different input combinations in a
tabular form.  Truth tables are another way to describe logic designs with
ABEL and may be used in lieu of (or in addition to) equations and state diagrams. 
A truth table includes a header describing the format of the table and the
table.
 
 
 
              invalues -> outvalues ;
                   or
TRUTH_TABLE ( inputs   :> reg_outs )
              invalues :> reg_outvalues ;
                   or
TRUTH_TABLE ( inputs   :> reg_outs      -> outputs )
              invalues :> reg_outvalues -> outvalues ;
See Also