Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Designs: use relative path #1

Merged
merged 1 commit into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Designs/Inverter.sch
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ C {devices/ipin.sym} 640 -520 0 0 {name=p1 lab=A}
C {devices/iopin.sym} 740 -590 3 0 {name=p2 lab=VP}
C {devices/iopin.sym} 740 -440 1 0 {name=p3 lab=VN}
C {devices/opin.sym} 740 -520 0 0 {name=p4 lab=Y}
C {silicon-env/share/pdk/gf180mcuC/libs.tech/xschem/symbols/pfet_03v3.sym} 720 -560 0 0 {name=M3
C {symbols/pfet_03v3.sym} 720 -560 0 0 {name=M3
L=0.28u
W=0.22u
nf=1
Expand All @@ -37,7 +37,7 @@ sa=0 sb=0 sd=0
model=pfet_03v3
spiceprefix=X
}
C {silicon-env/share/pdk/gf180mcuC/libs.tech/xschem/symbols/nfet_03v3.sym} 720 -470 0 0 {name=M4
C {symbols/nfet_03v3.sym} 720 -470 0 0 {name=M4
L=0.28u
W=0.22u
nf=1
Expand Down
8 changes: 4 additions & 4 deletions Designs/TopLevel_oscillator.sch
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ G {}
K {}
V {}
S {name=TT_MODELS1 only_toplevel=false
.include /usr/local/google/home/nigelcoburn/MixedSignal/silicon-env/share/pdk/gf180mcuC/libs.tech/ngspice/design.ngspice
.lib /usr/local/google/home/nigelcoburn/MixedSignal/silicon-env/share/pdk/gf180mcuC/libs.tech/ngspice/sm141064.ngspice typical
.include $::180MCU_MODELS/design.ngspice
.lib $::180MCU_MODELS/sm141064.ngspice typical

}
E {}
Expand All @@ -32,7 +32,7 @@ shell display plot_2.svg &
plot Vin Vout
.endc"}
C {devices/code_shown.sym} 330 -110 0 0 {name=TTModel1 only_toplevel=false value="
.include /usr/local/google/home/nigelcoburn/MixedSignal/silicon-env/share/pdk/gf180mcuC/libs.tech/ngspice/design.ngspice
.libs /usr/local/google/home/nigelcoburn/MixedSignal/silicon-env/share/pdk/gf180mcuC/libs.tech/ngspice/sm141064.ngspice typical
.include $::180MCU_MODELS/design.ngspice
.libs $::180MCU_MODELS/sm141064.ngspice typical
"
}
4 changes: 2 additions & 2 deletions Designs/spice_incl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=TT_MODELS1 only_toplevel=false
.include /usr/local/google/home/nigelcoburn/MixedSignal/silicon-env/share/pdk/gf180mcuC/libs.tech/ngspice/design.ngspice
.libs /usr/local/google/home/nigelcoburn/MixedSignal/silicon-env/share/pdk/gf180mcuC/libs.tech/ngspice/sm141064.ngspice typical
.include $::180MCU_MODELS/design.ngspice
.libs $::180MCU_MODELS/sm141064.ngspice typical
"