From a5e881801426f5c4fe03a4bca583a8c80dace685 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 12 Oct 2020 09:02:38 -0700 Subject: [PATCH] OpenRAM v1.1.7 Global and local wordlines. Many updates all around. --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index e1bb8661..2eba68e4 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -19,7 +19,7 @@ import re import copy import importlib -VERSION = "1.1.6" +VERSION = "1.1.7" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"