From 2f03c594c52783454039479fd964190450059891 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 24 Jul 2019 16:59:19 -0700 Subject: [PATCH] Remove success initialization --- compiler/characterizer/delay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/characterizer/delay.py b/compiler/characterizer/delay.py index 921b73b9..ff1bb4e7 100644 --- a/compiler/characterizer/delay.py +++ b/compiler/characterizer/delay.py @@ -653,7 +653,6 @@ class delay(simulation): # Clear any write target ports and set read port self.targ_write_ports = [port] self.targ_read_ports = [port] - success = False debug.info(1, "Trying feasible period: {0}ns on Port {1}".format(feasible_period, port)) self.period = feasible_period