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():