List of all members | Public Member Functions | Public Attributes
read_pla_settings Struct Reference

Settings for read_pla function. More...

Public Member Functions

 read_pla_settings ()
 Standard constructor. More...
 

Public Attributes

bool extend
 If true, the truth table is extended after parsing. More...
 

Detailed Description

Settings for read_pla function.

Author
RevKit
Since
1.0

Constructor & Destructor Documentation

Standard constructor.

Initializes default values

Author
RevKit
Since
1.0

Member Data Documentation

bool extend

If true, the truth table is extended after parsing.

If this variable is set to true, then 1) all cubes like e.g. -01- 1 get extended, so that four cubes are added, which are 0010 1, 0011 1, 1010 1, and 1011 1. That is, all possible Boolean combinations for the don't care values are assigned. Further some PLA implicitly assume that cubes which are not mentioned return 0 as output values for all specified functions. These cubes are added as well.

Default value is true.

Author
RevKit
Since
1.0

The documentation for this struct was generated from the following file:

Generated on Tue Apr 16 2013 08:12:02 for RevKit by doxygen 1.8.3.1