Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 390 Bytes

tklogicsim

A logic simulator made with Tkinter.

How the circuit strings work:

citems = [['BlockName',x,y,[State,NextState]], ['BlockName',x,y,[State,NextState]]

cwires = [[Idx0,Idx1], [Idx0,Idx1], [Idx0,Idx1]]

Features

  • Input switch input

  • Output switch output

  • OR OR

  • AND (work-in-progress) AND

  • XOR (work-in-progress) XOR

  • NOT (work-in-progress) NOT