Remove extra print

This commit is contained in:
Matt Guthaus 2019-11-17 10:40:01 -08:00
parent cdf01c6c23
commit 240c416100
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class setup_hold():
# This must match the spice model order
self.pins = ["data", "dout", "clk", "vdd", "gnd"]
self.model_name = "dff"
print(OPTS.openram_tech)
self.model_location = OPTS.openram_tech + "sp_lib/dff.sp"
self.period = tech.spice["feasible_period"]