当前位置:网站首页>Interview question: general layout and wiring principles of high-speed PCB
Interview question: general layout and wiring principles of high-speed PCB
2022-07-07 08:59:00 【Hardware bear】
During the interview, about high speed PCB Layout 、 Questions about wiring principles can be asked about layout Take some consideration of your skills , In this regard, the author summarizes 、 Record the following , For reference only ——
High speed PCB Layout
High speed PCB The layout basically determines the general direction and structure of wiring 、 Separation of power supply and ground plane , And to noise and EMI Control of . The general layout principle is ——
Understand the system schematic , Divide the numbers in each circuit 、 simulation 、 Mixed numbers / Analog components , Pay attention to the positioning of the power supply and signal pins of each chip ;
According to the proportion of each part in the circuit , Preliminary division of digital circuits 、 Analog circuits are PCB Wiring area on , Let digital components 、 Analog components and their corresponding wiring shall be as far away as possible and limited in their respective wiring areas , After the division, the general order is hybrid devices --> Simulators --> Digital devices --> Bypass capacitance
Digital analog hybrid components are placed at the junction of digital signal area and analog signal area , In the direction of placement, note that the digital signal and analog signal pins of the chip face their respective wiring areas . Pure digital or analog components are placed within their respective specified ranges , The crystal oscillator circuit should be as close to its driver as possible ;
Devices sensitive to noise should be far away from high-frequency signal wiring , Such as feedback voltage Fb. Time sequence requires limited signal wiring , The layout needs to be adjusted according to the length and structure . The bypass capacitor shall be placed as close to the power pin as possible , Especially high-frequency capacitors . Place a large capacity capacitor near the power interface , To keep the power supply stable 、 Reduce low-frequency noise interference .
High speed PCB wiring
High speed PCB Wiring involves more details and is more flexible , On the premise of reasonable layout , Basic principles of coordination wiring , It can help us avoid unexpected signal integrity problems or timing problems ——
Choose the number of layers reasonably . High frequency circuit integration , High wiring density , Reasonable use of multilayer boards can use the middle layer to set shielding , Better realize grounding , Effectively reduce parasitic inductance , Shorten the signal transmission length , Reduce cross interference between signals .
Reduce the bending of leads between pins of high-speed circuit components . It is better to use full straight line for high-frequency line , When bending is needed , You can use 45° Broken line or arc line , Avoid signal refraction ;
Shorten the length of high-frequency lead ;
Reduce the overlap between layers of high-frequency leads . That is to reduce the vias used in the wiring process , A through hole can bring about 0.5pf Distribution capacitance of , Reducing the number of vias can reduce the impact on signal speed ;
Pay attention to the cross interference that may be introduced when the signal line is routed in a short distance , If parallel distribution cannot be avoided , It can be on the opposite side of the parallel line 、 A large area of ground wire is arranged between lines . In practice , Parallel wiring in the layer is almost inevitable , However, the wiring directions of two adjacent layers must be perpendicular to each other , That is, parallel horizontal and vertical wiring shall be carried out in the routing direction of the adjacent two layers ;
Take ground covering measures for particularly sensitive signal lines or local units . Such as packaging the clock unit ;
All kinds of signal wiring cannot form a loop , Nor can a current loop be formed ;
Correctly select single point grounding and multi-point grounding . In low frequency circuit , The operating frequency of the signal is usually less than 1MHz, At this time, the influence of wiring and inductance between devices is small , The circulation formed by the grounding circuit has a great influence on the interference , Therefore, single point grounding is adopted ; In high frequency circuits , For example, when the signal is greater than 10MHz when , The ground impedance will become very large , At this time, multi-point grounding should be adopted , Reduce grounding impedance . About the design of ground wire , Also pay attention to thicken the ground wire as much as possible , If the ground wire is too thin, the ground potential will change with the change of current , If possible , Earth wire home village can pass 3 Twice as much as PCB Allowable current of , another , Forming a closed loop of the grounding system can also reduce the potential difference .
reference :
《Candence Design and Simulation of high speed circuit board 》 Zhou runjing 、 Edited by Wang Hongyan
Recommended reading :
Original collection of hardware bear (2022/05 to update )
Interview questions : What is a high-speed circuit , What signal is high speed ?
High speed line PCB Design : Transmission line effect
Originality is not easy. , If there is a need to reprint , Be sure to inform !
If my words inspire or help you ,
“ give the thumbs-up \ forward ” It was my greatest support
边栏推荐
- Unity shader beginner's Essentials (I) -- basic lighting notes
- Simulation volume leetcode [general] 1609 Parity tree
- Digital triangle model acwing 1027 Grid access
- LeetCode 715. Range 模块
- Unity Shader入门精要初级篇(一)-- 基础光照笔记
- Markdown编辑器Editor.md插件的使用
- Golang etcdv3 reports an error. The attribute in grpc does not exist
- Simulation volume leetcode [general] 1706 Where does the ball meet
- MySQL主从延迟的解决方案
- RuntimeError: Calculated padded input size per channel: (1 x 1). Kernel size: (5 x 5). Kernel size c
猜你喜欢
随机推荐
Greenplum 6.x build_ Environment configuration
Markdown编辑器Editor.md插件的使用
Ppt template and material download website (pure dry goods, recommended Collection)
Analysis of abnormal channel number information before and after AGC re signature service
Enterprise manager cannot connect to the database instance
Output all composite numbers between 6 and 1000
Calf problem
Personal deduction topic classification record
Synchronized underlying principle, volatile keyword analysis
2022-07-06 unity core 9 - 3D animation
Isomorphic C language
Golang etcdv3 reports an error. The attribute in grpc does not exist
systemd
How to add a mask of a target in a picture
Recommended by Alibaba P8, the test coverage tool - Jacobo is very practical
模拟卷Leetcode【普通】1609. 奇偶树
模拟卷Leetcode【普通】1567. 乘积为正数的最长子数组长度
Skills that testers must know: Selenium's three waiting ways are interpreted clearly
MAC OSX php dyld: Library not loaded: /usr/local/xxxx. dylib
数字三角形模型 AcWing 1027. 方格取数