mirror of https://github.com/VLSIDA/OpenRAM.git
Remove syntax error
This commit is contained in:
parent
7129f79dc4
commit
bd256d33d6
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue