File: SYSTEMVERILOG_README.TXT

package info (click to toggle)
gtkwave 3.1.10-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 10,060 kB
  • ctags: 12,772
  • sloc: ansic: 136,257; cpp: 3,443; sh: 959; makefile: 756; lex: 210
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