From 46b4965962bbe3a18f95e3a3dd042f1642dce6da Mon Sep 17 00:00:00 2001 From: thierryBesson Date: Fri, 4 Aug 2023 15:41:47 +0500 Subject: [PATCH 1/2] Fix EDA-1097 by providing -max_lut and -max_reg for synthesis command --- yosys-rs-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yosys-rs-plugin b/yosys-rs-plugin index e874c4f4a..7d3094542 160000 --- a/yosys-rs-plugin +++ b/yosys-rs-plugin @@ -1 +1 @@ -Subproject commit e874c4f4ae3e44f77a0f728dbb3731c73e029023 +Subproject commit 7d3094542b1634723361a6c50cb1721ffd8eeed3 From 6f0090ea566b9e86f492714e5094e5bf5b22f62a Mon Sep 17 00:00:00 2001 From: thierryBesson Date: Fri, 4 Aug 2023 10:46:47 +0000 Subject: [PATCH 2/2] Incremented patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dced1bce..deb7f8d53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif(NOT CMAKE_BUILD_TYPE) set(VERSION_MAJOR 0) set(VERSION_MINOR 0) -set(VERSION_PATCH 225) +set(VERSION_PATCH 226) project(yosys_verific_rs)