scoobydoo
Newbie level 4
- Joined
- Apr 18, 2011
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,338
adder with verilogams
hey all
i have programmed a fulladder with verilogams by implementing its truth table
and using the transition. The truth table assigns the values to "sum" and "carry" and finally the transistion function is used as follows
V(sumout) <+ transition (sum, td, td)
V(carryout) <+ transition (carry, td, td).
this full adder was wired to a 4bit carry ripple adder.
for constant input voltages summing is working fine but as far as i´m using pulses at the input i´m receiving spikes?
what could that be and what could i do to prevent that?
regards scoobydoo
hey all
i have programmed a fulladder with verilogams by implementing its truth table
and using the transition. The truth table assigns the values to "sum" and "carry" and finally the transistion function is used as follows
V(sumout) <+ transition (sum, td, td)
V(carryout) <+ transition (carry, td, td).
this full adder was wired to a 4bit carry ripple adder.
for constant input voltages summing is working fine but as far as i´m using pulses at the input i´m receiving spikes?
what could that be and what could i do to prevent that?
regards scoobydoo
Last edited: