This commit is contained in:
mrg 2023-01-13 09:47:07 -08:00
parent 5816c669f3
commit 31d2d7145b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ from openram import debug
from openram import options
VERSION = "1.2.0"
VERSION = "1.2.1"
NAME = "OpenRAM v{}".format(VERSION)
USAGE = "sram_compiler.py [options] <config file>\nUse -h for help.\n"