mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-01 18:48:10 +02:00
Adding traceback printing to tech file import.
This commit is contained in:
+3
-1
@@ -514,7 +514,9 @@ def import_tech():
|
||||
sys.path.append(tech_path)
|
||||
try:
|
||||
import tech
|
||||
except ImportError:
|
||||
except ImportError as e:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
debug.error("Could not load tech module.", -1)
|
||||
|
||||
# Add custom modules of the technology to the path, if they exist
|
||||
|
||||
Reference in New Issue
Block a user