Add version file

This commit is contained in:
Eren Dogan
2023-02-07 10:30:48 -08:00
parent aea39e8c82
commit 78e84ee8df
5 changed files with 17 additions and 13 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ from openram import debug
from openram import options
VERSION = "1.2.0"
from openram import OPENRAM_HOME
VERSION = open(OPENRAM_HOME + "/../VERSION").read().rstrip()
NAME = "OpenRAM v{}".format(VERSION)
USAGE = "sram_compiler.py [options] <config file>\nUse -h for help.\n"