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... | |
Settings for read_pla function.
Standard constructor.
Initializes default values
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.