Fix typos

This commit is contained in:
Eren Dogan 2023-09-03 18:35:07 -07:00
parent 3f2d61a0fa
commit 099869d4c9
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,