├── LICENSE ├── Layouts ├── 1bit_sram.png ├── 1bit_sram_read.ext ├── 1bit_sram_read.mag ├── 1bit_sram_write.ext ├── 1bit_sram_write.mag ├── 6T_sram_cell.ext ├── 6T_sram_cell.mag ├── 6T_sram_cell.png ├── Dff.ext ├── Dff.mag ├── Dff.png ├── Differential_sense_amplifier.ext ├── Differential_sense_amplifier.mag ├── Differential_sense_amplifier.png ├── Prechargecell.ext ├── Prechargecell.mag ├── Prechargecell.png ├── Tristate_buffer.ext ├── Tristate_buffer.mag ├── Tristate_buffer.png ├── dummy_cell_6t.ext ├── dummy_cell_6t.mag ├── dummy_cell_6t.spice ├── replica_cell_6t.ext ├── replica_cell_6t.mag ├── replica_cell_6t.spice ├── sky130A.magicrc ├── sky130A.tech ├── writedriver.ext ├── writedriver.mag └── writedriver.png ├── Ngspice_Netlist ├── Postlayout │ ├── 1bit_sram_read.spice │ ├── 1bit_sram_write.spice │ ├── 6T_sram_cell.spice │ ├── Dff.spice │ ├── Differential_sense_amplifier.spice │ ├── Prechargecell.spice │ ├── Tristate_buffer.spice │ └── writedriver.spice ├── Prelayout │ ├── 1bit_sram_read.spice │ ├── 1bit_sram_write.spice │ ├── 6T_sram_cell.spice │ ├── Dff.spice │ ├── Differential_sense_amplifier.spice │ ├── Holdsnm.spice │ ├── Ncurve.spice │ ├── Prechargecell.spice │ ├── Readsnm.spice │ ├── Tristate_buffer.spice │ ├── bsim4v5.out │ ├── inv.spice │ ├── writedriver.spice │ └── writesnm.spice └── check.txt ├── Others ├── Openram_Compiler.png ├── SRAM_memory_architecture.png └── Thumbs.db ├── README.md ├── Schematics ├── 6T_sram_cell.png ├── Dff.png ├── Differential_sense_amplifier.png ├── Holdsnm.png ├── Ncurve.png ├── Prechargecell.png ├── Readsnm.png ├── Thumbs.db ├── Tristate_buffer.png ├── inv.png ├── writedriver.png └── writesnm.png ├── Simulation_Waveform ├── Postlayout │ ├── 1bit_sram_read.png │ ├── 1bit_sram_write.png │ ├── 6T_sram_cell.png │ ├── Dff.png │ ├── Differential_sense_amplifier.png │ ├── Thumbs.db │ ├── Tristate_buffer.png │ └── writedriver.png ├── Prelayout │ ├── 1bit_sram_read.png │ ├── 1bit_sram_write.png │ ├── 6T_sram_cell.png │ ├── Dff.png │ ├── Differential_sense_amplifier.png │ ├── Holdsnm.png │ ├── Ncurve.png │ ├── Prechargecell.png │ ├── Readsnm.png │ ├── Thumbs.db │ ├── Tristate_buffer.png │ ├── check.txt │ ├── writedriver.png │ └── writesnm.png └── check.txt └── install_and_clone.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/LICENSE -------------------------------------------------------------------------------- /Layouts/1bit_sram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/1bit_sram.png -------------------------------------------------------------------------------- /Layouts/1bit_sram_read.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/1bit_sram_read.ext -------------------------------------------------------------------------------- /Layouts/1bit_sram_read.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/1bit_sram_read.mag -------------------------------------------------------------------------------- /Layouts/1bit_sram_write.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/1bit_sram_write.ext -------------------------------------------------------------------------------- /Layouts/1bit_sram_write.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/1bit_sram_write.mag -------------------------------------------------------------------------------- /Layouts/6T_sram_cell.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/6T_sram_cell.ext -------------------------------------------------------------------------------- /Layouts/6T_sram_cell.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/6T_sram_cell.mag -------------------------------------------------------------------------------- /Layouts/6T_sram_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/6T_sram_cell.png -------------------------------------------------------------------------------- /Layouts/Dff.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Dff.ext -------------------------------------------------------------------------------- /Layouts/Dff.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Dff.mag -------------------------------------------------------------------------------- /Layouts/Dff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Dff.png -------------------------------------------------------------------------------- /Layouts/Differential_sense_amplifier.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Differential_sense_amplifier.ext -------------------------------------------------------------------------------- /Layouts/Differential_sense_amplifier.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Differential_sense_amplifier.mag -------------------------------------------------------------------------------- /Layouts/Differential_sense_amplifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Differential_sense_amplifier.png -------------------------------------------------------------------------------- /Layouts/Prechargecell.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Prechargecell.ext -------------------------------------------------------------------------------- /Layouts/Prechargecell.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Prechargecell.mag -------------------------------------------------------------------------------- /Layouts/Prechargecell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Prechargecell.png -------------------------------------------------------------------------------- /Layouts/Tristate_buffer.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Tristate_buffer.ext -------------------------------------------------------------------------------- /Layouts/Tristate_buffer.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Tristate_buffer.mag -------------------------------------------------------------------------------- /Layouts/Tristate_buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/Tristate_buffer.png -------------------------------------------------------------------------------- /Layouts/dummy_cell_6t.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/dummy_cell_6t.ext -------------------------------------------------------------------------------- /Layouts/dummy_cell_6t.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/dummy_cell_6t.mag -------------------------------------------------------------------------------- /Layouts/dummy_cell_6t.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/dummy_cell_6t.spice -------------------------------------------------------------------------------- /Layouts/replica_cell_6t.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/replica_cell_6t.ext -------------------------------------------------------------------------------- /Layouts/replica_cell_6t.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/replica_cell_6t.mag -------------------------------------------------------------------------------- /Layouts/replica_cell_6t.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/replica_cell_6t.spice -------------------------------------------------------------------------------- /Layouts/sky130A.magicrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/sky130A.magicrc -------------------------------------------------------------------------------- /Layouts/sky130A.tech: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/sky130A.tech -------------------------------------------------------------------------------- /Layouts/writedriver.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/writedriver.ext -------------------------------------------------------------------------------- /Layouts/writedriver.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/writedriver.mag -------------------------------------------------------------------------------- /Layouts/writedriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Layouts/writedriver.png -------------------------------------------------------------------------------- /Ngspice_Netlist/Postlayout/1bit_sram_read.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Postlayout/1bit_sram_read.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Postlayout/1bit_sram_write.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Postlayout/1bit_sram_write.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Postlayout/6T_sram_cell.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Postlayout/6T_sram_cell.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Postlayout/Dff.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Postlayout/Dff.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Postlayout/Differential_sense_amplifier.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Postlayout/Differential_sense_amplifier.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Postlayout/Prechargecell.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Postlayout/Prechargecell.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Postlayout/Tristate_buffer.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Postlayout/Tristate_buffer.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Postlayout/writedriver.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Postlayout/writedriver.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/1bit_sram_read.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/1bit_sram_read.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/1bit_sram_write.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/1bit_sram_write.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/6T_sram_cell.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/6T_sram_cell.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/Dff.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/Dff.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/Differential_sense_amplifier.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/Differential_sense_amplifier.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/Holdsnm.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/Holdsnm.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/Ncurve.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/Ncurve.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/Prechargecell.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/Prechargecell.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/Readsnm.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/Readsnm.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/Tristate_buffer.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/Tristate_buffer.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/bsim4v5.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/bsim4v5.out -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/inv.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/inv.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/writedriver.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/writedriver.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/Prelayout/writesnm.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Ngspice_Netlist/Prelayout/writesnm.spice -------------------------------------------------------------------------------- /Ngspice_Netlist/check.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Others/Openram_Compiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Others/Openram_Compiler.png -------------------------------------------------------------------------------- /Others/SRAM_memory_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Others/SRAM_memory_architecture.png -------------------------------------------------------------------------------- /Others/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Others/Thumbs.db -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/README.md -------------------------------------------------------------------------------- /Schematics/6T_sram_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/6T_sram_cell.png -------------------------------------------------------------------------------- /Schematics/Dff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/Dff.png -------------------------------------------------------------------------------- /Schematics/Differential_sense_amplifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/Differential_sense_amplifier.png -------------------------------------------------------------------------------- /Schematics/Holdsnm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/Holdsnm.png -------------------------------------------------------------------------------- /Schematics/Ncurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/Ncurve.png -------------------------------------------------------------------------------- /Schematics/Prechargecell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/Prechargecell.png -------------------------------------------------------------------------------- /Schematics/Readsnm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/Readsnm.png -------------------------------------------------------------------------------- /Schematics/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/Thumbs.db -------------------------------------------------------------------------------- /Schematics/Tristate_buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/Tristate_buffer.png -------------------------------------------------------------------------------- /Schematics/inv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/inv.png -------------------------------------------------------------------------------- /Schematics/writedriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/writedriver.png -------------------------------------------------------------------------------- /Schematics/writesnm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Schematics/writesnm.png -------------------------------------------------------------------------------- /Simulation_Waveform/Postlayout/1bit_sram_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Postlayout/1bit_sram_read.png -------------------------------------------------------------------------------- /Simulation_Waveform/Postlayout/1bit_sram_write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Postlayout/1bit_sram_write.png -------------------------------------------------------------------------------- /Simulation_Waveform/Postlayout/6T_sram_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Postlayout/6T_sram_cell.png -------------------------------------------------------------------------------- /Simulation_Waveform/Postlayout/Dff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Postlayout/Dff.png -------------------------------------------------------------------------------- /Simulation_Waveform/Postlayout/Differential_sense_amplifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Postlayout/Differential_sense_amplifier.png -------------------------------------------------------------------------------- /Simulation_Waveform/Postlayout/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Postlayout/Thumbs.db -------------------------------------------------------------------------------- /Simulation_Waveform/Postlayout/Tristate_buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Postlayout/Tristate_buffer.png -------------------------------------------------------------------------------- /Simulation_Waveform/Postlayout/writedriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Postlayout/writedriver.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/1bit_sram_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/1bit_sram_read.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/1bit_sram_write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/1bit_sram_write.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/6T_sram_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/6T_sram_cell.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/Dff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/Dff.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/Differential_sense_amplifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/Differential_sense_amplifier.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/Holdsnm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/Holdsnm.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/Ncurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/Ncurve.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/Prechargecell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/Prechargecell.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/Readsnm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/Readsnm.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/Thumbs.db -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/Tristate_buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/Tristate_buffer.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/check.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/writedriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/writedriver.png -------------------------------------------------------------------------------- /Simulation_Waveform/Prelayout/writesnm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/Simulation_Waveform/Prelayout/writesnm.png -------------------------------------------------------------------------------- /Simulation_Waveform/check.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /install_and_clone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deepak42074/vsdsram_sky130/HEAD/install_and_clone.sh --------------------------------------------------------------------------------