当前位置:网站首页>如何成为一名高级数字 IC 设计工程师(1-2)Verilog 编码语法篇:Verilog 1995、2001、2005 标准
如何成为一名高级数字 IC 设计工程师(1-2)Verilog 编码语法篇:Verilog 1995、2001、2005 标准
2022-07-03 09:55:00 【新芯设计】
一、Verilog 1995
这是最早的 Verilog 标准,目前已经不推荐了。
二、Verilog 2001
这是升级的 Verilog 标准,目前是最为推荐的。
在 Verilog-2001 中,相比 Verilog-1995,加入了许多有效的特性,可以提高设计的质量、可以提高综合的能力、可以提高验证的效率等等,变动如下:
1、增加 generate 语句,简化模块多次实例化,达到更加精简的写法。
2、增强 [7:0] mem [255:0] 多维数组的支持。
3、增强文件 I/O 的操作。
4、增加 task 和 function 重入的支持。
5、增加 always @(*) 语句。
6、增加 Part-Select(+: && -:)写法。
7、增加 localparam 定义。
8、增加新的端口声明方式。
9、支持常数函数。
边栏推荐
- ConstraintLayout跟RelativeLayout嵌套出现的莫名奇妙的问题
- 有些能力,是工作中学不来的,看看这篇超过90%同行
- Commonly used discrete random distribution
- 2021 postgraduate entrance examination mathematics 2 linear algebra
- What kind of living condition is a tester with a monthly salary of more than 10000?
- Que se passe - t - il ensuite pour ceux qui se sont concentrés sur les tests automatisés?
- Differences among norm, normalize and normalized in eigen
- Multiple IO transfer - preamble
- 栈,单调栈,队列,单调队列
- 测试Leader应该做哪些事
猜你喜欢

Probability theory: application of convolution in calculating moving average

Do you really need automated testing?

QT: QSS custom qtreeview instance

How did I grow up in the past eight years as a test engineer of meituan? I hope technicians can gain something after reading it

《通信软件开发与应用》

php服务器 与redis交互大量CLOSE_WAIT分析

Tencent micro app to get wechat user information

My understanding of testing (summarized by senior testers)

反正切熵(Arctangent entropy):2022.7月最新SCI论文

11. Provider service registration of Nacos service registration source code analysis
随机推荐
帝国cms 无缩略图 灵动标签(e:loop)判断有无标题图片(titlepic)的两种写法
Differences among norm, normalize and normalized in eigen
After 8 years of industry thinking, the test director has a deeper understanding of test thinking
Typescript learning summary
Google Earth Engine(GEE)——GHSL 全球人口网格数据集250米分辨率
软件测试工程师的5年之痒,讲述两年突破瓶颈经验
Solve the problem that pycharm Chinese input method does not follow
. Net core - a queuing system for wechat official account
The highest monthly salary of 18K has a good "mentality and choice", and success is poor "seriousness and persistence"~
我,大厂测试员,降薪50%去国企,后悔了...
表空间创建管理及控制文件管理
T5 attempt
php服务器 与redis交互大量CLOSE_WAIT分析
ConstraintLayout跟RelativeLayout嵌套出现的莫名奇妙的问题
Qt:qss custom qradiobutton instance
图解网络:什么是虚拟路由器冗余协议 VRRP?
Overview of testing theory
嵌入式软件测试怎么实现自动化测试?
I have been doing software testing for three years, and my salary is less than 20K. Today, I put forward my resignation
Qt:qss custom QSlider instance