diff --git a/compiler/characterizer/setup_hold.py b/compiler/characterizer/setup_hold.py index 3739326a..8def076d 100644 --- a/compiler/characterizer/setup_hold.py +++ b/compiler/characterizer/setup_hold.py @@ -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"]