rayan_ee
Newbie
Hello everyone,
I'm working on simulating a simple ALU using logic gates and a multiplexer in a schematic-based environment. I keep encountering glitches (spikes) in the output during transitions, and I've tried several adjustments, but nothing seems to fully resolve the issue. The output has spikes during transitions, as seen in the simulation waveform. These glitches seem to occur between stable states of the output.
I'm working on simulating a simple ALU using logic gates and a multiplexer in a schematic-based environment. I keep encountering glitches (spikes) in the output during transitions, and I've tried several adjustments, but nothing seems to fully resolve the issue. The output has spikes during transitions, as seen in the simulation waveform. These glitches seem to occur between stable states of the output.
Circuit Overview:
- The ALU consists of basic gates (AND, OR), a Full Adder and a 4:1 multiplexer (MUX).
- Inputs are typical logic signals: A, B, Cin (carry-in).
- Control signals are S1 and S0 for MUX selection.
Inputs and Stimuli:
Initially, I used:- Delay time: 100ps and later 500ps
- Rise/Fall time: 100ps and later 500ps
- Period: 20ns