Skip to content

Commit e43fdc6

Browse files
committed
Add vlog_tb_utils 1.1
1 parent 6857b1d commit e43fdc6

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

vlog_tb_utils/vlog_tb_utils-1.1.core

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
CAPI=1
2+
[main]
3+
name = ::vlog_tb_utils:1.1
4+
description = Verilog test bench utilities
5+
6+
[fileset tb_files]
7+
files =
8+
vlog_functions.v
9+
vlog_tap_generator.v
10+
vlog_tb_utils.v
11+
file_type = verilogSource
12+
usage = sim
13+
14+
[parameter heartbeat]
15+
datatype = int
16+
description = Display a heartbeat message every n*heartbeat time unit
17+
paramtype = plusarg
18+
scope = public
19+
20+
[parameter tapfile]
21+
datatype = str
22+
description = Name of TAP file
23+
paramtype = plusarg
24+
scope = public
25+
26+
[parameter testcase]
27+
datatype = str
28+
description = Name of testcase (Used for VCD filename)
29+
paramtype = plusarg
30+
scope = public
31+
32+
[parameter timeout]
33+
datatype = int
34+
description = Abort test case after n cycles
35+
paramtype = plusarg
36+
scope = public
37+
38+
[parameter vcd]
39+
datatype = bool
40+
description = Enable VCD logging
41+
paramtype = plusarg
42+
scope = public
43+
44+
[provider]
45+
name = github
46+
user = fusesoc
47+
repo = vlog_tb_utils
48+
version = v1.1

0 commit comments

Comments
 (0)