Skip to content

tyamcy/LogSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogSim

Team members

Thomas Yam (cyy33), Maxwell Li (ml2019), Chloe Yiu (ymy23)

Introduction

LogSim is a logic simulator software, which is capable of simulating a logic circuit specified using Digital Logic Layout Mapper, a logic circuit description language.

Run the program

Run the following commands

git clone https://github.com/tyamcy/IIA-Logic-Simulator.git
cd IIA-Logic-Simulator
pip install -r requirements.txt
cd final

For text-based command line user interface, run

python logsim.py -c <file path>

Currently, the graphical user interface supports both English and Traditional Chinese. The language is either detected automatically or specified when the program is run.

For the system language, run

python logsim.py <file path>

For English, run

LANG=en_GB.UTF-8 python logsim.py <file path>

For Traditional Chinese, run

LANG=zh_HK.UTF-8 python logsim.py <file path>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages