- 8
- 0
- 约4.46万字
- 约 12页
- 2017-06-10 发布于河南
- 举报
verilog5种不同的寄存器(国外英文资料)
verilog5种不同的寄存器(国外英文资料)
Verilog HDL register type representation
The 2007-11-22 14:48
There are five different register types.
* reg
* integer
* time
* real
* realtime
Reg register type
The register data type reg is the most common type of data. The reg type is illustrated using the reserved word reg as follows:
[MSB] reg1, reg2.
MSB and LSB define the scope, and both are often numeric expressions. The scope definition is optional; If no scope is defined, the default value is a register. Such as:
[3:0] Sat; / / Sat is a four-bit register.
Reg Cnt. / / 1 register.
[1:32] Kisp, Pisp, Lisp;
Regi
您可能关注的文档
- Linux--终端访问-FTP-及-上传下载-文件(国外英文资料).doc
- Linux系统无声音解决方案(国外英文资料).doc
- linux添加新磁盘(国外英文资料).doc
- Linux访问Windows下的共享文件夹(国外英文资料).doc
- lisp编程语言(国外英文资料).doc
- loadrununer监控硬件各项指标说明(国外英文资料).doc
- LRTimelapse中文教程(国外英文资料).doc
- LVDS-TFT信号(国外英文资料).doc
- lv广告营销与旅行的意义(国外英文资料).doc
- Linux下面如何进行C语言编程(国外英文资料).doc
- T∕CNEA 035.1-2022 压水堆核电厂燃料组件格架水力性能 试验方法 第1部分:流致振动试验.docx
- T∕CCAATB 0081-2025 C909和C919飞机机场适配性评估指南.docx
- T∕CSFSIM 001-2026 作物模型数据要素及采集通用要求.docx
- T∕CCASC 0056-2025 氯化石蜡用石蜡技术要求.docx
- T∕CNEA 034.1-2022 压水堆核电厂燃料和相关组件用弹簧 第1部分:不锈钢螺旋弹簧.docx
- T∕CNEA 036-2022 压水堆核电厂燃料组件格架设计要求.docx
- T∕CAQI 501-2026 乘用车用电驱动系统镁合金压铸壳体技术规范.docx
- T∕FJAS 031-2026 数据资产——数据合规审核规范.docx
- DB31-104∕Z 0010-2018 房地产经纪机构经营管理规范.docx
- T∕IPIF 0045-2026 粤港澳大湾区海域浮游植物固碳监测与核算技术规范.docx
原创力文档

文档评论(0)