mirror of https://github.com/VLSIDA/OpenRAM.git
Change kbits to bits in output
This commit is contained in:
parent
be9f81768d
commit
cdef5f0ecb
|
|
@ -414,7 +414,7 @@ def report_status():
|
|||
debug.error("Tech name must be specified in config file.")
|
||||
|
||||
print("Technology: {0}".format(OPTS.tech_name))
|
||||
print("Total size: {} kbits".format(OPTS.word_size*OPTS.num_words*OPTS.num_banks))
|
||||
print("Total size: {} bits".format(OPTS.word_size*OPTS.num_words*OPTS.num_banks))
|
||||
print("Word size: {0}\nWords: {1}\nBanks: {2}".format(OPTS.word_size,
|
||||
OPTS.num_words,
|
||||
OPTS.num_banks))
|
||||
|
|
|
|||
Loading…
Reference in New Issue