├── Documentation └── Layout_generator.pdf ├── Execution ├── EulerTrail.cpp ├── analog.sp ├── analog.sp.spice_final ├── fn.sp ├── fn.sp.spice_final ├── inputs.txt └── read_spice.sh ├── Images ├── ALIGN_layout.png ├── Screenshot 2020-08-11 at 4.35.09 PM.png ├── Untitled presentation-2.jpg ├── ckt_layout.png ├── ckt_layout1.png ├── ckt_layout2.png ├── ckt_layout3.png ├── ckt_layout4.png ├── compare.png ├── compare1.png ├── flow_with_PDK.png ├── ota.png ├── output1.png ├── output2.png └── tool_flow-2.jpg ├── Inputs ├── analog.sp └── fn.sp ├── Intermediate_Outputs ├── sample_output.png ├── sample_output1.jpg ├── spice_final_analog.sp └── spice_intermediate.sp ├── LICENSE.md ├── README.md ├── References └── reference_links └── Source_Code ├── EulerPath.cpp ├── EulerTrail.cpp ├── inputs.txt ├── read_spice.sh └── read_spice1.tcl /Documentation/Layout_generator.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Documentation/Layout_generator.pdf -------------------------------------------------------------------------------- /Execution/EulerTrail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Execution/EulerTrail.cpp -------------------------------------------------------------------------------- /Execution/analog.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Execution/analog.sp -------------------------------------------------------------------------------- /Execution/analog.sp.spice_final: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Execution/analog.sp.spice_final -------------------------------------------------------------------------------- /Execution/fn.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Execution/fn.sp -------------------------------------------------------------------------------- /Execution/fn.sp.spice_final: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Execution/fn.sp.spice_final -------------------------------------------------------------------------------- /Execution/inputs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Execution/inputs.txt -------------------------------------------------------------------------------- /Execution/read_spice.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Execution/read_spice.sh -------------------------------------------------------------------------------- /Images/ALIGN_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/ALIGN_layout.png -------------------------------------------------------------------------------- /Images/Screenshot 2020-08-11 at 4.35.09 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/Screenshot 2020-08-11 at 4.35.09 PM.png -------------------------------------------------------------------------------- /Images/Untitled presentation-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/Untitled presentation-2.jpg -------------------------------------------------------------------------------- /Images/ckt_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/ckt_layout.png -------------------------------------------------------------------------------- /Images/ckt_layout1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/ckt_layout1.png -------------------------------------------------------------------------------- /Images/ckt_layout2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/ckt_layout2.png -------------------------------------------------------------------------------- /Images/ckt_layout3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/ckt_layout3.png -------------------------------------------------------------------------------- /Images/ckt_layout4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/ckt_layout4.png -------------------------------------------------------------------------------- /Images/compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/compare.png -------------------------------------------------------------------------------- /Images/compare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/compare1.png -------------------------------------------------------------------------------- /Images/flow_with_PDK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/flow_with_PDK.png -------------------------------------------------------------------------------- /Images/ota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/ota.png -------------------------------------------------------------------------------- /Images/output1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/output1.png -------------------------------------------------------------------------------- /Images/output2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/output2.png -------------------------------------------------------------------------------- /Images/tool_flow-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Images/tool_flow-2.jpg -------------------------------------------------------------------------------- /Inputs/analog.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Inputs/analog.sp -------------------------------------------------------------------------------- /Inputs/fn.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Inputs/fn.sp -------------------------------------------------------------------------------- /Intermediate_Outputs/sample_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Intermediate_Outputs/sample_output.png -------------------------------------------------------------------------------- /Intermediate_Outputs/sample_output1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Intermediate_Outputs/sample_output1.jpg -------------------------------------------------------------------------------- /Intermediate_Outputs/spice_final_analog.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Intermediate_Outputs/spice_final_analog.sp -------------------------------------------------------------------------------- /Intermediate_Outputs/spice_intermediate.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Intermediate_Outputs/spice_intermediate.sp -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/README.md -------------------------------------------------------------------------------- /References/reference_links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/References/reference_links -------------------------------------------------------------------------------- /Source_Code/EulerPath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Source_Code/EulerPath.cpp -------------------------------------------------------------------------------- /Source_Code/EulerTrail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Source_Code/EulerTrail.cpp -------------------------------------------------------------------------------- /Source_Code/inputs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Source_Code/inputs.txt -------------------------------------------------------------------------------- /Source_Code/read_spice.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Source_Code/read_spice.sh -------------------------------------------------------------------------------- /Source_Code/read_spice1.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethupathib/vsdGraphExtractor/HEAD/Source_Code/read_spice1.tcl --------------------------------------------------------------------------------