From 313b7997b50f549794b507b4a44ccfb3ae8a2afc Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 5 Dec 2022 17:11:03 +0100 Subject: Release version 0.24 --- CHANGELOG | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 70a910724..508d2d2d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,11 +2,24 @@ List of major changes and improvements between releases ======================================================= -Yosys 0.23 .. Yosys 0.23-dev +Yosys 0.23 .. Yosys 0.24 -------------------------- + * New commands and options + - Added option "-set-def-formal" to "sat" pass. + - Added option "-s" to "tee" command. * Verilog - Support for module-scoped identifiers referring to tasks and functions. + - Support for arrays with swapped ranges within structs. + + * Verific support + - Support for importing verilog configurations per name. + - "verific -set-XXXXX" commands are now able to set severity to all messages + of certain type (errors, warnings, infos and comments) + + * Various + - TCL shell support (use "yosys -C") + - Added FABulous eFPGA frontend Yosys 0.22 .. Yosys 0.23 -------------------------- -- cgit v1.2.3 From f1da4b02044793c6cd776421233c65719a6a44aa Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 5 Dec 2022 17:21:20 +0100 Subject: Next dev cycle --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 508d2d2d2..7d81f91bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ List of major changes and improvements between releases ======================================================= +Yosys 0.24 .. Yosys 0.24-dev +-------------------------- + Yosys 0.23 .. Yosys 0.24 -------------------------- * New commands and options -- cgit v1.2.3 From e02b7f64bc7e3a7f0eb1aa4e25dd6e7903a91cb0 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 3 Jan 2023 09:34:45 +0100 Subject: Release version 0.25 --- CHANGELOG | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 7d81f91bd..0ac5fd8b6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,13 @@ List of major changes and improvements between releases ======================================================= -Yosys 0.24 .. Yosys 0.24-dev +Yosys 0.24 .. Yosys 0.25 -------------------------- + * Verific support + - Respect "noblackbox" attribute for modules. + + * Various + - Documentation is hosted at https://yosyshq.readthedocs.io/projects/yosys/en/latest/ Yosys 0.23 .. Yosys 0.24 -------------------------- -- cgit v1.2.3 From c34d308bbdd33d0688f0b6d485ad8c8289be080e Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 3 Jan 2023 09:36:13 +0100 Subject: Next dev cycle --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 0ac5fd8b6..08b721bc2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ List of major changes and improvements between releases ======================================================= +Yosys 0.25 .. Yosys 0.25-dev +-------------------------- + Yosys 0.24 .. Yosys 0.25 -------------------------- * Verific support -- cgit v1.2.3