optimizing a gate level bcm to the end of the earth and back

chore: fix output truthtable

dunkirk.sh df7e9adc 18a8ce74

verified
+1 -1
+1 -1
bcd_optimization/truth_tables.py
··· 25 25 'c': "1101111111------", # ON for 0,1,3,4,5,6,7,8,9 26 26 'd': "1011011011------", # ON for 0,2,3,5,6,8,9 27 27 'e': "1010001010------", # ON for 0,2,6,8 28 - 'f': "1000110111------", # ON for 0,4,5,6,8,9 28 + 'f': "1000111011------", # ON for 0,4,5,6,8,9 29 29 'g': "0011111011------", # ON for 2,3,4,5,6,8,9 30 30 } 31 31