当前位置:网站首页>How to become a senior digital IC Design Engineer (1-5) Verilog coding syntax: operand
How to become a senior digital IC Design Engineer (1-5) Verilog coding syntax: operand
2022-07-03 11:18:00 【New core design】
One 、 Define operand
1、 If you operate directly in a complete way reg or net or variable or parameter, Is to write their names directly , All its bits are treated as operands .
2、 If you operate one bit 1-Bit , namely Bit-Select Operands , Here the array elements Bit-Select or Part-Select It can be used as an operation number for standby operation .
3、 If you operate on multiple bits N-Bits, namely Part-Select Operands , Here the array elements Bit-Select or Part-Select It can be used as an operation number for standby operation .
4、 Data generated by the join operator ( Including nested join operators )or Functions and so on can be used as operands for operation .
Two 、Bit-Select
1、 Bit index extraction 1-Bit Specified data .
2、 A bit index can be an expression .
3、 Normal reading and writing within the range of bit index , Everything outside the scope Read X Write None.
4、 about scalar、real variable、realtime variable operation Bit-Select It's all illegal .
3、 ... and 、Part-Select
1、Part-Select extract N-Bits Specified data (N > 1).
边栏推荐
- Error installing the specified version of pilot
- Word line and bit line
- ConstraintLayout跟RelativeLayout嵌套出现的莫名奇妙的问题
- 项目管理精华读书笔记(六)
- 【Proteus仿真】74HC154 四线转12线译码器组成的16路流水灯
- 我对测试工作的一些认识(资深测试人员总结)
- Matlab memory variable management command
- 如何成为一名高级数字 IC 设计工程师(1-3)Verilog 编码语法篇:Verilog 行为级、寄存器传输级、门级(抽象级别)
- LeetCode 46:全排列
- 如何成为一名高级数字 IC 设计工程师(1-2)Verilog 编码语法篇:Verilog 1995、2001、2005 标准
猜你喜欢
Encapsulation attempt of network request framework of retro + kotlin + MVVM
The five-year itch of software testing engineers tells the experience of breaking through bottlenecks for two years
Google Earth engine (GEE) - ghsl global population grid dataset 250 meter resolution
软件测试工程师的5年之痒,讲述两年突破瓶颈经验
面試題總結(2) IO模型,集合,NIO 原理,緩存穿透,擊穿雪崩
Solve the problem that pycharm Chinese input method does not follow
Résumé des questions d'entrevue (2) Modèle io, ensemble, principe NiO, pénétration du cache, avalanche de rupture
10. Nacos source code construction
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分析
随机推荐
Word line and bit line
Function details of CorelDRAW graphics suite 2022
[true question of the Blue Bridge Cup trials 44] scratch eliminate the skeleton Legion children programming explanation of the true question of the Blue Bridge Cup trials
Clion debug
asyncio 警告 DeprecationWarning: There is no current event loop
Solve the problem that pycharm Chinese input method does not follow
"Core values of testing" and "super complete learning guide for 0 basic software testing" summarized by test engineers for 8 years
Oracle 11g single machine cold standby database
Google Earth Engine(GEE)——当我们前后影像来弥补插值效果得时候,没有效果怎么办?
IIS修改配置信息后不生效
如何成为一名高级数字 IC 设计工程师(1-4)Verilog 编码语法篇:表达式
帝国cms 无缩略图 灵动标签(e:loop)判断有无标题图片(titlepic)的两种写法
AIDL
触摸与屏幕自动旋转调试
数据库增量备份 - DB INCR DB FULL
12. Nacos server service registration of source code analysis of Nacos service registration
Expandablelistview that can expand and shrink (imitating the list page of professional selection of Zhilian recruitment)
After 8 years of industry thinking, the test director has a deeper understanding of test thinking
One hot code
2022-07-02:以下go语言代码输出什么?A:编译错误;B:Panic;C:NaN。 package main import “fmt“ func mai