cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
307 stars 55 forks source link

Truth table positional pube zero/one reversed #50

Closed cjdrake closed 10 years ago

cjdrake commented 10 years ago

Misread the orientation of 0/1 from a book. Turns out that zero is 1<<0 (1), and one is 1<<1 (2). They are reversed in table.py.