Remove unnecessary design reset

This commit is contained in:
Matt Guthaus 2018-02-02 14:26:53 -08:00
parent 27dbb95c19
commit 9d043b904e
1 changed files with 0 additions and 4 deletions

View File

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