mirror of https://github.com/YosysHQ/yosys.git
Release version 0.68
This commit is contained in:
parent
ebf286ab40
commit
38e001a6ff
12
CHANGELOG
12
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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
set(YOSYS_VERSION_MAJOR 0)
|
||||
set(YOSYS_VERSION_MINOR 67)
|
||||
set(YOSYS_VERSION_MINOR 68)
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue