File: SYSTEMVERILOG_README.TXT

package info (click to toggle)
gtkwave 3.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 10,956 kB
  • ctags: 14,868
  • sloc: ansic: 163,540; cpp: 3,443; sh: 960; makefile: 779; lex: 210; tcl: 25
file content (18 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SV adds a number of data types however according to IEEE1800-2005 they can
be dumped by pretending to be existing VCD datatypes.

SystemVerilog		Verilog		Size
=============		=======		====
bit			reg		[total size of packed dimension]
logic			reg		[total size of packed dimension]
int			integer		32
shortint		reg		16
longint			reg		64
byte			reg		8
enum			integer		32
shortreal		real		--

...noncompliant dumpers may surface in the future; the above is meant to
be an alias guide for future incompatibility fixes.

-07apr07ajb