Fix syntax error.

This commit is contained in:
Matt Guthaus 2018-02-10 08:02:59 -08:00
parent f86985821a
commit b75eef3684
1 changed files with 1 additions and 1 deletions

View File

@ -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":