Skip to content

Commit f2c1d7b

Browse files
authored
Use input signal names that can easily be distinguished from output signal names
1 parent 9ad57b0 commit f2c1d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/bcd_7segment_lut.logic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"description": "Lookup table to translate a binary coded decimal (BCD) number to wokwi 7-segment display (https://docs.wokwi.com/parts/wokwi-7segment). Valid values are in the range 0..9, other values will show a blank display.",
4-
"inputs": ["a", "b", "c", "d"],
4+
"inputs": ["w", "x", "y", "z"],
55
"outputs": {
66
"A": [1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0],
77
"B": [1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0],

0 commit comments

Comments
 (0)