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

27 lines
628 B
Plaintext
Raw Normal View History

2003-08-22 07:49:18 +00:00
Release 0.3 25-Aug-2003
-----------------------
* VCD output for waveform viewing
* Enumeration types support
* Inferring the sensitivitiy list for combinatorial logic
* Inferring the list of instances
* Inferring the list of processes
* Class intbv enhancements
* Function concat()
* Python 2.3 support
For details, consult the whatsnew03.* documents available
in various formats under doc/.
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