From 240c416100657359bf0cad4bddb71ca674691cc8 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Sun, 17 Nov 2019 10:40:01 -0800 Subject: [PATCH] Remove extra print --- compiler/characterizer/setup_hold.py | 1 - 1 file changed, 1 deletion(-) 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"]