OpenRAM v1.1.7

Global and local wordlines.
Many updates all around.
This commit is contained in:
mrg 2020-10-12 09:02:38 -07:00
parent 8d5db50062
commit a5e8818014
1 changed files with 1 additions and 1 deletions

View File

@ -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] <config file>\nUse -h for help.\n"