From 9d7e1d0ad19bc0136564bc7fa84cd74121179709 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 17 Oct 2025 11:57:53 +0200 Subject: [PATCH] gatemate: bump chipdb to 1.9 --- himbaechel/uarch/gatemate/gen/arch_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/himbaechel/uarch/gatemate/gen/arch_gen.py b/himbaechel/uarch/gatemate/gen/arch_gen.py index f85d6990..5970a0b6 100644 --- a/himbaechel/uarch/gatemate/gen/arch_gen.py +++ b/himbaechel/uarch/gatemate/gen/arch_gen.py @@ -224,7 +224,7 @@ def set_timings(ch): assert k in timing, f"pip class {k} not found in timing data" tmg.set_pip_class(grade=speed, name=k, delay=convert_timing(timing[k])) -EXPECTED_VERSION = 1.8 +EXPECTED_VERSION = 1.9 def main(): # Range needs to be +1, but we are adding +2 more to coordinates, since