mirror of https://github.com/VLSIDA/OpenRAM.git
Modify banner to output temp path
This commit is contained in:
parent
a2b7636e58
commit
51e4104624
|
|
@ -33,9 +33,8 @@ import debug
|
||||||
if len(args) < 1:
|
if len(args) < 1:
|
||||||
print globals.USAGE
|
print globals.USAGE
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
if OPTS.print_banner:
|
globals.print_banner()
|
||||||
print globals.BANNER
|
|
||||||
|
|
||||||
globals.init_openram(args[0])
|
globals.init_openram(args[0])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue