1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00
myhdl/CHANGES.txt

91 lines
2.1 KiB
Plaintext
Raw Normal View History

2014-08-25 20:27:31 +02:00
Release 0.8.1 25-Aug-2014
-------------------------
Maintenance release for 0.8.
2013-05-20 13:04:05 +02:00
Release 0.8 20-May-2013
-----------------------
Full details about new features and changes can be found here:
2014-08-25 20:27:31 +02:00
http://docs.myhdl.org/en/latest/whatsnew/0.8.html
2010-12-24 10:13:12 +01:00
Release 0.7 24-Dec-2010
2010-12-19 18:20:35 +01:00
-----------------------
Full details about new features and changes can be found here:
2009-04-25 16:51:01 +02:00
2014-08-25 20:27:31 +02:00
http://docs.myhdl.org/en/latest/whatsnew/0.7.html
2009-01-09 12:33:14 +01:00
Release 0.6 9-Jan-2009
2008-12-21 15:42:55 +01:00
-----------------------
Full details about new features and changes can be found here:
2014-08-25 20:27:31 +02:00
http://docs.myhdl.org/en/latest/whatsnew/0.6.html
2006-10-04 15:15:32 +00:00
2006-05-01 10:42:39 +00:00
Release 0.5.1 1-May-2006
2006-04-14 13:13:05 +00:00
-------------------------
2006-04-27 11:01:34 +00:00
Maintenance release for 0.5.
See the bug tracker for fixed issues.
2006-04-14 13:13:05 +00:00
2005-12-27 14:56:52 +00:00
Release 0.5 29-Dec-2005
2005-10-07 08:24:44 +00:00
-----------------------
2005-12-28 13:06:39 +00:00
Full details about new features and changes can be found here:
2005-12-27 14:33:57 +00:00
2014-08-25 20:27:31 +02:00
http://old.myhdl.org/doku.php/whatsnew:0.5
2005-10-07 08:24:44 +00:00
2004-12-28 17:14:39 +00:00
Release 0.4.1 29-Dec-2004
-------------------------
* Maintenance release that solves most outstanding issues
and implements some feature requests.
See the SourceForge Bug and RFE Trackers for details.
(Use the group 'MyHDL 0.4' to find the relevant issues.)
More info can also be found on the mailing list.
* Added cosimulation support for the cver Verilog simulator.
Note: the documentation was not modified in this release.
2004-02-04 16:01:23 +00:00
Release 0.4 4-Feb-2004
----------------------
2004-02-02 21:52:41 +00:00
2004-12-28 17:14:39 +00:00
* Conversion to Verilog to provide a path to implementation
2004-02-02 21:52:41 +00:00
2005-12-27 14:33:57 +00:00
For full details about the changes, consult:
2014-08-25 20:27:31 +02:00
http://old.myhdl.org/doc/0.4/whatsnew04/whatsnew04.html
2004-02-02 21:52:41 +00:00
2003-08-23 18:07:37 +00:00
Release 0.3 30-Aug-2003
2003-08-22 07:49:18 +00:00
-----------------------
* VCD output for waveform viewing
* Enumeration types support
2003-08-28 15:43:17 +00:00
* Inferring the sensitivity list for combinatorial logic
2003-08-22 07:49:18 +00:00
* Inferring the list of instances
* Inferring the list of processes
* Class intbv enhancements
* Function concat()
* Python 2.3 support
2005-12-27 14:33:57 +00:00
For full details about the changes, consult:
2014-08-25 20:27:31 +02:00
http://old.myhdl.org/doc/0.3/whatsnew03/whatsnew03.html
2003-08-22 07:49:18 +00:00
2003-05-14 09:12:21 +00:00
Release 0.2 19-May-2003
2003-03-07 11:58:10 +00:00
-----------------------
2003-05-14 09:12:21 +00:00
* Added cosimulation support to MyHDL.
2003-05-14 10:43:02 +00:00
A PLI interface module to the Icarus Verilog simulator is included.
2003-05-14 09:12:21 +00:00
Release 0.1 7-Mar-2003
----------------------
* Initial public release