There are other generators built into Electric. These commands (in menu Tool / Generation) may be used:
1
010101
011001
100101
101010
4
00000000
10000000
01000000
11000000
| f = (a and b and (not c)) or ((not b) and (not a)) |
| g = (a and c) or ((not a) and (not c)) |
4 3
1 1 0
0 0 X
1 X 1
0 X 0