mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 02:57:53 +02:00
Inform user when library's tech is used
This commit is contained in:
+3
-4
@@ -561,10 +561,9 @@ def import_tech():
|
||||
try:
|
||||
OPENRAM_TECH = os.path.abspath(os.environ.get("OPENRAM_TECH"))
|
||||
except:
|
||||
debug.warning("$OPENRAM_TECH environment variable is not defined. "
|
||||
"Only the default technology modules will be considered if installed. "
|
||||
"However, not having this environment variable may cause errors.")
|
||||
|
||||
debug.info(2,
|
||||
"$OPENRAM_TECH environment variable is not defined. "
|
||||
"Only the default technology modules will be considered if installed.")
|
||||
# Point to the default technology modules that are part of the openram package
|
||||
try:
|
||||
import openram
|
||||
|
||||
Reference in New Issue
Block a user