mirror of https://github.com/VLSIDA/OpenRAM.git
Fix typos
This commit is contained in:
parent
3f2d61a0fa
commit
099869d4c9
|
|
@ -41,7 +41,7 @@ openram.init_openram(config_file=args[0], is_unit_test=False)
|
|||
|
||||
openram.print_banner()
|
||||
|
||||
# Configure the SRAM organization (duplicated from openram.py)
|
||||
# Configure the SRAM organization (duplicated from sram_compiler.py)
|
||||
from openram.characterizer import fake_sram
|
||||
s = fake_sram(name=OPTS.output_name,
|
||||
word_size=OPTS.word_size,
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ openram.init_openram(config_file=config_file, is_unit_test=False)
|
|||
|
||||
openram.print_banner()
|
||||
|
||||
# Configure the SRAM organization (duplicated from openram.py)
|
||||
# Configure the SRAM organization (duplicated from sram_compiler.py)
|
||||
from openram.characterizer.fake_sram import fake_sram
|
||||
s = fake_sram(name=OPTS.output_name,
|
||||
word_size=OPTS.word_size,
|
||||
|
|
|
|||
Loading…
Reference in New Issue