1 |
4 |
pela |
pltbutils release_note.txt
|
2 |
|
|
|
3 |
53 |
pela |
alpha0006 January 09, 2014
|
4 |
|
|
1. Replaced shared variables with a normal variable, and global signals with
|
5 |
|
|
a normal signal.
|
6 |
|
|
VHDL-2000 and later requires that shared variables use protected types,
|
7 |
|
|
but protected types weren't available in earlier VHDL versions.
|
8 |
|
|
As a consequence, some simulators in VHDL-200x mode require protected
|
9 |
|
|
types. But some simulators still don't support protected types at all.
|
10 |
|
|
To make pltbutils work in all (or at least in most) VHDL simulators,
|
11 |
|
|
shared variables have now been removed.
|
12 |
|
|
In previous versions of pltbutils, protected types were used by default.
|
13 |
|
|
There were comments in the pltbutils code as an aid to modify the code
|
14 |
|
|
for simulators that don't support protected types, but it was too much
|
15 |
|
|
work to do the modifications. One possible solution could have been to
|
16 |
|
|
make separate variants of pltbutils; one with, and one without protected
|
17 |
|
|
types. But that solution was not tempting.
|
18 |
|
|
2. Removed src/vhdl/pltbutils_type_pkg.vhd .
|
19 |
|
|
3. Added doc/required_updates.txt .
|
20 |
32 |
pela |
|
21 |
|
|
alpha0005 January 05, 2014
|
22 |
|
|
1. In pltbutils_func_pkg.vhd, added starttest() and endtest().
|
23 |
|
|
2. testname() is now depricated, and will be removed. Use starttest() instead.
|
24 |
|
|
3. Added pltbutils_user_cfg_pkg.vhd and modified pltbutils_func_pkg.vhd to
|
25 |
|
|
support user configurable report messages, to support continous
|
26 |
|
|
integration environments, e.g. TeamCity.
|
27 |
|
|
4. Updated specification.
|
28 |
|
|
|
29 |
|
|
alpha0004 December 3, 2013
|
30 |
19 |
pela |
1. Corrected returned ranges from to_ascending() and to_descending()
|
31 |
|
|
in pltbutils_func_pkg.vhd, to make them work with vectors where the lowest
|
32 |
|
|
bit does not have number 0.
|
33 |
|
|
|
34 |
32 |
pela |
alpha0003 December 2, 2013
|
35 |
16 |
pela |
1. Added a line feed before printing the test name for clarity,
|
36 |
|
|
in procedure testname() in pltbutils.vhd .
|
37 |
|
|
2. Added functions to_ascending(), to_descending() and hxstr()
|
38 |
|
|
in pltbutils.vhd (not yet included in the specification).
|
39 |
|
|
3. check() in pltbutils.vhd now outputs hexadecimal values instead of
|
40 |
|
|
binary values for std_logic_vector, unsigned and signed.
|
41 |
|
|
4. Updated tb_example.vhd, tc_example.vhd and tc1.vhd to feed
|
42 |
|
|
the generic G_DISABLE_BUGS to tc1.
|
43 |
|
|
The message "Bug here somewhere" is now only output when
|
44 |
|
|
G_DISABLE_BUGS=0.
|
45 |
|
|
|
46 |
4 |
pela |
alpha0002 November 10, 2013
|
47 |
|
|
1. Added doc/release_note.txt
|
48 |
|
|
2. Removed file paths from pltbutils_files.lst
|
49 |
|
|
3. Added overloaded print procedures with boolean argument called active,
|
50 |
|
|
which is useful for debug switches, etc.
|
51 |
|
|
4. Added inverted clock output and a generic for setting initial value to
|
52 |
|
|
pltbutils_clkgen in pltbutils_comp.vhd and pltbutils_comp_pkg.vhd .
|
53 |
|
|
The inverted clock output can be used when a differential
|
54 |
|
|
clock is needed.
|
55 |
|
|
5. Added overloaded procedures waitsig().
|
56 |
32 |
pela |
6. Updated specification.
|
57 |
4 |
pela |
|
58 |
|
|
alpha0001 September 2, 2013
|
59 |
|
|
1. First commit
|
60 |
32 |
pela |
|
61 |
|
|
April 14, 2013
|
62 |
|
|
1. PlTbUtils project registered on OpenCores.
|