OpenCores
URL https://opencores.org/ocsvn/pltbutils/pltbutils/trunk

Subversion Repositories pltbutils

[/] [pltbutils/] [branches/] [dev_beta0002/] [doc/] [release_note.txt] - Blame information for rev 96

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 pela
pltbutils release_note.txt
2
 
3 96 pela
beta0002 February 2, 2015
4
1. endsim(): renamed argument from force to force_stop for clarity.
5
2. print2(string, string): corrected call, from print() to print2().
6
3. print2(pltbv_t, pltbs_t, string): corrected call, from print() to print2().
7
4. pltbutils_func_pkg.vhd: more comments.
8
5. waitsig(): added overloaded unclocked variant.
9
6. hxstr(): no longer wrapper for hstr, improved with unlimited length of
10
   argument s.
11
7. Updated author's email address in all files where applicable.
12
8: Updated specification_pltbutils.docx/.pdf.
13
 
14 91 pela
beta0001 April 9, 2014
15
1. Added check() for string.
16
 
17 84 pela
alpha0007 January 13, 2014
18
1. Renamed example/vhdl/*.* to examples/vhdl/examples2/*.*
19
   This is example code where the testcase process(es) are located
20
   in a testcase component, enabling multiple testcase architectures.
21
   Renamed sim/example_sim/ to sim/modelsim_tb_example2/
22
2. Created examples/vhdl/examples1/
23
   This is example code where the testcase process is located in the
24
   testbench top.
25
   Created sim/modelsim_tb_example1/
26
3. Renamed sim/bench_sim/ to sim/modelsim_tb_pltbutils/
27
4. Renamed template/vhdl/*.* to templates/vhdl/template2/*.*
28
5. Created templates/vhdl/template1/
29
6. Updated specification_pltbutils.docx/pdf to rev 0.5
30
 
31 53 pela
alpha0006 January 09, 2014
32
1. Replaced shared variables with a normal variable, and global signals with
33
   a normal signal.
34
   VHDL-2000 and later requires that shared variables use protected types,
35
   but protected types weren't available in earlier VHDL versions.
36
   As a consequence, some simulators in VHDL-200x mode require protected
37
   types. But some simulators still don't support protected types at all.
38
   To make pltbutils work in all (or at least in most) VHDL simulators,
39
   shared variables have now been removed.
40
   In previous versions of pltbutils, protected types were used by default.
41
   There were comments in the pltbutils code as an aid to modify the code
42
   for simulators that don't support protected types, but it was too much
43
   work to do the modifications. One possible solution could have been to
44
   make separate variants of pltbutils; one with, and one without protected
45
   types. But that solution was not tempting.
46
2. Removed src/vhdl/pltbutils_type_pkg.vhd .
47
3. Added doc/required_updates.txt .
48 32 pela
 
49
alpha0005 January 05, 2014
50
1. In pltbutils_func_pkg.vhd, added starttest() and endtest().
51
2. testname() is now depricated, and will be removed. Use starttest() instead.
52
3. Added pltbutils_user_cfg_pkg.vhd and modified pltbutils_func_pkg.vhd to
53
   support user configurable report messages, to support continous
54
   integration environments, e.g. TeamCity.
55
4. Updated specification.
56
 
57
alpha0004 December 3, 2013
58 19 pela
1. Corrected returned ranges from to_ascending() and to_descending()
59
   in pltbutils_func_pkg.vhd, to make them work with vectors where the lowest
60
   bit does not have number 0.
61
 
62 32 pela
alpha0003 December 2, 2013
63 16 pela
1. Added a line feed before printing the test name for clarity,
64
   in procedure testname() in pltbutils.vhd .
65
2. Added functions to_ascending(), to_descending() and hxstr()
66
   in pltbutils.vhd (not yet included in the specification).
67
3. check() in pltbutils.vhd now outputs hexadecimal values instead of
68
   binary values for std_logic_vector, unsigned and signed.
69
4. Updated tb_example.vhd, tc_example.vhd and tc1.vhd to feed
70
   the generic G_DISABLE_BUGS to tc1.
71
   The message "Bug here somewhere" is now only output when
72
   G_DISABLE_BUGS=0.
73
 
74 4 pela
alpha0002 November 10, 2013
75
1. Added doc/release_note.txt
76
2. Removed file paths from pltbutils_files.lst
77
3. Added overloaded print procedures with boolean argument called active,
78
   which is useful for debug switches, etc.
79
4. Added inverted clock output and a generic for setting initial value to
80
   pltbutils_clkgen in  pltbutils_comp.vhd and pltbutils_comp_pkg.vhd .
81
   The inverted clock output can be used when a differential
82
   clock is needed.
83
5. Added overloaded procedures waitsig().
84 32 pela
6. Updated specification.
85 4 pela
 
86
alpha0001 September 2, 2013
87
1. First commit
88 32 pela
 
89
April 14, 2013
90
1. PlTbUtils project registered on OpenCores.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.