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:
|
||||
print globals.USAGE
|
||||
sys.exit(2)
|
||||
|
||||
if OPTS.print_banner:
|
||||
print globals.BANNER
|
||||
|
||||
globals.print_banner()
|
||||
|
||||
globals.init_openram(args[0])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue