A logic simulator made with Tkinter.
citems = [['BlockName',x,y,[State,NextState]], ['BlockName',x,y,[State,NextState]]
cwires = [[Idx0,Idx1], [Idx0,Idx1], [Idx0,Idx1]]
-
Input switch
input
-
Output switch
output
-
OR
OR
-
AND (work-in-progress)
AND
-
XOR (work-in-progress)
XOR
-
NOT (work-in-progress)
NOT