-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
33 lines (22 loc) · 1.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
-------------------------------------------------------------------------------
svlib release 0.5 (15 Feb 2015)
-------------------------------------------------------------------------------
INSTRUCTIONS:
- unzip the archive somewhere convenient (you already did that, else
you wouldn't be reading this file)
- write your SV code, using the following spells as required:
`include "svlib_macros.svh" // only if you actually need the macros
module WHATEVER_YOU_LIKE;
import svlib_pkg::*;
- Write code using svlib features, taking your cues from the user guide
in the doc/ directory, and documentation in the paper and slides
- Compile, preferably using your tool's one-step compile such as
qverilog, irun, vcs. If <dir> is the place where you find this file,
ensure that your command line contains:
+incdir+<dir>/src <dir>/src/svlib_pkg.sv <dir>/src/dpi/svlib_dpi.c
- Additionally, for VCS only, you will need not only "-R -sverilog" but also
-LDFLAGS -lrt
Good luck and please tell us about what goes wrong and what goes well!
thanks
Jonathan Bromley
svlib@verilab.com