diff options
author | eine <eine@users.noreply.github.com> | 2020-05-09 01:36:55 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2020-05-09 07:31:00 +0200 |
commit | 659d357948e4800566013125ed43b8e97e5c7520 (patch) | |
tree | b12ab1955e7e59a83ddb0a3a10199e1a5f73dfa0 /NEWS.md | |
parent | 423a2dbb9716dd91307d17109fbc53ce24ddf4e3 (diff) | |
download | ghdl-659d357948e4800566013125ed43b8e97e5c7520.tar.gz ghdl-659d357948e4800566013125ed43b8e97e5c7520.tar.bz2 ghdl-659d357948e4800566013125ed43b8e97e5c7520.zip |
update NEWS.md
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,9 +1,13 @@ -**0.37-dev** (XXXX-XX-XX) +**1.0-dev** (XXXX-XX-XX) -- python binding added -- synthesis added -- PSL keywords are directly handled in vhdl-2008 +**0.37** (2020-02-28) + +- Python binding added +- Experimental support of synthesis (either with --synth or with the Yosys plugin) +- Fixes and improved support of VHDL 2008 + - PSL keywords are directly handled in VHDL 2008 - Add support for assume. +- Last version that supports the Mentor variation of `std_logic_arith`. The Synopsys one is still available. **0.36** (2019-03-03) |