Skip to content

zachthearcticfox/tklogicsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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