forked from RTimothyEdwards/sky130_ef_ip__analog_switches
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
680 additions
and
716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# NOTE: PDK_ROOT, PDK and CACE_ROOT are set in the local environment by CACE | ||
|
||
set PDK_ROOT $::env(PDK_ROOT) | ||
set PDK $::env(PDK) | ||
set CACE_ROOT $::env(CACE_ROOT) | ||
|
||
set circuit1 [readnet spice $CACE_ROOT/netlist/layout/isolated_switch_ena1v8.spice] | ||
set circuit2 [readnet spice $CACE_ROOT/netlist/schematic/isolated_switch_ena1v8.spice] | ||
readnet spice $PDK_ROOT/$PDK/libs.ref/sky130_fd_sc_hvl/spice/sky130_fd_sc_hvl.spice $circuit2 | ||
lvs "$circuit1 isolated_switch_ena1v8" "$circuit2 isolated_switch_ena1v8" $PDK_ROOT/$PDK/libs.tech/netgen/${PDK}_setup.tcl isolated_switch_ena1v8_comp.out -json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# NOTE: PDK_ROOT, PDK and CACE_ROOT are set in the local environment by CACE | ||
|
||
set PDK_ROOT $::env(PDK_ROOT) | ||
set PDK $::env(PDK) | ||
set CACE_ROOT $::env(CACE_ROOT) | ||
|
||
set circuit1 [readnet spice $CACE_ROOT/netlist/layout/simple_analog_switch_ena1v8.spice] | ||
set circuit2 [readnet spice $CACE_ROOT/netlist/schematic/simple_analog_switch_ena1v8.spice] | ||
readnet spice $PDK_ROOT/$PDK/libs.ref/sky130_fd_sc_hvl/spice/sky130_fd_sc_hvl.spice $circuit2 | ||
lvs "$circuit1 simple_analog_switch_ena1v8" "$circuit2 simple_analog_switch_ena1v8" $PDK_ROOT/$PDK/libs.tech/netgen/${PDK}_setup.tcl simple_analog_switch_ena1v8_comp.out -json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# NOTE: PDK_ROOT, PDK and CACE_ROOT are set in the local environment by CACE | ||
|
||
set PDK_ROOT $::env(PDK_ROOT) | ||
set PDK $::env(PDK) | ||
set CACE_ROOT $::env(CACE_ROOT) | ||
|
||
set circuit1 [readnet spice $CACE_ROOT/netlist/layout/simplest_analog_switch_ena1v8.spice] | ||
set circuit2 [readnet spice $CACE_ROOT/netlist/schematic/simplest_analog_switch_ena1v8.spice] | ||
readnet spice $PDK_ROOT/$PDK/libs.ref/sky130_fd_sc_hvl/spice/sky130_fd_sc_hvl.spice $circuit2 | ||
lvs "$circuit1 simplest_analog_switch_ena1v8" "$circuit2 simplest_analog_switch_ena1v8" $PDK_ROOT/$PDK/libs.tech/netgen/${PDK}_setup.tcl simplest_analog_switch_ena1v8_comp.out -json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.