mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-31 18:25:18 +02:00
Fix syntax error.
This commit is contained in:
@@ -31,7 +31,7 @@ class timing_setup_test(openram_test):
|
||||
import tech
|
||||
slews = [tech.spice["rise_time"]*2]
|
||||
|
||||
sh = setup_hold.setup_hold(tech.spice["nom_corner"]))
|
||||
sh = setup_hold.setup_hold(tech.spice["nom_corner"])
|
||||
data = sh.analyze(slews,slews)
|
||||
|
||||
if OPTS.tech_name == "freepdk45":
|
||||
|
||||
Reference in New Issue
Block a user