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
*[`2bit_full_adder.logic.json`](2bit_full_adder.logic.json): 2-bit full adder; ([Wokwi demo project](https://wokwi.com/projects/341985679348073043))
132
+
*[`2bit_full_adder.logic.json`](./demos/2bit_full_adder.logic.json): 2-bit full adder; ([Wokwi demo project](https://wokwi.com/projects/341985679348073043))
133
133
134
-
*[`2bit_and.logic.json`](2bit_and.logic.json): 2-bit AND ([Wokwi demo project](https://wokwi.com/projects/341992203508253267)); (as simple as an AND gate, but generated using a truth table)
134
+
*[`2bit_and.logic.json`](./demos/2bit_and.logic.json): 2-bit AND ([Wokwi demo project](https://wokwi.com/projects/341992203508253267)); (as simple as an AND gate, but generated using a truth table)
135
135
136
-
*[`2bit_or.logic.json`](2bit_or.logic.json): 2-bit OR ([Wokwi demo project](https://wokwi.com/projects/341992743611925075)); (as simple as an OR gate, but generated using a truth table)
136
+
*[`2bit_or.logic.json`](./demos/2bit_or.logic.json): 2-bit OR ([Wokwi demo project](https://wokwi.com/projects/341992743611925075)); (as simple as an OR gate, but generated using a truth table)
137
137
138
138
139
139
### Non-working demos
140
140
141
-
*[`limited-ascii_7segment_lut.logic.json`](limited-ascii_7segment_lut.logic.json): limited ASCII character range to 7-segment Wokwi display; ([basic Wokwi demo project](https://wokwi.com/projects/341987347359859282), [advanced Wokwi demo project](https://wokwi.com/projects/341989925253546578) cycling through the character set with an Arduino disclosing encoding errors)
141
+
*[`limited-ascii_7segment_lut.logic.json`](./demos/limited-ascii_7segment_lut.logic.json): limited ASCII character range to 7-segment Wokwi display; ([basic Wokwi demo project](https://wokwi.com/projects/341987347359859282), [advanced Wokwi demo project](https://wokwi.com/projects/341989925253546578) cycling through the character set with an Arduino disclosing encoding errors)
142
142
143
-
*[`4bit-popcount.json`](4bit-popcount.json): 4-bit popcount (makes the generator hang up)
143
+
*[`4bit-popcount.json`](./demos/4bit-popcount.json): 4-bit popcount (makes the generator hang up)
0 commit comments