From 75bd2b46a548b888eeade14fdfa27895ab337e2f Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 9 Apr 2020 10:02:15 -0700 Subject: [PATCH] OpenRAM v1.1.5 --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index 3277ab1d..dbb1f962 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -19,7 +19,7 @@ import re import copy import importlib -VERSION = "1.1.4" +VERSION = "1.1.5" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"