Replies: 3 comments 11 replies
-
What should be output if not enabled? Zero or high impedance? |
Beta Was this translation helpful? Give feedback.
-
I'm currently trying my hand at the 4Bit CPU of the Minecraftmonkeys. As noob in Digital it's a nice starter project for me. In Logisim it worked fine (I even understood it🙄). ATM i need zeros when not enabled, which i get with my solution in the starter thread. |
Beta Was this translation helpful? Give feedback.
-
How does the decoder with enable (top left) work? There isn't any place to input the enable from the left side. i tried running it, but that didn't work. Also, is there a chance that you would implement the enable bit with the plexers? Thank you P.S. |
Beta Was this translation helpful? Give feedback.
-
If I am not wrong, all real multiplexer/decoder/demultiplexer chips have enable inputs. The plexers in Digital unfortunately do not have them.
I was able to replace the decoder with a 1-bit demultiplexer where the input corresponds to the enable (tell me if I'm wrong with this solution).
But with the multiplexer, I had to trick by connecting a driver (combined with pulldown resistor) after it. The sel then corresponds to enable and only sel=1 lets the signals of the multiplexer through.
In Logisim there are plexers with (selectable) enable, would it be possible to implement them in Digital as well? Preferably also selectable.
Beta Was this translation helpful? Give feedback.
All reactions