Close
0%
0%

High Speed Digital & Mixed Signal Design

Performance Evaluation and Fault Identification

Similar projects worth following
In this project, I am going to gather together 4 unit assessments (case studies) that I have undertaken in EEEN30075 unit on my final year at the University of Manchester.

I will start by providing a summary of the following 5 key topics,

Topic 1 - Fundamentals
Topic 2 - High speed digital design
Topic 3 - Mixed signal design
Topic 4 - Hardware design at the system level
Topic 5 - Design for test

Then, I will apply my theoretical knowledge to PCB design related case studies.

Key Words: High speed, Mixed signal, PCB design, Signal integrity

Click here to access the official unit website.

Table of Contents:

1. Fundamentals of High Speed Digital and Mixed Signal Circuits

2. High Speed Digital Circuits

3. High Speed Digital Design - Case Study

4. HSDD Design Review

5. Mixed Signal Circuits

6. Mixed Signal Design - Case Study

7. MSD Design Review

Adobe Portable Document Format - 2.10 MB - 07/24/2017 at 13:59

Preview
Download

Adobe Portable Document Format - 1.18 MB - 07/24/2017 at 13:59

Preview
Download

Adobe Portable Document Format - 2.60 MB - 07/24/2017 at 13:59

Preview
Download

Adobe Portable Document Format - 1.70 MB - 07/24/2017 at 13:58

Preview
Download

Adobe Portable Document Format - 120.76 kB - 07/24/2017 at 13:58

Preview
Download

View all 6 files

  • Topic 4. HSDD Design Review

    Canberk Suat Gurel07/24/2017 at 14:41 0 comments

    The figure below shows the existing PCB Design:

    As a result of the design review, a number of changes needed to be made in order to improve its test results.

    First of all, a layer stack selection of 8 layers is made. Although it seems like the costs are increasing at the first glance, once the cost of the shielded enclosure to reduce the emission is considered, making the shielding at the PCB level by increasing the number of layers is actually a better choice. Consequently, the high speed signal layers are placed in layers 2 and 3. They are enclosed by GND and Power planes to provide the required shield for the EMC tests.

    Additionally, branching of the CLK is avoided by applying the daisy chain method, by doing so the track length is increased which is undesired but in return the noise is reduced. The DATACLK 1 and 2, are intentionally kept as short as possible to avoid the delay and parasitics caused by the excess trace length. Both of the CLK and DATACLK signals are placed within the PCB and isolated from other high speed signals.

    As it is pointed out by the engineer that the there is a delay or slow rise time in the lines of data buses, mainly due to the signal plane not being adjacent to a reference plane.  In addition, due to high inductance the rise time is slowed down. Therefore, an adjacent reference plane is placed next to each high speed signal layer.

    Also, the GND plane should not be interrupted to allow the flow of the return current freely. Hence, the GND planes adjacent to the signal layers are deliberately left empty. Furthermore, the VCC (Power) and GND planes are closely coupled together by placing them next to each other, reducing the inductance.

    An IO region is defined to minimise the effect of the potential difference engendered by the returning currents flowing on the non-ideal (the impedance is not zero) GND planes.

    The engineer has also noted that the PCB looked slightly warped which indicates that it is mechanically imbalanced. In order to solve that problem, the 4 ICs and other PCB components are located with care to permit efficient routeing and to avoid PCB warpage.

    In non-ideal cases, the signal that flows through the distributed lines of the PCB is not fully absorbed by the load and a certain amount of the signal is reflected which amplifies or cancels out the original propagating signal. This phenomenon causes ringing which affects the signal integrity and produces anomalies in the signal as well as the circuit.  Controlled impedance routing and termination techniques are used to match the impedance of the two ends of the trace by altering its dimensions consequently, the effects of ringing are minimised.

    The new design is as follows:

  • 3. High Speed Digital Design - Case Study

    Canberk Suat Gurel07/24/2017 at 14:12 0 comments

    Overview

    This tutorial activity involves reviewing an early stage design. Many companies hold mandatory design reviews at key points in a product’s development, at which the development team present their design to a peer review panel. This panel might include the project manager, members of other design teams, a representative from marketing (who may have requested the product’s development) and possibly even the technical director.

    In such reviews, it is easy to overlook ‘routine’ items, such as power supply design, whilst focusing on the key aspects of the product’s function. To prevent this, one common practice is to run through a standard ‘checklist’ of items to be considered, similar to the pre-flight checks used by pilots. Many items on these checklists are generic electronic engineering practice but others may be based on knowledge the company has gained in making similar products, particularly failure modes of previous designs.

    Design description and history

    The design you are going to examine is a processing board for a machine vision system, which receives signals from two high speed camera modules. The data from each camera module is processed by a combination of a DSP processor and an FPGA. High bandwidth data buses (24 bits, clocked at 200 MHz) connect each DSP device to both FPGAs. Each of these data buses has 24 bi-directional data lines and its own data transfer clock (DATACLKn), sourced from the relevant DSP device. Processed image data are output from the board via a pair of high speed (5 Gb/s) serial links, using drivers located within the FPGAs. These serial links use differential pairs (LVDS). Figure 1 provides an overview of the design.

    The design was started by an engineer who has since left the company and one purpose of today’s review is to establish the status of the project. The engineer’s notes on the design include the following summary of the layer stack and its use:

    “The design fits into 4 layers as there aren’t that many interconnects. The FPGA data sheet recommends using interplane capacitance when using the serial transceivers so I’ve specified a 0.2 mm / 1.2 mm / 0.2 mm layer stack. This puts both signal layers a similar height above the reference plane, which is handy. I’ve kept all the clocks out of the way on the bottom layer as the FPGA data sheet says a low jitter clock is essential for the serial transceivers. The power plane is split to provide the FPGA and DSP supplies.”

    Initial performance and electromagnetic compatibility (EMC) testing didn’t go well, as seen in this second extract from the engineer’s lab book:

    “I’m having problems with the serial transceivers. I see a high bit error rate. I initially thought it was an assembly problem – the PCB looks a bit warped - but it works fine if I lower the data rate. The data buses have problems at high speeds too. Looking at them on the logic analyser, some lines seem delayed or have slow rise times compared to my simulation. Preliminary EMC tests were disappointing too; it needed a fully shielded enclosure and ferrites on the cables to pass the emissions test.”

    Assignment:

    Following the second tutorial session, I will post a summary of problems identified with the existing design. Write a brief description of your personal final design (not necessarily that produced by your group during Activity 2). This should be no more than 500 words plus a diagram similar to Figure 1, which may be hand drawn as if in your lab notebook; I’m looking for concepts not presentation. You should provide technical justification for your design choices, especially around layer stack selection and use.

    The Layer Stack of the Existing PCB Design

    ---------- more ----------

    Checklist for High Speed Digital Design
    Board construction and layer stack

    • Are the layers mechanically balanced to avoid manufacturing problems?
    • Is the layer stack appropriate (correct resources for design, no excess layers)?
    • Is board level shielding present / adequate (if required)?...
    Read more »

  • Topic 2: High Speed Digital Circuits

    Canberk Suat Gurel07/23/2017 at 11:32 0 comments

    The term "High Speed" is often misinterpreted as if it relates to the frequency of a signal which indicates how often the signal repeats itself. In fact, the rise and fall time of a signal is what distinguishes a high speed signal from a low speed signal.

    "High Speed" is generally interpreted to mean circuits where the length of the signal’s rising or falling edge is greater than about one-sixth of the transmission line length.

    Key Words: rise and fall times, eye diagrams, gate input and output impedance, transmission lines, latency and timing issues, electromagnetic interference, packaging issues, thermal management, terminations and vias, power and ground planes, clock distribution, signal launching, substrate materials, and test and measurement issues.


    The figure above shows the transition of a signal from HIGH to LOW. The length of transition is called the electrical length (LE) and if the one-sixth of the LE is:

    • less than the transmission line length, then the transmission line demonstrates distributed line behavior.
    • greater then the transmission line length, then the transmission line length demonstrates lumped line behavior.

    Wave Tank Analogy

    There is a tank filled with water.

    1. A jug of water is poured slowly and the water level increased as a whole. In other words, the potential of the line changes so slowly that no reflections are produced. (lumped line behavior)
    2. A jug of water is poured quickly; disturbance is created and reflections are produced. This is a high  speed effect. (distributed line behavior)

    Example Question:

    If line length = 100mm, rise time = 1.67ns, and propagation delay = 55ps, are the transmission line techniques needed to be applied?

    LE (Electrical Length) = Rise Time * Propagation Velocity

    Propagation Velocity = Propagation Delay^(-1)

    LE = 1.67*10^(-9) * 55*10^(-12) = 30.36cm

    One-sixth of LE = 5.06cm

    Since the line length > LE/6 the line demonstrates distributed line behavior and hence TL techniques need to be applied.

    Impedance Discontinuity

    Changing the PCB track thickness cause discontinuity in track impedance and as a result reflections are produced in high speed signals. These reflections have a negligible effect in lumped systems whereas they are a major problem in distributed line systems.


    The wave-like propagation issue may be minimized by applying transmission line (TL) techniques.

    1. Controlled Impedance Trace Routing: Altium Designer has a routing feature which allows the PCB designer to alter the trace thicknesses such that the ringing effect is minimized.
    2. Termination at the Receiver: This method terminates the excess energy of the signal and prevents signal energy bouncing back and fourth.

    Microstrip (Ext. Routeing) vs. Stripline (Int. Routeing)

    At higher frequencies, transmission line wiring provides superior performance by minimizing crosstalk, signal distortion and radiation (as compared to ordinary point-to-point wiring).  When implementing transmission lines on a PCB, there are two options: microstrip and stripline.

    A microstrip transmission line consists of a copper trace separated from a ground plane by an insulating substrate.  This configuration is depicted in the image below.

    Since one side of the conductor is exposed to air, these transmission lines can only exist on top and bottom PCB layers.  The trace impedance is influenced by both the dielectric of the substrate material and the air above it.

    Unlike microstrip, stripline transmission lines are fully contained within a substrate – which is sandwiched between two ground planes.

    Due to the substrate impregnated nature of stripline, these transmission lines can only exist on internal routing layers and require a minimum of 3 PCB Layers (2 ground planes and a routing layer in the middle).

    Change of Reference Plane or Routeing Layer

    As it was mentioned earlier while designing a high speed PCB the return current path needs to be considered - if the routeing layer is changed then its return current...

    Read more »

  • Topic 1: Fundamentals

    Canberk Suat Gurel07/05/2017 at 17:04 0 comments

    There is a major limitation with circuit schematics: 3 circuits (with the same schematics) may have significant performance differences which are a result of the physical layout of the circuits. Therefore it can be said that how a circuit is implemented is what matters. Alternative implementations exists for any schematic therefore some important aspects of most designs are not well described by schematics.

    The circuit schematic above shows two adjacent traces that are connected to BNC connectors.

    Although they are not physically connected; each wire linked by mutual inductance and mutual capacitance. Mutual quantities can couple circuits that are not intentionally linked, causing crosstalk.

    Each pair are connected by series resistance and inductance, having capacitance to ground.

    These unintentional resistance, inductance and capacitance values are referred as parasitics.

    It should be noted that Rw1, Rw2, Lw1, Lw2, Cw1, and Cw2 are not actual components and they are representing the unintentional parasitic behavior of the two wires. In the circuit schematics the mutual reactance components were all zero since they are not physical components. Therefore schematics are said to be limited in terms of displayed information and may be misleading.

    The mutual reactance between two wires are determined by the layout of the circuit, for example:

    • Wider traces reduce the mutual impedance
    • Proximity to GND layer increases the mutual capacitance
    • Increasing the separation between the two circuits evidently reduces the mutual inductance and capacitance.

    In the context of PCB design the concept of return current paths are often misunderstood. Current flows in loops, e.g. a signal current that flows along a trace has a corresponding returning current which should be handled carefully since it plays a huge role in circuit performance.

    Signal Integrity and Crosstalk

    Signal integrity describes the properties of a signal arriving at its intended receiver. The signal may be degraded by poor design of the signal path or by poor termination.

    Crosstalk is the unwanted coupling of two or more circuits. In other words, crosstalk describes the contamination of the signal on a victim circuit by a signal on a different aggressor circuit. By nature analogue circuits are typical victim circuits whereas digital circuits are typical aggressor circuits. More details about this will be provided under the title "Mixed Signal Design" where both digital and analogue signals are accommodated on the same PCB. Poor circuit layout increases the crosstalk!

    DC & Low-frequency Signals:

    The returning current takes the path of the least resistance (in fact it is the path with the least impedance but they are the same for low frequency circuits).

    High Frequency Signals:

    The returning current flows under its signal trace. For H.F. the path of the least impedance is the path of the least inductance which is right under the signal trace. As a result the return paths are self-managed by inductance given that an uninterrupted SGND plane adjacent to the signal plane is provided.

    Advantages of SGND Plane are as follows:

    1. Return current can flow directly under its signal trace.
    2. The loop area is minimized and hence E and H fields are localized.
    3. Signal integrity is improved and the crosstalk is minimized.

    The following coupling mechanisms are responsible for crosstallk:

    1. Mutual Capacitance:

    The figure below shows the lumped component view of mutual capacitance.


    Every unideal resistor has a small ( < 1pF ) shunt capacitance in parallel with its ideal resistance. Capacitors store energy in their electric (E) field. Likewise all conductors with different potentials store energy in the E field created between them. Interaction of E fields create mutual capacitance. If the E field of the aggressor is sufficiently localized there is no crosstalk due to mutual capacitance.

    Mutual capacitance depends on layout: the E fields can be localized by providing a nearby returning path (ideally a...

    Read more »

View all 4 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates