当前位置:网站首页>Summary of digital IC design written test questions (4): some basic knowledge points
Summary of digital IC design written test questions (4): some basic knowledge points
2022-08-08 05:44:00 【Pippi width】
Summary of digital IC design written test questions (four): some basic knowledge points
Directory
- Summary of digital IC design written test questions (four): some basic knowledge points
- 1. Component voltage threshold
- 2. What is the 28nm process node?
- 3. What is the difference between pre-imitation and post-imitation?
- 4. What is the difference between the Harvard structure and the Von Neumann structure?
- 5. What are little-endian and big-endian?
- 6. set_multicycle_path in sdc
- References
1. Component voltage threshold
General voltage threshold refers to the threshold value of the transistor of the component. The higher the threshold value, the slower the speed, but the lower the power consumption.Therefore, according to the specific situation, high-threshold components can be used to reduce power consumption where high-speed operation is not required, and low-threshold components can be used to ensure speed where high-speed operation is required, so as to achieve low power consumption without affecting the operating frequency.the purpose of the design.
2. What is the 28nm process node?
The general process node refers to the width of the gate of the MOS transistor;
3. What is the difference between pre-imitation and post-imitation?
Pre-simulation refers to the simulation before placement and routing, while post-simulation refers to the simulation after placement and routing, and the results of post-simulation are closer to the real data;
4. What is the difference between the Harvard structure and the von Neumann structure?
Harvard structure: programs and variables are stored separately
- Advantages: easy to manage, not easy to crash;
- Disadvantages: Relatively low resource utilization;
Von Neumann structure: programs and variables are stored together
- Benefits: Make the most of resources
- Disadvantage: The program and variables are put together. If the program runs away, the original program may be read and written as a variable, which will cause the driver and the Harvard structure to store the program variables separately. Even if the program runs away, it will only beAffect the running order of the program, will not change the program itself and cause a crash.
5 . What are little-endian and big-endian?
little-endian: little endian, high byte data is stored in high address bits, low byte data is stored in low address bits;
big-endian: big endian, high byte data is stored in low address bitsAddress bit, the data of the low byte is stored in the high address bit;

As shown in the figure, if the data is read in little-endian mode, the data is "9abc56781234"; if it is read in big-endian mode, the data is "123456789abc".
6.set_multicycle_path in sdc
In digital IC design, we hope that most operations can be completed within one clock cycle, otherwise we need to insert registers; but we can allow some operations to be completed in multiple cycles, set_multicycle_path is for multi-cycle operationsTiming constraints;
References
[1]CSDN: In-depth explanation of set_multicycle_path multi-cycle constraints - theoretical articles
[2]CSDN: Detailed Explanation of Big Endian and Little Endian
边栏推荐
- Filter 过滤器的使用
- automation tool
- stack-queue
- 14. Unity2D horizontal version particle system special effects: blood particles + high landing particles + object pool to manage all particles
- LVS:NAT模式详解
- Hundreds of billions, large-scale: performance tuning practice of Tencent's super-large Apache Pulsar cluster
- wpf中DataGrid的样式
- gcc/g++使用
- Redis设置开机自启动
- 数据库分库分表,何时分?怎样分?
猜你喜欢

Typescript namespace

说说Redis分布式锁的原理和实现蚂【蚁金服三面】

【RPC】Mercury RPC

【MySQL】——事务的基本概念

Rust开发——Struct使用示例

14. Unity2D horizontal version particle system special effects: blood particles + high landing particles + object pool to manage all particles

神经网络解决哪些问题,神经网络结果不稳定

数字IC设计中为什么要避免锁存器(Latches)

Checkerboard Coloring Problem

神经网络参数量和计算量,神经网络是参数模型吗
随机推荐
postgresql中连接两张表更新第三张表(updata)
数字IC设计中为什么要避免锁存器(Latches)
flex布局属性简约速记
神经网络一般训练多少次,神经网络训练时间过长
Why do big Internet companies keep hiring while frantically laying off staff?
wpf中DataGrid的样式
仿记事本;QFile
postman---postman parameterization
仿QQ好友列表,QListWidget!
14.Unity2D 横版 粒子系统特效 飙血粒子+高处落地粒子+对象池管理所有粒子
Unity-CharacterController (Character Controller)
预处理笔记
温故知新—Activity的五种启动模式
pta补坑简单图论
Web attack log analysis: a guide for beginners
stack-queue
postman---postman参数化
《动机与人格》笔记(一)——人类似乎从来就没有长久地感到过心满意足
Query and track multiple express tracking numbers, and filter the tracking numbers shipped at a certain time
文件操作 - IO