mirror of https://github.com/VLSIDA/OpenRAM.git
Update version to 1.1.4
This commit is contained in:
parent
5409f0be7d
commit
0db0c5a3a9
|
|
@ -19,7 +19,7 @@ import re
|
||||||
import copy
|
import copy
|
||||||
import importlib
|
import importlib
|
||||||
|
|
||||||
VERSION = "1.1.3"
|
VERSION = "1.1.4"
|
||||||
NAME = "OpenRAM v{}".format(VERSION)
|
NAME = "OpenRAM v{}".format(VERSION)
|
||||||
USAGE = "openram.py [options] <config file>\nUse -h for help.\n"
|
USAGE = "openram.py [options] <config file>\nUse -h for help.\n"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue