Skip to content

Commit e644ba5

Browse files
committed
Merge branch 'main' of github.com:maehw/wokwi-lookup-table-generator
2 parents 728be0c + 6a7088b commit e644ba5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# wokwi lookup table generator
22

3-
Generator for wokwi schematics that implement lookup tables in conjunctive normal form (CNF), i.e. with AND and OR gates.
3+
This git repository contains a **generator for wokwi schematics that implement lookup tables in conjunctive normal form (CNF)**, i.e. with AND and OR gates. (Detailed explanation what this means and how it is done will follow.)
44

55
This project is written in Python3.
66

7-
This project is WIP. Feel free to contribute, open issues, etc.
7+
> **Note**
8+
> This project is work in progress. It is known that not all designs are generated correctly, so there are still some bugs.
9+
10+
11+
Feel free to contribute, open issues, etc.
12+
To contribute to the project, fork this GitHub repository and create a pull request. Detailed instructions can be found at https://docs.github.com/en/get-started/quickstart/contributing-to-projects. I'll be happy to review the code diff and eventually merge it into the original repo here.
813

914

1015
## Usage

0 commit comments

Comments
 (0)