Release version 0.68

This commit is contained in:
Miodrag Milanovic 2026-08-05 07:42:20 +02:00
parent ebf286ab40
commit 38e001a6ff
3 changed files with 13 additions and 3 deletions

View File

@ -2,9 +2,19 @@
List of major changes and improvements between releases
=======================================================
Yosys 0.67 .. Yosys 0.68-dev
Yosys 0.67 .. Yosys 0.68
--------------------------
* New commands and options
- Added "symfpu" and "symfpu_convert" passes.
- Removed "-fast" option from "abc" pass.
- Removed "flowmap" pass and "-flowmap" from "synth"
and "synth_ice40" passes.
- Removed "-wideports" option from "read_aiger" pass.
* Various
- nexus: fix Radiant netlist compatibility.
Yosys 0.66 .. Yosys 0.67
--------------------------
* Various

View File

@ -1,2 +1,2 @@
set(YOSYS_VERSION_MAJOR 0)
set(YOSYS_VERSION_MINOR 67)
set(YOSYS_VERSION_MINOR 68)

View File

@ -6,7 +6,7 @@ import os
project = 'YosysHQ Yosys'
author = 'YosysHQ GmbH'
copyright ='2026 YosysHQ GmbH'
yosys_ver = "0.67"
yosys_ver = "0.68"
# select HTML theme
html_theme = 'furo-ys'