From 9d043b904e9035bd6514513ad98d663d9ca0a6b2 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 2 Feb 2018 14:26:53 -0800 Subject: [PATCH] Remove unnecessary design reset --- compiler/globals.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/globals.py b/compiler/globals.py index a40006c2..e579e949 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -177,10 +177,6 @@ def end_openram(): """ Clean up openram for a proper exit """ cleanup_paths() - # Reset the static duplicate name checker for unit tests. - # This is needed for running unit tests. - import design - design.design.name_map=[] def cleanup_paths():