Remove syntax error

This commit is contained in:
Matt Guthaus 2019-03-08 08:35:18 -08:00
parent 7129f79dc4
commit bd256d33d6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class model_corners_lib_test(openram_test):
# This doesn't have to use the factory since worst case # This doesn't have to use the factory since worst case
# it will just replaece the top-level module of the same name # it will just replaece the top-level module of the same name
s = sram(c, name="sram", name="sram_2_16_1_{0}".format(OPTS.tech_name)) s = sram(c, name="sram_2_16_1_{0}".format(OPTS.tech_name))
tempspice = OPTS.openram_temp + "temp.sp" tempspice = OPTS.openram_temp + "temp.sp"
s.sp_write(tempspice) s.sp_write(tempspice)