We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449558b commit c56fd58Copy full SHA for c56fd58
1 file changed
src/com/modsim/modules/Demux.java
@@ -96,7 +96,7 @@ public void propagate() {
96
dataOutputs.get(i).setVal(dataIn.getVal());
97
controlLEDs.get(i).setEnabled(true);
98
} else {
99
- dataOutputs.get(i).setVal(new BinData());
+ dataOutputs.get(i).setVal(new BinData(0));
100
controlLEDs.get(i).setEnabled(false);
101
}
102
0 commit comments