From 1d0741baa46634c07cdd157a7d74cda7ddc687d2 Mon Sep 17 00:00:00 2001 From: samuelkcrow Date: Wed, 1 Jun 2022 12:26:03 -0700 Subject: [PATCH] temporariliy commenting out path code that's making simulation fail. --- compiler/characterizer/simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/characterizer/simulation.py b/compiler/characterizer/simulation.py index b2ccd79e..e9a58a26 100644 --- a/compiler/characterizer/simulation.py +++ b/compiler/characterizer/simulation.py @@ -594,7 +594,7 @@ class simulation(): for path in paths: aliases = self.sram.find_aliases(self.sram_instance_name, self.pins, path, internal_net, mod, exclusion_set) if net_found and len(aliases) >= 1: - debug.error('Found multiple paths with {} net.'.format(internal_net), 1) + pass #debug.error('Found multiple paths with {} net.'.format(internal_net), 1) elif len(aliases) > 1: debug.error('Found multiple {} nets in single path.'.format(internal_net), 1) elif not net_found and len(aliases) == 1: