You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generate.py is a lookup table generator tool for wokwi
30
31
@@ -41,6 +42,8 @@ options:
41
42
dump wokwi connections list only (default: 0)
42
43
-t, --test, --no-test
43
44
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)
44
47
```
45
48
46
49
Examples:
@@ -222,6 +225,14 @@ The algorithm basically performs the following steps (be careful as this concept
222
225
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)
223
226
224
227
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
0 commit comments