From cc8161afc15b72ae224d0f403e1a2831a0a5a974 Mon Sep 17 00:00:00 2001 From: vlsida-bot Date: Thu, 10 Aug 2023 05:09:47 +0000 Subject: [PATCH 1/5] Bump version: 1.2.27 -> 1.2.28 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 3b781da9..f6b839d3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.27 +1.2.28 From 3f08c848d74258d38530fc6158a7be6154efa4bd Mon Sep 17 00:00:00 2001 From: Bugra Onal Date: Thu, 10 Aug 2023 16:05:24 -0700 Subject: [PATCH 2/5] Force to use bash for simulators --- compiler/characterizer/stimuli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/characterizer/stimuli.py b/compiler/characterizer/stimuli.py index 45997b7e..c4aa92a9 100644 --- a/compiler/characterizer/stimuli.py +++ b/compiler/characterizer/stimuli.py @@ -410,7 +410,7 @@ class stimuli(): # FIXME: Should use verify/run_script.py here but run_script doesn't return # the return code of the subprocess. File names might also mismatch. from openram import CONDA_HOME - cmd = "source {0}/bin/activate && {1} && conda deactivate".format(CONDA_HOME, cmd) + cmd = "/bin/bash -c 'source {0}/bin/activate && {1} && conda deactivate'".format(CONDA_HOME, cmd) debug.info(2, cmd) proc = subprocess.run(cmd, stdout=spice_stdout, stderr=spice_stderr, shell=True) From 3eaf973d89ac20654cdfae54c41d1ff8d8d2d792 Mon Sep 17 00:00:00 2001 From: vlsida-bot Date: Fri, 11 Aug 2023 02:14:32 +0000 Subject: [PATCH 3/5] Bump version: 1.2.28 -> 1.2.29 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f6b839d3..550c9e96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.28 +1.2.29 From ca5ca0c7a8c9bc49200d9b943b43b41850bf2e5a Mon Sep 17 00:00:00 2001 From: Jesse Cirimelli-Low Date: Sat, 26 Aug 2023 15:29:08 -0500 Subject: [PATCH 4/5] bump sram library commit to fix colenda gds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18768dd4..dc07a5b1 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SRAM_LIB_GIT_REPO ?= https://github.com/vlsida/sky130_fd_bd_sram.git # Use this for development #SRAM_LIB_GIT_REPO ?= git@github.com:VLSIDA/sky130_fd_bd_sram.git #SRAM_LIB_GIT_REPO ?= https://github.com/google/skywater-pdk-libs-sky130_fd_bd_sram.git -SRAM_LIB_GIT_COMMIT ?= 060f3638be6269dd9aa82cfbbdfd9525943c1582 +SRAM_LIB_GIT_COMMIT ?= 9fcf3a78398037583b6d6c1ebac71957343c4bd8 # Open PDKs OPEN_PDKS_DIR ?= $(PDK_ROOT)/open_pdks From 0ac2922573acde8440255e7e05d243abf5db1404 Mon Sep 17 00:00:00 2001 From: vlsida-bot Date: Sat, 26 Aug 2023 22:17:23 +0000 Subject: [PATCH 5/5] Bump version: 1.2.29 -> 1.2.30 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 550c9e96..d20e7484 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.29 +1.2.30