OpenRAM v1.1.5

This commit is contained in:
Matt Guthaus 2020-04-09 10:02:15 -07:00
parent 4103745de2
commit 75bd2b46a5
1 changed files with 1 additions and 1 deletions

View File

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