Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help Needed with 16-Bit Bit Zero Detector Circuit Design

danaoxm

Newbie
Newbie level 4
Joined
Aug 20, 2024
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
53
Help Needed with 16-Bit Bit Zero Detector Circuit Design

Hi everyone,

I’m working on designing a bit zero detector circuit that takes a 16-bit input and outputs two signals: one if the number of zeros is greater than 7, and another if it’s greater than 11. This circuit will be used to control charge pumps in non-volatile memory programming. I’m using Mentor Graphics tools (Pyxis, Eldo, Calibre) for this project.

Here’s my setup so far:

• Each input bit (A0 to A15) is connected to an inverter.
• The inverted bits are grouped into pairs and connected to 2-bit half adders.
• The outputs from the 2-bit adders (S0, S1, and Cout) are then connected to a 4-bit full adder to accumulate the zero count.
• Finally, the output of the 4-bit adder is connected to a 5-bit comparator to check if the zero count exceeds the thresholds of 7 and 11.

Issue: The generated waveform doesn’t match the expected output, and I’m not sure why. I’ve checked the connections and logic, but the problem persists. I suspect there may be an issue with carry propagation, timing, or the comparator configuration.

Any advice or suggestions on where I might be going wrong?

Thanks in advance for any help!
 

Attachments

  • 13e71775-81b6-4a3e-b880-860c7f20f5f4.jpeg
    13e71775-81b6-4a3e-b880-860c7f20f5f4.jpeg
    96.6 KB · Views: 34
  • CF674F59-EA1F-42AA-AC38-A0FF218D04BD.png
    CF674F59-EA1F-42AA-AC38-A0FF218D04BD.png
    99.2 KB · Views: 32
  • 60819aa3-9d57-4caa-96fc-d8db248f9e5e.jpeg
    60819aa3-9d57-4caa-96fc-d8db248f9e5e.jpeg
    96.7 KB · Views: 34
the first one is for the 2bit adder, and the second one is for the four bit adder.

is it correct? if not, can you point out the area that maybe i wrongly connected or anything?
if its correct, what else is a possible way for me to troubleshoot, or is it because of my connection from adders to adders thats incorrect?

thank you for replying
 

Attachments

  • Screenshot 2024-11-01 181731.png
    Screenshot 2024-11-01 181731.png
    64.7 KB · Views: 18
  • Screenshot 2024-11-01 181753.png
    Screenshot 2024-11-01 181753.png
    60.5 KB · Views: 17
Does the evaluation have to happen real time, or is
there an interval assigned to do it after the word
has been latched from SR to holding reg?

If you have a lot of latency available, a secondary
shift reg, 4 bit counter and a couple of logic beds
(>=8 is MSB-1, >=12 is (MSB AND MSB-1 ) if you
shift-and-gate-counter-clock.

You could count the "1"s as they go by and have
the outcome within the <0> (LSB) bit interval,
using a lag or inverted clock.
 
Is your method intended to prove the concept? I admit it's clever. It makes use of simpler logic gates rather than flip-flops.

As a crude way to check your work there is also a diode-resistor array.
I drew an example circuit using 4 lines although you have 16. The output volt level goes higher or lower, depending on how many input wires are low.

diode-resistor logic indicates percentage of 4 inputs are low.png
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top