Public Member Functions | Public Attributes

read_pla_settings Struct Reference

Settings for read_pla function. More...

List of all members.

Public Member Functions

 read_pla_settings ()
 Standard constructor.

Public Attributes

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

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines

Generated on Wed May 25 2011 16:34:52 for RevKit by doxygen 1.7.3