
Verilog语法基础
文章平均质量分 81
xduryan
初级码农
展开
-
Verilog语言要素(三)
1 Verilog语言要素 1.3 常量(Constant Numbers) 规范原文如下: Constant numbers can be specified as integer constants or real constants. 实际上Verilog有3种类型的常量: integer(整型) real(实型) string(字符串型) – unsigned integer constant 1.3.1 数量(Numbers) 规范原文截图如下: 1.3.2 整形常量(Integ原创 2022-03-12 11:22:27 · 1756 阅读 · 0 评论 -
Verilog语言要素(二)
1 Verilog语言要素 1.2 标识符-关键字-属性 1.2.1 标识符(Identifier) 规范原文如下: An identifier is used to give an object a unique name so it can be referenced. An identifier is either a simple identifier or an escaped identifier. – 转移标识符不常用 A sample identifier shall be any seq原创 2021-10-22 15:27:50 · 1324 阅读 · 0 评论 -
Verilog语言要素(一)
1 Verilog语言要素 1.1 空白-注释-操作符 1.1.1 空白(White Space) 规范原文如下: White space shall contain the characters for spaces, tabs, newlines, and formfeeds. – 空白包括空白格、空白行、制表符、换行符、换页符 These characters shall be ignored except when they serve to separate other lexical toke原创 2021-10-22 15:26:27 · 216 阅读 · 0 评论