TCJJ

导航

2021年2月26日

SV_4_Data Type1

摘要: 摘要:System Verilog 增加了新的数据类型,也对已有的数据类型进行了优化,以提高模拟器运行时的内存使用率; shortint and longint data types; shortreal (real was already defined in verilog) data type 阅读全文

posted @ 2021-02-26 16:55 TCJJ 阅读(99) 评论(0) 推荐(0)

SV_3_Literal Values

摘要: 摘要:本章节主要介绍System verilog 中的 literal value time value array value structure value improvement to string literals 1. integer and logic literals 可用如下方法进行 阅读全文

posted @ 2021-02-26 14:13 TCJJ 阅读(151) 评论(0) 推荐(0)

SV_2_verilog基础

摘要: 1. verilog 的一般设计流程: 1. specification(specs) 2. high level design 3. low level (micro) design 4. RTL coding 5. verification 2. 以一个arbiter为例 Specs Two a 阅读全文

posted @ 2021-02-26 02:12 TCJJ 阅读(216) 评论(0) 推荐(0)

SV_1_引言

摘要: 相比于verilog和VHDL,SV扩展的内容 1. 增加了一些类似于C语言的数据类型: int,typedef,struct,union,enum 2. 增加了一些动态数据类型: struct,classes,dynamic queues,dynamic arrys 3. 加强了对flow的控制: 阅读全文

posted @ 2021-02-26 02:09 TCJJ 阅读(84) 评论(0) 推荐(0)

1