mirror of https://github.com/VLSIDA/OpenRAM.git
Remove extra print
This commit is contained in:
parent
cdf01c6c23
commit
240c416100
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue