SimonM
04/03/2025, 1:59 PMTim Edwards
04/03/2025, 2:38 PMxschemrc
to your working directory with the contents
# Source the PDK xschemrc file
if {![info exists PDK]} {
source $env(PDK_ROOT)/$env(PDK)/libs.tech/xschem/xschemrc
}
# Add current directory to xschem library path
append XSCHEM_LIBRARY_PATH :[file dirname [info script]]
set environment variables PDK_ROOT and PDK to point to the location of the IHP open PDK and the name "ihp-sg13g2", respectively.SimonM
04/03/2025, 3:46 PMSimonM
04/03/2025, 3:53 PM