From c2921873089608d645159fc55e24f38da14773e5 Mon Sep 17 00:00:00 2001 From: alaindargelas Date: Mon, 20 May 2024 09:19:35 -0700 Subject: [PATCH 1/2] EDA-2887 EDA-2834, Timescale prim --- yosys-rs-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yosys-rs-plugin b/yosys-rs-plugin index 4ae099cf5..4c04d2e32 160000 --- a/yosys-rs-plugin +++ b/yosys-rs-plugin @@ -1 +1 @@ -Subproject commit 4ae099cf50f4ebd120ebf201d2276fba5f80cfc4 +Subproject commit 4c04d2e3251d18c288a07de6e89cf16606975555 From d1eb746db0b7639d5349d1a788f876c9f08ec826 Mon Sep 17 00:00:00 2001 From: alaindargelas Date: Mon, 20 May 2024 16:20:32 +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 731753003..61b8768c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(VERSION_MAJOR 0) set(VERSION_MINOR 0) -set(VERSION_PATCH 323) +set(VERSION_PATCH 324) project(yosys_verific_rs)