Precision PCB Fabrication, High-Frequency PCB, High-Speed PCB, Standard PCB, Multilayer PCB and PCB Assembly.
The most reliable PCB & PCBA custom service factory.
PCB News

PCB News - Basic knowledge about PCB design-PCB proofing

PCB News

PCB News - Basic knowledge about PCB design-PCB proofing

Basic knowledge about PCB design-PCB proofing

2021-09-28
View:443
Author:Frank

Basic knowledge about PCB design-PCB proofing
1. If the designed circuit system contains FPGA devices, the Quartus II software must be used to verify the pin assignments before drawing the schematic. (Some special pins in FPGA cannot be used as ordinary IO).

2. The 4-layer board from top to bottom is: signal plane layer, ground, power, signal plane layer; the 6-layer board from top to bottom: signal plane layer, ground, signal inner electric layer, signal inner electric layer, Power and signal plane layer. For boards with 6 layers or more (the advantage is: anti-interference radiation), the internal electrical layer wiring is preferred, and the plane layer cannot be walked away. It is forbidden to wire from the ground or power layer (reason: the power layer will be divided, causing parasitic effects).

3. Wiring of multi-power supply system: If FPGA+DSP system is made of 6-layer board, there will be at least 3.3V+1.2V+1.8V+5V.

3.3V is generally the main power supply, and the power layer is directly laid, and it is easy to route the global power network through vias;

5V may generally be the power input, and only a small area of copper is required. And as thick as possible.

pcb board

1.2V and 1.8V are the core power supply (if you directly use the wire connection method, you will encounter great difficulties when facing BGA devices). Try to separate 1.2V and 1.8V during layout, and let 1.2V or 1.8V connect The components are arranged in a compact area and connected by copper

In short, because the power supply network is spread over the entire PCB, it will be very complicated and long to go around if it is routed. The method of laying copper is a good choice!

4. The wiring between adjacent layers adopts a cross method: it can reduce electromagnetic interference between parallel wires and facilitate wiring.

5. What is the isolation method for analog and digital isolation? Separate the devices used for analog signals from those used for digital signals during layout, and then cut across the AD chip across the board!

The analog signal is laid with an analog ground, and the analog ground/analog power supply and the digital power supply are connected at a single point through an inductor/magnetic bead.

6. PCB design based on PCB design software can also be regarded as a software development process. Software engineering pays most attention to the idea of "iterative development" to reduce the probability of PCB errors.

(1) Check the schematic diagram, pay special attention to the power and ground of the device (power and ground are the blood of the system, and there can be no negligence);

(2) PCB package drawing (confirm whether the pins in the schematic diagram are wrong);

(3) After confirming the PCB package size one by one, add a verification label and add it to the package library of this design;

(4) Import the netlist and adjust the signal sequence in the schematic while layout (OrCAD component automatic numbering function can no longer be used after layout).