Skip to content

Commit 9e01ca0

Browse files
authored
Update README.md because of new flag and Tiny Tapeout 2
1 parent ccd52c1 commit 9e01ca0

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ To contribute to the project, fork this GitHub repository and create a pull requ
2323
## Usage
2424

2525
```
26-
usage: generate.py [-h] [-v] [-f IN_FILE] [-o OUT_FILE] [-p | --parts_only | --no-parts_only] [-c | --connections_only | --no-connections_only]
27-
[-t | --test | --no-test]
26+
usage: generate.py [-h] [-v] [-f IN_FILE] [-o OUT_FILE] [-p | --parts_only | --no-parts_only]
27+
[-c | --connections_only | --no-connections_only] [-t | --test | --no-test]
28+
[-tt | --tinytapeout | --no-tinytapeout]
2829
2930
generate.py is a lookup table generator tool for wokwi
3031
@@ -41,6 +42,8 @@ options:
4142
dump wokwi connections list only (default: 0)
4243
-t, --test, --no-test
4344
add an Arduino MEGA as test framework and generate Arduino verification code (default: 0)
45+
-tt, --tinytapeout, --no-tinytapeout
46+
add default parts used in tinytapeout wokwi template schematic (default: 0)
4447
```
4548

4649
Examples:
@@ -222,6 +225,14 @@ The algorithm basically performs the following steps (be careful as this concept
222225
Further read: [Département d'informatique et de recherche opérationnelle - Université de Montréal: LOGIC SYNTHESIS AND TWO LEVEL LOGIC OPTIMIZATION](http://www.iro.umontreal.ca/~dift6221/demicheli4/twolevel1.4.ps.pdf)
223226

224227

228+
## Tiny Tapeout
229+
230+
See also:
231+
232+
* https://tinytapeout.com/
233+
* [Tiny Tapeout 2 Guide](https://github.com/maehw/wokwi-lookup-table-generator/wiki/Tiny-Tapeout-2---Guide#generating-and-verifying-wokwi-designs-with-combinational-logic) - Generating and verifying wokwi designs with combinational logic
234+
235+
225236
## TODOs
226237

227238
- document limitations

0 commit comments

Comments
 (0)