This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
- cace /templates /xschemrc
2
- cace /templates /* .sym
3
- cace /templates /* .spice
4
1
runs /*
5
2
netlist /*
6
- xschem /xschemrc
7
3
xschem /* .spice
8
4
mag /* .ext
9
5
mag /* .res.ext
Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ paths:
22
22
layout : gds
23
23
netlist : netlist
24
24
25
- dependencies :
26
- sky130_ef_ip__samplehold :
27
- path : ../
28
- repository : https://github.com/RTimothyEdwards/sky130_ef_ip__samplehold
29
-
30
25
pins :
31
26
b7:0 :
32
27
description : Digital input (8 bits)
Original file line number Diff line number Diff line change @@ -491,11 +491,12 @@ C {devices/ipin.sym} -1040 -2410 0 0 {name=p14 lab=b7}
491
491
C {devices/lab_pin.sym} -1050 -3150 0 0 {name=l39 sig_type=std_logic lab=vdd}
492
492
C {devices/iopin.sym} -1030 -3250 0 1 {name=p15 lab=dvdd}
493
493
C {devices/iopin.sym} -1030 -3220 0 1 {name=p16 lab=dvss}
494
- C {../../sky130_ef_ip__samplehold/xschem/follower_amp.sym} 1160 -2720 0 0 {name=x6}
495
494
C {devices/lab_pin.sym} 940 -2730 0 0 {name=l2 sig_type=std_logic lab=out_unbuf}
496
495
C {passtrans.sym} 690 -2470 0 0 {name=x15}
497
496
C {dac_column_dummy.sym} 150 -2090 0 0 {name=x18}
498
497
C {dac_column_dummy.sym} 150 -1970 0 0 {name=x5}
499
498
C {dac_column_dummy.sym} 150 -3000 0 0 {name=x4}
500
499
C {dac_column_dummy.sym} 150 -3100 0 0 {name=x16}
501
500
C {devices/lab_pin.sym} 1020 -2600 0 1 {name=p18 sig_type=std_logic lab=dvss}
501
+ C {follower_amp.sym} 1160 -2720 0 0 {name=x6
502
+ }
Original file line number Diff line number Diff line change
1
+ # Source the PDK xschemrc file
2
+ if {![info exists PDK]} {
3
+ source $env(PDK_ROOT)/$env(PDK)/libs.tech/xschem/xschemrc
4
+ }
5
+
6
+ # Add current directory to xschem library path
7
+ append XSCHEM_LIBRARY_PATH :[file dirname [info script]]
8
+
9
+ # Source the dependencies
10
+ source [file dirname [info script]]/../dependencies/sky130_ef_ip__samplehold/xschem/xschemrc
11
+
You can’t perform that action at this time.
0 commit comments