1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-02-07 06:44:09 +08:00
oh/chip/synthesis/defaults.tcl
2016-02-17 10:33:06 -05:00

16 lines
434 B
Tcl

#################################
# PROCESS/LIBS DEFAULTS (SHELL)
#################################
if {[info exists env(OH_VENDOR)]} {
set OH_VENDOR "$env(OH_VENDOR)"; # synopsys, cadence, xilinx
}
if {[info exists env(OH_TARGET)]} {
set OH_TARGET "$env(OH_TARGET)"; # "lib1.db lib2.db lib3.db" or "xc7z020clg400-1"
}
if {[info exists env(OH_MACROS)]} {
set OH_MACROS "$env(OH_MACROS)"; # "macro1.lib macro2.lib"
}