From ed9d32c7bc105db2a438d36d4b2d852152a79e3b Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 13 Jul 2020 16:26:25 -0700 Subject: [PATCH] OpenRAM 1.1.6 --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index a192ebc9..dd4ac177 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -19,7 +19,7 @@ import re import copy import importlib -VERSION = "1.1.5" +VERSION = "1.1.6" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"