From 38e001a6ff74ca434bf4cc02c053f53619160ab0 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 5 Aug 2026 07:42:20 +0200 Subject: [PATCH] Release version 0.68 --- CHANGELOG | 12 +++++++++++- cmake/YosysVersionData.cmake | 2 +- docs/source/conf.py | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 504a33308..7a2da8caf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/cmake/YosysVersionData.cmake b/cmake/YosysVersionData.cmake index 6830da08a..d1b7ce109 100644 --- a/cmake/YosysVersionData.cmake +++ b/cmake/YosysVersionData.cmake @@ -1,2 +1,2 @@ set(YOSYS_VERSION_MAJOR 0) -set(YOSYS_VERSION_MINOR 67) +set(YOSYS_VERSION_MINOR 68) diff --git a/docs/source/conf.py b/docs/source/conf.py index fc74fb483..4a423ae0c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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'