From b6b20c1f4379c95887270e0c462f57e665f32a06 Mon Sep 17 00:00:00 2001 From: Hunter Nichols Date: Wed, 9 Jun 2021 12:53:31 -0700 Subject: [PATCH] Removed level 0 debug statements for bitlines naming. --- compiler/characterizer/simulation.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/characterizer/simulation.py b/compiler/characterizer/simulation.py index 4d7d2c24..423fe62f 100644 --- a/compiler/characterizer/simulation.py +++ b/compiler/characterizer/simulation.py @@ -498,10 +498,6 @@ class simulation(): else: self.br_name = br_name_port debug.warning("Error occurred while determining bitline names. Can cause faults in simulation.") - debug.info(0, "bl name={}, br name={}".format(self.bl_name, self.br_name)) - debug.info(0, "br_name_port[port_pos]={}".format(br_name_port[port_pos])) - debug.info(0, "mport ending={}".format(str(port) + "_" + str(column_addr))) - debug.info(0, "self.bitline_column={}".format(self.bitline_column)) else: self.graph.get_all_paths('{}{}'.format("clk", port), '{}{}_{}'.format(self.dout_name, port, self.probe_data))