├── LICENSE ├── README.md ├── SV ├── adder.sv ├── counter.sv ├── flopen.sv ├── proj.do ├── proj.out ├── proj.sv ├── tb_proj.sv ├── tb_top.sv ├── top.do ├── top.sv ├── transcript ├── vsim.wlf └── work │ ├── @_opt │ ├── _data │ │ ├── exemptW3DqRB │ │ ├── exemptWmdana │ │ └── exempte4nHcj │ ├── _lib.qdb │ ├── _lib1_0.qdb │ ├── _lib1_0.qpg │ ├── _lib1_0.qtl │ ├── _lib2_0.qdb │ ├── _lib2_0.qpg │ ├── _lib2_0.qtl │ ├── _lib3_0.qdb │ ├── _lib3_0.qpg │ ├── _lib3_0.qtl │ ├── _lib4_0.qdb │ ├── _lib4_0.qpg │ ├── _lib4_0.qtl │ ├── _lib5_0.qdb │ ├── _lib5_0.qpg │ └── _lib5_0.qtl │ ├── _info │ ├── _lib.qdb │ ├── _lib1_0.qdb │ ├── _lib1_0.qpg │ ├── _lib1_0.qtl │ └── _vmake ├── SoC_sky130 ├── README.md ├── par │ ├── COPYRIGHT │ ├── DBS │ │ ├── LEC │ │ │ ├── init.v.gz │ │ │ └── place.v.gz │ │ ├── init.enc │ │ ├── init.enc.dat │ │ │ ├── AAE │ │ │ │ ├── persistAaeAr.dat │ │ │ │ └── vaMgrAr.dat │ │ │ ├── gui.pref.tcl │ │ │ ├── inn.cmd.gz │ │ │ ├── inn.um.gz │ │ │ ├── libs │ │ │ │ ├── lef │ │ │ │ │ ├── sky130_osu_sc_12T.tlef │ │ │ │ │ └── sky130_osu_sc_12T_ms.lef │ │ │ │ └── mmmc │ │ │ │ │ ├── mult_alone.sdc │ │ │ │ │ └── sky130_osu_sc_12T_ms_tt_1P80_25C.ccs.lib │ │ │ ├── mult_alone.aae.settings │ │ │ ├── mult_alone.dbinfo │ │ │ ├── mult_alone.fp.gz │ │ │ ├── mult_alone.fp.spr.gz │ │ │ ├── mult_alone.globals │ │ │ ├── mult_alone.init │ │ │ ├── mult_alone.metric.gz │ │ │ ├── mult_alone.mode │ │ │ ├── mult_alone.opconds │ │ │ ├── mult_alone.pg.gz │ │ │ ├── mult_alone.place.gz │ │ │ ├── mult_alone.ppcmd │ │ │ ├── mult_alone.prop │ │ │ ├── mult_alone.route.congmap.gz │ │ │ ├── mult_alone.route.gz │ │ │ ├── mult_alone.symtbl.gz │ │ │ ├── mult_alone.v.bin │ │ │ ├── mult_alone.v.bin_lib │ │ │ ├── mult_alone_power_constraints.tcl │ │ │ └── viewDefinition.tcl │ │ ├── place.enc │ │ └── place.enc.dat │ │ │ ├── AAE │ │ │ ├── persistAaeAr.dat │ │ │ └── vaMgrAr.dat │ │ │ ├── gui.pref.tcl │ │ │ ├── inn.cmd.gz │ │ │ ├── inn.um.gz │ │ │ ├── libs │ │ │ ├── lef │ │ │ │ ├── sky130_osu_sc_12T.tlef │ │ │ │ └── sky130_osu_sc_12T_ms.lef │ │ │ └── mmmc │ │ │ │ └── sky130_osu_sc_12T_ms_tt_1P80_25C.ccs.lib │ │ │ ├── mmmc │ │ │ ├── modes │ │ │ │ └── setup_func_mode │ │ │ │ │ └── setup_func_mode.sdc │ │ │ └── views │ │ │ │ ├── hold_func │ │ │ │ └── latency.sdc │ │ │ │ └── setup_func │ │ │ │ └── latency.sdc │ │ │ ├── mult_alone.aae.settings │ │ │ ├── mult_alone.congmap.gz │ │ │ ├── mult_alone.dbinfo │ │ │ ├── mult_alone.fp.gz │ │ │ ├── mult_alone.fp.spr.gz │ │ │ ├── mult_alone.globals │ │ │ ├── mult_alone.init │ │ │ ├── mult_alone.metric.gz │ │ │ ├── mult_alone.mode │ │ │ ├── mult_alone.opconds │ │ │ ├── mult_alone.pg.gz │ │ │ ├── mult_alone.place.gz │ │ │ ├── mult_alone.ppcmd │ │ │ ├── mult_alone.prop │ │ │ ├── mult_alone.route.congmap.gz │ │ │ ├── mult_alone.route.gz │ │ │ ├── mult_alone.symtbl.gz │ │ │ ├── mult_alone.v.bin │ │ │ ├── mult_alone.v.bin_lib │ │ │ ├── mult_alone_power_constraints.tcl │ │ │ └── viewDefinition.tcl │ ├── EXAMPLES │ │ ├── INNOVUS │ │ │ ├── DESIGN │ │ │ │ ├── DATA │ │ │ │ │ ├── hier.fp │ │ │ │ │ ├── hier.fp.ptn │ │ │ │ │ ├── hier.fp.spr │ │ │ │ │ ├── postcts.sdc │ │ │ │ │ ├── prects.sdc │ │ │ │ │ ├── tdsp_core.ctstch │ │ │ │ │ ├── tdsp_core.fp │ │ │ │ │ ├── tdsp_core.fp.spr │ │ │ │ │ └── tdsp_core.v │ │ │ │ ├── GPDK │ │ │ │ │ └── LIBS │ │ │ │ │ │ └── GPDK045 │ │ │ │ │ │ ├── gsclib045.lef │ │ │ │ │ │ └── timing │ │ │ │ │ │ ├── fast.lib │ │ │ │ │ │ ├── slow.lib │ │ │ │ │ │ └── typical.lib │ │ │ │ ├── README │ │ │ │ ├── SCRIPTS │ │ │ │ │ ├── ETC │ │ │ │ │ │ ├── INNOVUS │ │ │ │ │ │ │ ├── Makefile.partition │ │ │ │ │ │ │ ├── check_vars.tcl │ │ │ │ │ │ │ ├── defaults.tcl │ │ │ │ │ │ │ ├── gen_options.tcl │ │ │ │ │ │ │ ├── generic.conf │ │ │ │ │ │ │ ├── header.tcl │ │ │ │ │ │ │ ├── map_attr.tcl │ │ │ │ │ │ │ ├── map_options.tcl │ │ │ │ │ │ │ ├── mapped_vars.tcl │ │ │ │ │ │ │ ├── novus_udm.tcl │ │ │ │ │ │ │ ├── overlay.tcl │ │ │ │ │ │ │ ├── rda_defaults.tcl │ │ │ │ │ │ │ ├── rename.tcl │ │ │ │ │ │ │ ├── rubicon.tcl │ │ │ │ │ │ │ ├── udm.tcl │ │ │ │ │ │ │ ├── utils.tcl │ │ │ │ │ │ │ └── vars.txt │ │ │ │ │ │ ├── common_defaults.tcl │ │ │ │ │ │ ├── status.dat │ │ │ │ │ │ └── utils.tcl │ │ │ │ │ ├── GIF │ │ │ │ │ │ ├── blank.png │ │ │ │ │ │ ├── calc.gif │ │ │ │ │ │ ├── calc.png │ │ │ │ │ │ ├── clocks.png │ │ │ │ │ │ ├── density.png │ │ │ │ │ │ ├── header.png │ │ │ │ │ │ ├── log.gif │ │ │ │ │ │ ├── log.png │ │ │ │ │ │ ├── logo.gif │ │ │ │ │ │ ├── power.gif │ │ │ │ │ │ ├── power.png │ │ │ │ │ │ ├── speed.gif │ │ │ │ │ │ ├── speed.png │ │ │ │ │ │ ├── step.png │ │ │ │ │ │ ├── summary.png │ │ │ │ │ │ ├── time.gif │ │ │ │ │ │ ├── time.png │ │ │ │ │ │ └── viol.gif │ │ │ │ │ ├── INNOVUS │ │ │ │ │ │ ├── procs.tcl │ │ │ │ │ │ ├── run_all.tcl │ │ │ │ │ │ ├── run_debug.tcl │ │ │ │ │ │ ├── run_lec.tcl │ │ │ │ │ │ └── run_single.tcl │ │ │ │ │ ├── gen_flow.tcl │ │ │ │ │ ├── gen_innovus_flow.tcl │ │ │ │ │ ├── gen_innovus_setup.tcl │ │ │ │ │ └── gen_setup.tcl │ │ │ │ ├── innovus_config.tcl │ │ │ │ └── setup.tcl │ │ │ ├── PLUG │ │ │ │ ├── create_blockages.tcl │ │ │ │ ├── create_halos.tcl │ │ │ │ ├── create_rows.tcl │ │ │ │ ├── floorplan.tcl │ │ │ │ ├── metal_fill.tcl │ │ │ │ ├── post_cts.tcl │ │ │ │ ├── post_init.tcl │ │ │ │ ├── post_place.tcl │ │ │ │ ├── post_prects.tcl │ │ │ │ ├── post_route.tcl │ │ │ │ ├── power_planning.tcl │ │ │ │ ├── pre_assignpin.tcl │ │ │ │ ├── pre_cts.tcl │ │ │ │ ├── pre_init.tcl │ │ │ │ ├── pre_model_gen.tcl │ │ │ │ ├── pre_partition.tcl │ │ │ │ ├── pre_place.tcl │ │ │ │ └── pre_prects.tcl │ │ │ ├── innovus_config.cpf.tcl │ │ │ ├── innovus_config.tcl │ │ │ ├── lp_config.tcl │ │ │ ├── setup.cpf.tcl │ │ │ └── setup.tcl │ │ └── README │ ├── FF │ │ ├── INNOVUS │ │ │ ├── run_cts.tcl │ │ │ ├── run_init.tcl │ │ │ ├── run_place.tcl │ │ │ ├── run_postcts_hold.tcl │ │ │ ├── run_postroute.tcl │ │ │ ├── run_route.tcl │ │ │ ├── run_signoff.tcl │ │ │ ├── run_simple.cts.tcl │ │ │ ├── run_simple.init.tcl │ │ │ ├── run_simple.place.tcl │ │ │ ├── run_simple.postcts_hold.tcl │ │ │ ├── run_simple.postroute.tcl │ │ │ ├── run_simple.route.tcl │ │ │ └── run_simple.signoff.tcl │ │ ├── check.rpt │ │ ├── init.tcl │ │ ├── procs.tcl │ │ ├── timingderate.sdc │ │ ├── vars.tcl │ │ └── view_definition.tcl │ ├── LOG │ │ ├── cts.cmd │ │ ├── cts.log │ │ ├── cts.logv │ │ ├── init.cmd │ │ ├── init.log │ │ ├── init.logv │ │ ├── place.cmd │ │ ├── place.log │ │ └── place.logv │ ├── Makefile │ ├── PLUG │ │ └── INNOVUS │ │ │ ├── always_source.tcl │ │ │ ├── post_cts.tcl │ │ │ ├── post_init.tcl │ │ │ ├── post_place.tcl │ │ │ ├── post_postcts.tcl │ │ │ ├── post_postcts_hold.tcl │ │ │ ├── post_postroute.tcl │ │ │ ├── post_postroute_hold.tcl │ │ │ ├── post_postroute_si.tcl │ │ │ ├── post_postroute_si_hold.tcl │ │ │ ├── post_prects.tcl │ │ │ ├── post_route.tcl │ │ │ ├── post_signoff.tcl │ │ │ ├── pre_cts.tcl │ │ │ ├── pre_init.tcl │ │ │ ├── pre_partition.tcl │ │ │ ├── pre_place.tcl │ │ │ ├── pre_place_checks.tcl │ │ │ ├── pre_postcts.tcl │ │ │ ├── pre_postcts_hold.tcl │ │ │ ├── pre_postroute.tcl │ │ │ ├── pre_postroute_hold.tcl │ │ │ ├── pre_postroute_si.tcl │ │ │ ├── pre_postroute_si_hold.tcl │ │ │ ├── pre_prects.tcl │ │ │ ├── pre_route.tcl │ │ │ └── pre_signoff.tcl │ ├── README.INNOVUS │ ├── RPT │ │ ├── metrics.html │ │ ├── place.cap.gz │ │ ├── place.fanout.gz │ │ ├── place.length.gz │ │ ├── place.summary.gz │ │ ├── place.tran.gz │ │ ├── place_all.tarpt.gz │ │ ├── place_default.tarpt.gz │ │ ├── place_reg2reg.tarpt.gz │ │ ├── preplace.summary.gz │ │ ├── preplace_all.tarpt.gz │ │ ├── preplace_default.tarpt.gz │ │ └── preplace_reg2reg.tarpt.gz │ ├── SCRIPTS │ │ ├── ETC │ │ │ ├── INNOVUS │ │ │ │ ├── Makefile.partition │ │ │ │ ├── check_vars.tcl │ │ │ │ ├── defaults.tcl │ │ │ │ ├── gen_options.tcl │ │ │ │ ├── generic.conf │ │ │ │ ├── header.tcl │ │ │ │ ├── map_attr.tcl │ │ │ │ ├── map_options.tcl │ │ │ │ ├── mapped_vars.tcl │ │ │ │ ├── novus_udm.tcl │ │ │ │ ├── overlay.tcl │ │ │ │ ├── rda_defaults.tcl │ │ │ │ ├── rename.tcl │ │ │ │ ├── rubicon.tcl │ │ │ │ ├── udm.tcl │ │ │ │ ├── utils.tcl │ │ │ │ └── vars.txt │ │ │ ├── common_defaults.tcl │ │ │ ├── status.dat │ │ │ └── utils.tcl │ │ ├── GIF │ │ │ ├── blank.png │ │ │ ├── calc.gif │ │ │ ├── calc.png │ │ │ ├── clocks.png │ │ │ ├── density.png │ │ │ ├── header.png │ │ │ ├── log.gif │ │ │ ├── log.png │ │ │ ├── logo.gif │ │ │ ├── power.gif │ │ │ ├── power.png │ │ │ ├── speed.gif │ │ │ ├── speed.png │ │ │ ├── step.png │ │ │ ├── summary.png │ │ │ ├── time.gif │ │ │ ├── time.png │ │ │ └── viol.gif │ │ ├── INNOVUS │ │ │ ├── procs.tcl │ │ │ ├── run_all.tcl │ │ │ ├── run_debug.tcl │ │ │ ├── run_lec.tcl │ │ │ └── run_single.tcl │ │ ├── gen_flow.tcl │ │ ├── gen_innovus_flow.tcl │ │ ├── gen_innovus_setup.tcl │ │ └── gen_setup.tcl │ ├── TEMPLATES │ │ └── INNOVUS │ │ │ ├── edi_config.tcl │ │ │ ├── edi_tags.tcl │ │ │ ├── innovus_config.tcl │ │ │ ├── innovus_tags.tcl │ │ │ ├── lp_config.tcl │ │ │ └── setup.tcl │ ├── checkDesign │ │ ├── checkPlacement.rpt │ │ ├── checknetlist.rpt │ │ ├── instTerm.main.htm │ │ ├── mult_alone.main.htm │ │ ├── mult_alone.main.htm.ascii │ │ ├── mult_alone_cell.list │ │ ├── noOutputNet.main.htm │ │ ├── noPGTerm.main.htm │ │ ├── nonIoInst.main.htm │ │ ├── pgTermConnectivity.main.htm │ │ ├── port2Core.main.htm │ │ └── unplacedIO.main.htm │ ├── clean_me.csh │ ├── commands.tcl │ ├── encounter.io │ ├── innovus_config.tcl │ ├── make │ │ ├── init │ │ ├── place │ │ └── setup │ ├── pegasus_ui_gui.log │ └── setup.tcl ├── remove.sh └── synth │ ├── .synopsys_dc.setup │ ├── Makefile │ ├── WORK │ ├── BCLG4.mr │ ├── CLA16.mr │ ├── DFFR_17.mr │ ├── FA-verilog.pvl │ ├── FA-verilog.syn │ ├── FA.mr │ ├── FULL_ADDER.mr │ ├── HALF_ADDER.mr │ ├── MFA-verilog.pvl │ ├── MFA-verilog.syn │ ├── MFA.mr │ ├── MHA-verilog.pvl │ ├── MHA-verilog.syn │ ├── MHA.mr │ ├── MULT.mr │ ├── MULT_ALONE.mr │ ├── NMFA-verilog.pvl │ ├── NMFA-verilog.syn │ ├── NMFA.mr │ ├── REDUCED_FULL_ADDER.mr │ ├── RFA.mr │ ├── SPECIALIZED_HALF_ADDER.mr │ ├── bclg4-verilog.pvl │ ├── bclg4-verilog.syn │ ├── cla16-verilog.pvl │ ├── cla16-verilog.syn │ ├── dffr_17-verilog.pvl │ ├── dffr_17-verilog.syn │ ├── full_adder-verilog.pvl │ ├── full_adder-verilog.syn │ ├── half_adder-verilog.pvl │ ├── half_adder-verilog.syn │ ├── mult-verilog.pvl │ ├── mult-verilog.syn │ ├── mult_alone-verilog.pvl │ ├── mult_alone-verilog.syn │ ├── reduced_full_adder-verilog.pvl │ ├── reduced_full_adder-verilog.syn │ ├── rfa-verilog.pvl │ ├── rfa-verilog.syn │ ├── specialized_half_adder-verilog.pvl │ └── specialized_half_adder-verilog.syn │ ├── alib-52 │ └── sky130_osu_sc_12T_ms_tt_1P80_25C.ccs.db.alib │ ├── command.log │ ├── default.svf │ ├── hdl │ ├── DW_fp_mult_inst.v │ ├── array8x8.v │ ├── basic_components.v │ ├── cla16.v │ ├── mult.v │ └── tadders.v │ ├── mapped │ ├── mult_alone.ddc │ ├── mult_alone.sdc │ ├── mult_alone.sdf │ └── mult_alone.vh │ ├── reports │ ├── check_design.rpt │ ├── mult_alone_area.rep │ ├── mult_alone_cell.rep │ ├── mult_alone_constraint.rep │ ├── mult_alone_constraint_all_violators.rpt │ ├── mult_alone_hier.rep │ ├── mult_alone_min_timing.rep │ ├── mult_alone_power.rep │ ├── mult_alone_report_clock.rep │ ├── mult_alone_reportpath.rep │ └── mult_alone_timing.rep │ ├── scripts │ ├── multGen │ │ ├── array8x8.v │ │ └── array_v_CCT.pl │ └── synth.tcl │ ├── synth.out │ └── unmapped │ └── mult_alone.ddc ├── Xresources ├── irsim ├── README.md ├── inv.cmd ├── inv.sim ├── sky130A_tt_nom_27.prm └── tclIndex ├── magic ├── .magicrc ├── README.md ├── buf.cif ├── buf.gds ├── buf.mag ├── buf.nodes ├── buf.sim ├── buf.spice ├── inv.cif ├── inv.gds ├── inv.mag ├── inv.sim ├── inv.spice ├── inv_hw.cif ├── inv_hw.gds ├── inv_hw.mag ├── inv_hw.sim ├── inv_hw.spice ├── metalmin.mag ├── nmin.mag ├── sky130-layer.map └── via_fun.mag ├── netgen ├── README.md ├── buf.out ├── inv.out ├── nand2.out └── runNetgen.bash ├── project ├── irsim │ ├── project.cmd │ ├── sky130A_tt_nom_27.prm │ ├── top.sim │ ├── top_sim.pdf │ └── top_sim.ps ├── magic │ ├── .magicrc │ ├── addf.cif │ ├── addf.cmd │ ├── addf.gds │ ├── addf.mag │ ├── addf.pdf │ ├── addf.ps │ ├── addf.sim │ └── addf.spice └── sue │ ├── FA.sim │ ├── FA.sp.cache │ ├── FA.sue │ ├── FA.sue.BAK │ ├── bit1a.sim │ ├── bit1a.sp.cache │ ├── bit1a.sue │ ├── bit1a.sue.BAK │ ├── bit1a.sue_as │ ├── dffpos.sp.cache │ ├── dffpos.sue │ ├── dffpos.sue.BAK │ ├── inv.sp.cache │ ├── inv.sue │ ├── mux21.sim │ ├── mux21.sp │ ├── mux21.sp.cache │ ├── mux21.sue │ ├── mux21.sue.BAK │ ├── project.cmd │ ├── sky130A_tt_nom_27.prm │ ├── tclIndex │ ├── top.out │ ├── top.ps │ ├── top.sim │ ├── top.sp │ ├── top.sp.cache │ ├── top.sp3 │ ├── top.sue │ ├── top.sue.BAK │ └── top.sue_as ├── remove.sh ├── scripts └── copy_csh.sh ├── sue ├── example2.cmd ├── example2.sim ├── example2.sue ├── example2.sue.BAK ├── example2_sim.pdf ├── example2_sim.ps └── sky130A_tt_nom_27.prm ├── vectors ├── README.md ├── bit_test ├── bit_test.c ├── create_test.sh ├── project.cmd ├── project.pdf └── project_template.cmd ├── vias ├── README.md ├── m12c_1.mag ├── m12c_2.mag ├── m1c_1.mag ├── m1c_2.mag ├── m2c_1.mag ├── m2c_2.mag ├── m2c_3.mag ├── m2c_4.mag ├── ndc_1.mag ├── ndc_2.mag ├── nsc_1.mag ├── nsc_2.mag ├── nsc_3.mag ├── nsc_4.mag ├── pc_1.mag ├── pc_2.mag ├── pc_3.mag ├── pc_4.mag ├── pdc_1.mag ├── pdc_2.mag ├── pm1c_1.mag ├── pm1c_2.mag ├── psc_1.mag ├── psc_2.mag ├── psc_3.mag └── psc_4.mag ├── xchiplogo ├── Petemug_2c.mag ├── Petemug_2c.pbm ├── Petemug_2c.pdf ├── README ├── xchiplogo └── xchiplogo.c └── xschem ├── .spiceinit ├── README.md ├── and21.sch ├── and21.sym ├── and31.sch ├── and31.spice ├── and31.sym ├── buf.sch ├── buf.spice ├── inv.sch ├── inv.spice ├── inv.sym ├── nand2.sch ├── nand2.spice ├── or21.sch ├── or21.spice ├── or21.sym ├── out.txt ├── sim ├── README.md ├── buf.sch ├── buf.sym ├── hw4.sch ├── hw4.sym ├── inv.sch ├── inv.spice ├── inv.sym ├── spinit ├── tb_buf.sch ├── tb_buf.spice ├── tb_hw4.sch ├── tb_hw4.spice ├── tb_inv.out ├── tb_inv.sch ├── tb_inv.spice ├── tb_inv.sym ├── vtc.txt └── xschemrc └── xschemrc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/README.md -------------------------------------------------------------------------------- /SV/adder.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/adder.sv -------------------------------------------------------------------------------- /SV/counter.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/counter.sv -------------------------------------------------------------------------------- /SV/flopen.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/flopen.sv -------------------------------------------------------------------------------- /SV/proj.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/proj.do -------------------------------------------------------------------------------- /SV/proj.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SV/proj.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/proj.sv -------------------------------------------------------------------------------- /SV/tb_proj.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/tb_proj.sv -------------------------------------------------------------------------------- /SV/tb_top.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/tb_top.sv -------------------------------------------------------------------------------- /SV/top.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/top.do -------------------------------------------------------------------------------- /SV/top.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/top.sv -------------------------------------------------------------------------------- /SV/transcript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/transcript -------------------------------------------------------------------------------- /SV/vsim.wlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/vsim.wlf -------------------------------------------------------------------------------- /SV/work/@_opt/_data/exemptW3DqRB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_data/exemptW3DqRB -------------------------------------------------------------------------------- /SV/work/@_opt/_data/exemptWmdana: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_data/exemptWmdana -------------------------------------------------------------------------------- /SV/work/@_opt/_data/exempte4nHcj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_data/exempte4nHcj -------------------------------------------------------------------------------- /SV/work/@_opt/_lib.qdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib.qdb -------------------------------------------------------------------------------- /SV/work/@_opt/_lib1_0.qdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib1_0.qdb -------------------------------------------------------------------------------- /SV/work/@_opt/_lib1_0.qpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SV/work/@_opt/_lib1_0.qtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib1_0.qtl -------------------------------------------------------------------------------- /SV/work/@_opt/_lib2_0.qdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib2_0.qdb -------------------------------------------------------------------------------- /SV/work/@_opt/_lib2_0.qpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SV/work/@_opt/_lib2_0.qtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib2_0.qtl -------------------------------------------------------------------------------- /SV/work/@_opt/_lib3_0.qdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib3_0.qdb -------------------------------------------------------------------------------- /SV/work/@_opt/_lib3_0.qpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SV/work/@_opt/_lib3_0.qtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib3_0.qtl -------------------------------------------------------------------------------- /SV/work/@_opt/_lib4_0.qdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib4_0.qdb -------------------------------------------------------------------------------- /SV/work/@_opt/_lib4_0.qpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib4_0.qpg -------------------------------------------------------------------------------- /SV/work/@_opt/_lib4_0.qtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib4_0.qtl -------------------------------------------------------------------------------- /SV/work/@_opt/_lib5_0.qdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib5_0.qdb -------------------------------------------------------------------------------- /SV/work/@_opt/_lib5_0.qpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib5_0.qpg -------------------------------------------------------------------------------- /SV/work/@_opt/_lib5_0.qtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/@_opt/_lib5_0.qtl -------------------------------------------------------------------------------- /SV/work/_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/_info -------------------------------------------------------------------------------- /SV/work/_lib.qdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/_lib.qdb -------------------------------------------------------------------------------- /SV/work/_lib1_0.qdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/_lib1_0.qdb -------------------------------------------------------------------------------- /SV/work/_lib1_0.qpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SV/work/_lib1_0.qtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SV/work/_lib1_0.qtl -------------------------------------------------------------------------------- /SV/work/_vmake: -------------------------------------------------------------------------------- 1 | m255 2 | K4 3 | z0 4 | cModel Technology 5 | -------------------------------------------------------------------------------- /SoC_sky130/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/README.md -------------------------------------------------------------------------------- /SoC_sky130/par/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/COPYRIGHT -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/LEC/init.v.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/LEC/init.v.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/LEC/place.v.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/LEC/place.v.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/AAE/persistAaeAr.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/AAE/persistAaeAr.dat -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/AAE/vaMgrAr.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/AAE/vaMgrAr.dat -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/gui.pref.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/gui.pref.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/inn.cmd.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/inn.cmd.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/inn.um.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/inn.um.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/libs/lef/sky130_osu_sc_12T.tlef: -------------------------------------------------------------------------------- 1 | /programs/pdk/sky130_osu_sc_t12/sky130_osu_sc_12T.tlef -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/libs/lef/sky130_osu_sc_12T_ms.lef: -------------------------------------------------------------------------------- 1 | /programs/pdk/sky130_osu_sc_t12/12T_ms/lef/sky130_osu_sc_12T_ms.lef -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/libs/mmmc/mult_alone.sdc: -------------------------------------------------------------------------------- 1 | /home/jstine/ecen4303/ecen4303F23/SoC_sky130/synth/mapped/mult_alone.sdc -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/libs/mmmc/sky130_osu_sc_12T_ms_tt_1P80_25C.ccs.lib: -------------------------------------------------------------------------------- 1 | /programs/pdk/sky130_osu_sc_t12/12T_ms/lib/sky130_osu_sc_12T_ms_tt_1P80_25C.ccs.lib -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.aae.settings: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.dbinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.dbinfo -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.fp.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.fp.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.fp.spr.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.fp.spr.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.globals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.globals -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.init: -------------------------------------------------------------------------------- 1 | # 2 | # For new setDontUse flow and infrastructure 3 | # 4 | -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.metric.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.metric.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.mode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.mode -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.opconds: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.pg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.pg.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.place.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.place.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.ppcmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.ppcmd -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.prop -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.route.congmap.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.route.congmap.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.route.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.route.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.symtbl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.symtbl.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.v.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.v.bin -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone.v.bin_lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone.v.bin_lib -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/mult_alone_power_constraints.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/mult_alone_power_constraints.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/init.enc.dat/viewDefinition.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/init.enc.dat/viewDefinition.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/AAE/persistAaeAr.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/AAE/persistAaeAr.dat -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/AAE/vaMgrAr.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/AAE/vaMgrAr.dat -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/gui.pref.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/gui.pref.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/inn.cmd.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/inn.cmd.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/inn.um.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/inn.um.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/libs/lef/sky130_osu_sc_12T.tlef: -------------------------------------------------------------------------------- 1 | /programs/pdk/sky130_osu_sc_t12/sky130_osu_sc_12T.tlef -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/libs/lef/sky130_osu_sc_12T_ms.lef: -------------------------------------------------------------------------------- 1 | /programs/pdk/sky130_osu_sc_t12/12T_ms/lef/sky130_osu_sc_12T_ms.lef -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/libs/mmmc/sky130_osu_sc_12T_ms_tt_1P80_25C.ccs.lib: -------------------------------------------------------------------------------- 1 | /programs/pdk/sky130_osu_sc_t12/12T_ms/lib/sky130_osu_sc_12T_ms_tt_1P80_25C.ccs.lib -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mmmc/modes/setup_func_mode/setup_func_mode.sdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mmmc/modes/setup_func_mode/setup_func_mode.sdc -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mmmc/views/hold_func/latency.sdc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mmmc/views/setup_func/latency.sdc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.aae.settings: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.congmap.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.congmap.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.dbinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.dbinfo -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.fp.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.fp.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.fp.spr.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.fp.spr.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.globals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.globals -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.init: -------------------------------------------------------------------------------- 1 | # 2 | # For new setDontUse flow and infrastructure 3 | # 4 | -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.metric.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.metric.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.mode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.mode -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.opconds: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.pg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.pg.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.place.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.place.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.ppcmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.ppcmd -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.prop -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.route.congmap.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.route.congmap.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.route.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.route.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.symtbl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.symtbl.gz -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.v.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.v.bin -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone.v.bin_lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone.v.bin_lib -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/mult_alone_power_constraints.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/mult_alone_power_constraints.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/DBS/place.enc.dat/viewDefinition.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/DBS/place.enc.dat/viewDefinition.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/hier.fp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/hier.fp -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/hier.fp.ptn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/hier.fp.ptn -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/hier.fp.spr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/hier.fp.spr -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/postcts.sdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/postcts.sdc -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/prects.sdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/prects.sdc -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/tdsp_core.ctstch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/tdsp_core.ctstch -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/tdsp_core.fp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/tdsp_core.fp -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/tdsp_core.fp.spr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/tdsp_core.fp.spr -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/tdsp_core.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/DATA/tdsp_core.v -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/GPDK/LIBS/GPDK045/gsclib045.lef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/GPDK/LIBS/GPDK045/gsclib045.lef -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/GPDK/LIBS/GPDK045/timing/fast.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/GPDK/LIBS/GPDK045/timing/fast.lib -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/GPDK/LIBS/GPDK045/timing/slow.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/GPDK/LIBS/GPDK045/timing/slow.lib -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/GPDK/LIBS/GPDK045/timing/typical.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/GPDK/LIBS/GPDK045/timing/typical.lib -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/README -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/Makefile.partition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/Makefile.partition -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/check_vars.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/check_vars.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/defaults.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/defaults.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/gen_options.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/gen_options.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/generic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/generic.conf -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/header.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/header.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/map_attr.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/map_attr.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/map_options.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/map_options.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/mapped_vars.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/mapped_vars.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/novus_udm.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/novus_udm.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/overlay.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/overlay.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/rda_defaults.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/rda_defaults.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/rename.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/rename.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/rubicon.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/rubicon.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/udm.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/udm.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/utils.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/utils.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/vars.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/INNOVUS/vars.txt -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/common_defaults.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/common_defaults.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/status.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/status.dat -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/utils.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/ETC/utils.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/blank.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/calc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/calc.gif -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/calc.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/clocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/clocks.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/density.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/density.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/header.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/log.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/log.gif -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/log.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/logo.gif -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/power.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/power.gif -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/power.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/speed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/speed.gif -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/speed.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/step.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/summary.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/time.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/time.gif -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/time.png -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/viol.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/GIF/viol.gif -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/INNOVUS/procs.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/INNOVUS/procs.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/INNOVUS/run_all.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/INNOVUS/run_all.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/INNOVUS/run_debug.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/INNOVUS/run_debug.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/INNOVUS/run_lec.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/INNOVUS/run_lec.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/INNOVUS/run_single.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/INNOVUS/run_single.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/gen_flow.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/gen_flow.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/gen_innovus_flow.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/gen_innovus_flow.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/gen_innovus_setup.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/gen_innovus_setup.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/gen_setup.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/SCRIPTS/gen_setup.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/innovus_config.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/innovus_config.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/setup.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/DESIGN/setup.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/create_blockages.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/create_blockages.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/create_halos.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/create_halos.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/create_rows.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/create_rows.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/floorplan.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/floorplan.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/metal_fill.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/metal_fill.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/post_cts.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/post_cts.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/post_init.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/post_init.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/post_place.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/post_place.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/post_prects.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/post_prects.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/post_route.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/post_route.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/power_planning.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/power_planning.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_assignpin.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_assignpin.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_cts.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_cts.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_init.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_init.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_model_gen.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_model_gen.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_partition.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_partition.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_place.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_place.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_prects.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/PLUG/pre_prects.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/innovus_config.cpf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/innovus_config.cpf.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/innovus_config.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/innovus_config.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/lp_config.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/lp_config.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/setup.cpf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/setup.cpf.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/INNOVUS/setup.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/INNOVUS/setup.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/EXAMPLES/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/EXAMPLES/README -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_cts.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_cts.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_init.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_init.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_place.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_place.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_postcts_hold.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_postcts_hold.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_postroute.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_postroute.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_route.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_route.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_signoff.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_signoff.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_simple.cts.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_simple.cts.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_simple.init.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_simple.init.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_simple.place.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_simple.place.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_simple.postcts_hold.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_simple.postcts_hold.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_simple.postroute.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_simple.postroute.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_simple.route.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_simple.route.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/INNOVUS/run_simple.signoff.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/INNOVUS/run_simple.signoff.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/check.rpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/check.rpt -------------------------------------------------------------------------------- /SoC_sky130/par/FF/init.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/init.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/procs.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/procs.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/timingderate.sdc: -------------------------------------------------------------------------------- 1 | Puts " DERATING DELAY CORNERS ..." 2 | 3 | -------------------------------------------------------------------------------- /SoC_sky130/par/FF/vars.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/vars.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/FF/view_definition.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/FF/view_definition.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/LOG/cts.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/LOG/cts.cmd -------------------------------------------------------------------------------- /SoC_sky130/par/LOG/cts.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/LOG/cts.log -------------------------------------------------------------------------------- /SoC_sky130/par/LOG/cts.logv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/LOG/cts.logv -------------------------------------------------------------------------------- /SoC_sky130/par/LOG/init.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/LOG/init.cmd -------------------------------------------------------------------------------- /SoC_sky130/par/LOG/init.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/LOG/init.log -------------------------------------------------------------------------------- /SoC_sky130/par/LOG/init.logv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/LOG/init.logv -------------------------------------------------------------------------------- /SoC_sky130/par/LOG/place.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/LOG/place.cmd -------------------------------------------------------------------------------- /SoC_sky130/par/LOG/place.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/LOG/place.log -------------------------------------------------------------------------------- /SoC_sky130/par/LOG/place.logv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/LOG/place.logv -------------------------------------------------------------------------------- /SoC_sky130/par/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/Makefile -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/always_source.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/always_source.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_cts.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_cts.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_init.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_init.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_place.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_place.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_postcts.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_postcts.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_postcts_hold.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_postcts_hold.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_postroute.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_postroute.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_postroute_hold.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_postroute_hold.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_postroute_si.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_postroute_si.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_postroute_si_hold.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_postroute_si_hold.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_prects.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_prects.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_route.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_route.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/post_signoff.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/post_signoff.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_cts.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_cts.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_init.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_init.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_partition.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_partition.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_place.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_place.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_place_checks.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_place_checks.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_postcts.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_postcts.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_postcts_hold.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_postcts_hold.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_postroute.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_postroute.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_postroute_hold.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_postroute_hold.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_postroute_si.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_postroute_si.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_postroute_si_hold.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_postroute_si_hold.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_prects.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_prects.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_route.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_route.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/PLUG/INNOVUS/pre_signoff.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/PLUG/INNOVUS/pre_signoff.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/README.INNOVUS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/README.INNOVUS -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/metrics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/metrics.html -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/place.cap.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/place.cap.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/place.fanout.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/place.fanout.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/place.length.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/place.length.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/place.summary.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/place.summary.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/place.tran.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/place.tran.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/place_all.tarpt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/place_all.tarpt.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/place_default.tarpt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/place_default.tarpt.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/place_reg2reg.tarpt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/place_reg2reg.tarpt.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/preplace.summary.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/preplace.summary.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/preplace_all.tarpt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/preplace_all.tarpt.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/preplace_default.tarpt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/preplace_default.tarpt.gz -------------------------------------------------------------------------------- /SoC_sky130/par/RPT/preplace_reg2reg.tarpt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/RPT/preplace_reg2reg.tarpt.gz -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/Makefile.partition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/Makefile.partition -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/check_vars.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/check_vars.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/defaults.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/defaults.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/gen_options.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/gen_options.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/generic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/generic.conf -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/header.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/header.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/map_attr.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/map_attr.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/map_options.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/map_options.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/mapped_vars.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/mapped_vars.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/novus_udm.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/novus_udm.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/overlay.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/overlay.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/rda_defaults.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/rda_defaults.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/rename.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/rename.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/rubicon.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/rubicon.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/udm.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/udm.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/utils.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/utils.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/INNOVUS/vars.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/INNOVUS/vars.txt -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/common_defaults.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/common_defaults.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/status.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/status.dat -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/ETC/utils.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/ETC/utils.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/blank.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/calc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/calc.gif -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/calc.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/clocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/clocks.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/density.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/density.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/header.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/log.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/log.gif -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/log.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/logo.gif -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/power.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/power.gif -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/power.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/speed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/speed.gif -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/speed.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/step.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/summary.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/time.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/time.gif -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/time.png -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/GIF/viol.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/GIF/viol.gif -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/INNOVUS/procs.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/INNOVUS/procs.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/INNOVUS/run_all.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/INNOVUS/run_all.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/INNOVUS/run_debug.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/INNOVUS/run_debug.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/INNOVUS/run_lec.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/INNOVUS/run_lec.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/INNOVUS/run_single.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/INNOVUS/run_single.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/gen_flow.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/gen_flow.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/gen_innovus_flow.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/gen_innovus_flow.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/gen_innovus_setup.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/gen_innovus_setup.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/SCRIPTS/gen_setup.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/SCRIPTS/gen_setup.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/TEMPLATES/INNOVUS/edi_config.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/TEMPLATES/INNOVUS/edi_config.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/TEMPLATES/INNOVUS/edi_tags.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/TEMPLATES/INNOVUS/edi_tags.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/TEMPLATES/INNOVUS/innovus_config.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/TEMPLATES/INNOVUS/innovus_config.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/TEMPLATES/INNOVUS/innovus_tags.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/TEMPLATES/INNOVUS/innovus_tags.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/TEMPLATES/INNOVUS/lp_config.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/TEMPLATES/INNOVUS/lp_config.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/TEMPLATES/INNOVUS/setup.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/TEMPLATES/INNOVUS/setup.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/checkPlacement.rpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/checkPlacement.rpt -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/checknetlist.rpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/checknetlist.rpt -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/instTerm.main.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/instTerm.main.htm -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/mult_alone.main.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/mult_alone.main.htm -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/mult_alone.main.htm.ascii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/mult_alone.main.htm.ascii -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/mult_alone_cell.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/mult_alone_cell.list -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/noOutputNet.main.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/noOutputNet.main.htm -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/noPGTerm.main.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/noPGTerm.main.htm -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/nonIoInst.main.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/nonIoInst.main.htm -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/pgTermConnectivity.main.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/pgTermConnectivity.main.htm -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/port2Core.main.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/port2Core.main.htm -------------------------------------------------------------------------------- /SoC_sky130/par/checkDesign/unplacedIO.main.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/checkDesign/unplacedIO.main.htm -------------------------------------------------------------------------------- /SoC_sky130/par/clean_me.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/clean_me.csh -------------------------------------------------------------------------------- /SoC_sky130/par/commands.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/commands.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/encounter.io: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/encounter.io -------------------------------------------------------------------------------- /SoC_sky130/par/innovus_config.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/innovus_config.tcl -------------------------------------------------------------------------------- /SoC_sky130/par/make/init: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SoC_sky130/par/make/place: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SoC_sky130/par/make/setup: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SoC_sky130/par/pegasus_ui_gui.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SoC_sky130/par/setup.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/par/setup.tcl -------------------------------------------------------------------------------- /SoC_sky130/remove.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | find . -name '*~' -exec rm {} \; 3 | -------------------------------------------------------------------------------- /SoC_sky130/synth/.synopsys_dc.setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/.synopsys_dc.setup -------------------------------------------------------------------------------- /SoC_sky130/synth/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/Makefile -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/BCLG4.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/BCLG4.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/CLA16.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/CLA16.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/DFFR_17.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/DFFR_17.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/FA-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/FA-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/FA-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/FA-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/FA.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/FA.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/FULL_ADDER.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/FULL_ADDER.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/HALF_ADDER.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/HALF_ADDER.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/MFA-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/MFA-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/MFA-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/MFA-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/MFA.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/MFA.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/MHA-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/MHA-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/MHA-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/MHA-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/MHA.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/MHA.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/MULT.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/MULT.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/MULT_ALONE.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/MULT_ALONE.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/NMFA-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/NMFA-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/NMFA-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/NMFA-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/NMFA.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/NMFA.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/REDUCED_FULL_ADDER.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/REDUCED_FULL_ADDER.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/RFA.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/RFA.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/SPECIALIZED_HALF_ADDER.mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/SPECIALIZED_HALF_ADDER.mr -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/bclg4-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/bclg4-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/bclg4-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/bclg4-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/cla16-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/cla16-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/cla16-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/cla16-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/dffr_17-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/dffr_17-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/dffr_17-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/dffr_17-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/full_adder-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/full_adder-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/full_adder-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/full_adder-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/half_adder-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/half_adder-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/half_adder-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/half_adder-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/mult-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/mult-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/mult-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/mult-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/mult_alone-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/mult_alone-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/mult_alone-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/mult_alone-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/reduced_full_adder-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/reduced_full_adder-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/reduced_full_adder-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/reduced_full_adder-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/rfa-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/rfa-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/rfa-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/rfa-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/specialized_half_adder-verilog.pvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/specialized_half_adder-verilog.pvl -------------------------------------------------------------------------------- /SoC_sky130/synth/WORK/specialized_half_adder-verilog.syn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/WORK/specialized_half_adder-verilog.syn -------------------------------------------------------------------------------- /SoC_sky130/synth/alib-52/sky130_osu_sc_12T_ms_tt_1P80_25C.ccs.db.alib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/alib-52/sky130_osu_sc_12T_ms_tt_1P80_25C.ccs.db.alib -------------------------------------------------------------------------------- /SoC_sky130/synth/command.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/command.log -------------------------------------------------------------------------------- /SoC_sky130/synth/default.svf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/default.svf -------------------------------------------------------------------------------- /SoC_sky130/synth/hdl/DW_fp_mult_inst.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/hdl/DW_fp_mult_inst.v -------------------------------------------------------------------------------- /SoC_sky130/synth/hdl/array8x8.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/hdl/array8x8.v -------------------------------------------------------------------------------- /SoC_sky130/synth/hdl/basic_components.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/hdl/basic_components.v -------------------------------------------------------------------------------- /SoC_sky130/synth/hdl/cla16.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/hdl/cla16.v -------------------------------------------------------------------------------- /SoC_sky130/synth/hdl/mult.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/hdl/mult.v -------------------------------------------------------------------------------- /SoC_sky130/synth/hdl/tadders.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/hdl/tadders.v -------------------------------------------------------------------------------- /SoC_sky130/synth/mapped/mult_alone.ddc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/mapped/mult_alone.ddc -------------------------------------------------------------------------------- /SoC_sky130/synth/mapped/mult_alone.sdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/mapped/mult_alone.sdc -------------------------------------------------------------------------------- /SoC_sky130/synth/mapped/mult_alone.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/mapped/mult_alone.sdf -------------------------------------------------------------------------------- /SoC_sky130/synth/mapped/mult_alone.vh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/mapped/mult_alone.vh -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/check_design.rpt: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/mult_alone_area.rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/reports/mult_alone_area.rep -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/mult_alone_cell.rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/reports/mult_alone_cell.rep -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/mult_alone_constraint.rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/reports/mult_alone_constraint.rep -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/mult_alone_constraint_all_violators.rpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/reports/mult_alone_constraint_all_violators.rpt -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/mult_alone_hier.rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/reports/mult_alone_hier.rep -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/mult_alone_min_timing.rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/reports/mult_alone_min_timing.rep -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/mult_alone_power.rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/reports/mult_alone_power.rep -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/mult_alone_report_clock.rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/reports/mult_alone_report_clock.rep -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/mult_alone_reportpath.rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/reports/mult_alone_reportpath.rep -------------------------------------------------------------------------------- /SoC_sky130/synth/reports/mult_alone_timing.rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/reports/mult_alone_timing.rep -------------------------------------------------------------------------------- /SoC_sky130/synth/scripts/multGen/array8x8.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/scripts/multGen/array8x8.v -------------------------------------------------------------------------------- /SoC_sky130/synth/scripts/multGen/array_v_CCT.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/scripts/multGen/array_v_CCT.pl -------------------------------------------------------------------------------- /SoC_sky130/synth/scripts/synth.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/scripts/synth.tcl -------------------------------------------------------------------------------- /SoC_sky130/synth/synth.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/synth.out -------------------------------------------------------------------------------- /SoC_sky130/synth/unmapped/mult_alone.ddc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/SoC_sky130/synth/unmapped/mult_alone.ddc -------------------------------------------------------------------------------- /Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/Xresources -------------------------------------------------------------------------------- /irsim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/irsim/README.md -------------------------------------------------------------------------------- /irsim/inv.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/irsim/inv.cmd -------------------------------------------------------------------------------- /irsim/inv.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/irsim/inv.sim -------------------------------------------------------------------------------- /irsim/sky130A_tt_nom_27.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/irsim/sky130A_tt_nom_27.prm -------------------------------------------------------------------------------- /irsim/tclIndex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/irsim/tclIndex -------------------------------------------------------------------------------- /magic/.magicrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/.magicrc -------------------------------------------------------------------------------- /magic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/README.md -------------------------------------------------------------------------------- /magic/buf.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/buf.cif -------------------------------------------------------------------------------- /magic/buf.gds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/buf.gds -------------------------------------------------------------------------------- /magic/buf.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/buf.mag -------------------------------------------------------------------------------- /magic/buf.nodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/buf.nodes -------------------------------------------------------------------------------- /magic/buf.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/buf.sim -------------------------------------------------------------------------------- /magic/buf.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/buf.spice -------------------------------------------------------------------------------- /magic/inv.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/inv.cif -------------------------------------------------------------------------------- /magic/inv.gds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/inv.gds -------------------------------------------------------------------------------- /magic/inv.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/inv.mag -------------------------------------------------------------------------------- /magic/inv.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/inv.sim -------------------------------------------------------------------------------- /magic/inv.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/inv.spice -------------------------------------------------------------------------------- /magic/inv_hw.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/inv_hw.cif -------------------------------------------------------------------------------- /magic/inv_hw.gds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/inv_hw.gds -------------------------------------------------------------------------------- /magic/inv_hw.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/inv_hw.mag -------------------------------------------------------------------------------- /magic/inv_hw.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/inv_hw.sim -------------------------------------------------------------------------------- /magic/inv_hw.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/inv_hw.spice -------------------------------------------------------------------------------- /magic/metalmin.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/metalmin.mag -------------------------------------------------------------------------------- /magic/nmin.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/nmin.mag -------------------------------------------------------------------------------- /magic/sky130-layer.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/sky130-layer.map -------------------------------------------------------------------------------- /magic/via_fun.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/magic/via_fun.mag -------------------------------------------------------------------------------- /netgen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/netgen/README.md -------------------------------------------------------------------------------- /netgen/buf.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/netgen/buf.out -------------------------------------------------------------------------------- /netgen/inv.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/netgen/inv.out -------------------------------------------------------------------------------- /netgen/nand2.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/netgen/nand2.out -------------------------------------------------------------------------------- /netgen/runNetgen.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/netgen/runNetgen.bash -------------------------------------------------------------------------------- /project/irsim/project.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/irsim/project.cmd -------------------------------------------------------------------------------- /project/irsim/sky130A_tt_nom_27.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/irsim/sky130A_tt_nom_27.prm -------------------------------------------------------------------------------- /project/irsim/top.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/irsim/top.sim -------------------------------------------------------------------------------- /project/irsim/top_sim.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/irsim/top_sim.pdf -------------------------------------------------------------------------------- /project/irsim/top_sim.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/irsim/top_sim.ps -------------------------------------------------------------------------------- /project/magic/.magicrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/magic/.magicrc -------------------------------------------------------------------------------- /project/magic/addf.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/magic/addf.cif -------------------------------------------------------------------------------- /project/magic/addf.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/magic/addf.cmd -------------------------------------------------------------------------------- /project/magic/addf.gds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/magic/addf.gds -------------------------------------------------------------------------------- /project/magic/addf.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/magic/addf.mag -------------------------------------------------------------------------------- /project/magic/addf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/magic/addf.pdf -------------------------------------------------------------------------------- /project/magic/addf.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/magic/addf.ps -------------------------------------------------------------------------------- /project/magic/addf.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/magic/addf.sim -------------------------------------------------------------------------------- /project/magic/addf.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/magic/addf.spice -------------------------------------------------------------------------------- /project/sue/FA.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/FA.sim -------------------------------------------------------------------------------- /project/sue/FA.sp.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/FA.sp.cache -------------------------------------------------------------------------------- /project/sue/FA.sue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/FA.sue -------------------------------------------------------------------------------- /project/sue/FA.sue.BAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/FA.sue.BAK -------------------------------------------------------------------------------- /project/sue/bit1a.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/bit1a.sim -------------------------------------------------------------------------------- /project/sue/bit1a.sp.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/bit1a.sp.cache -------------------------------------------------------------------------------- /project/sue/bit1a.sue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/bit1a.sue -------------------------------------------------------------------------------- /project/sue/bit1a.sue.BAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/bit1a.sue.BAK -------------------------------------------------------------------------------- /project/sue/bit1a.sue_as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/bit1a.sue_as -------------------------------------------------------------------------------- /project/sue/dffpos.sp.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/dffpos.sp.cache -------------------------------------------------------------------------------- /project/sue/dffpos.sue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/dffpos.sue -------------------------------------------------------------------------------- /project/sue/dffpos.sue.BAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/dffpos.sue.BAK -------------------------------------------------------------------------------- /project/sue/inv.sp.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/inv.sp.cache -------------------------------------------------------------------------------- /project/sue/inv.sue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/inv.sue -------------------------------------------------------------------------------- /project/sue/mux21.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/mux21.sim -------------------------------------------------------------------------------- /project/sue/mux21.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/mux21.sp -------------------------------------------------------------------------------- /project/sue/mux21.sp.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/mux21.sp.cache -------------------------------------------------------------------------------- /project/sue/mux21.sue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/mux21.sue -------------------------------------------------------------------------------- /project/sue/mux21.sue.BAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/mux21.sue.BAK -------------------------------------------------------------------------------- /project/sue/project.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/project.cmd -------------------------------------------------------------------------------- /project/sue/sky130A_tt_nom_27.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/sky130A_tt_nom_27.prm -------------------------------------------------------------------------------- /project/sue/tclIndex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/tclIndex -------------------------------------------------------------------------------- /project/sue/top.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/top.out -------------------------------------------------------------------------------- /project/sue/top.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/top.ps -------------------------------------------------------------------------------- /project/sue/top.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/top.sim -------------------------------------------------------------------------------- /project/sue/top.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/top.sp -------------------------------------------------------------------------------- /project/sue/top.sp.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/top.sp.cache -------------------------------------------------------------------------------- /project/sue/top.sp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/top.sp3 -------------------------------------------------------------------------------- /project/sue/top.sue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/top.sue -------------------------------------------------------------------------------- /project/sue/top.sue.BAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/top.sue.BAK -------------------------------------------------------------------------------- /project/sue/top.sue_as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/project/sue/top.sue_as -------------------------------------------------------------------------------- /remove.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | find . -name '*~' -exec rm {} \; 3 | -------------------------------------------------------------------------------- /scripts/copy_csh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/scripts/copy_csh.sh -------------------------------------------------------------------------------- /sue/example2.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/sue/example2.cmd -------------------------------------------------------------------------------- /sue/example2.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/sue/example2.sim -------------------------------------------------------------------------------- /sue/example2.sue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/sue/example2.sue -------------------------------------------------------------------------------- /sue/example2.sue.BAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/sue/example2.sue.BAK -------------------------------------------------------------------------------- /sue/example2_sim.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/sue/example2_sim.pdf -------------------------------------------------------------------------------- /sue/example2_sim.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/sue/example2_sim.ps -------------------------------------------------------------------------------- /sue/sky130A_tt_nom_27.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/sue/sky130A_tt_nom_27.prm -------------------------------------------------------------------------------- /vectors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vectors/README.md -------------------------------------------------------------------------------- /vectors/bit_test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vectors/bit_test -------------------------------------------------------------------------------- /vectors/bit_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vectors/bit_test.c -------------------------------------------------------------------------------- /vectors/create_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vectors/create_test.sh -------------------------------------------------------------------------------- /vectors/project.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vectors/project.cmd -------------------------------------------------------------------------------- /vectors/project.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vectors/project.pdf -------------------------------------------------------------------------------- /vectors/project_template.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vectors/project_template.cmd -------------------------------------------------------------------------------- /vias/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/README.md -------------------------------------------------------------------------------- /vias/m12c_1.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/m12c_1.mag -------------------------------------------------------------------------------- /vias/m12c_2.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/m12c_2.mag -------------------------------------------------------------------------------- /vias/m1c_1.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/m1c_1.mag -------------------------------------------------------------------------------- /vias/m1c_2.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/m1c_2.mag -------------------------------------------------------------------------------- /vias/m2c_1.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/m2c_1.mag -------------------------------------------------------------------------------- /vias/m2c_2.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/m2c_2.mag -------------------------------------------------------------------------------- /vias/m2c_3.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/m2c_3.mag -------------------------------------------------------------------------------- /vias/m2c_4.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/m2c_4.mag -------------------------------------------------------------------------------- /vias/ndc_1.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/ndc_1.mag -------------------------------------------------------------------------------- /vias/ndc_2.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/ndc_2.mag -------------------------------------------------------------------------------- /vias/nsc_1.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/nsc_1.mag -------------------------------------------------------------------------------- /vias/nsc_2.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/nsc_2.mag -------------------------------------------------------------------------------- /vias/nsc_3.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/nsc_3.mag -------------------------------------------------------------------------------- /vias/nsc_4.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/nsc_4.mag -------------------------------------------------------------------------------- /vias/pc_1.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/pc_1.mag -------------------------------------------------------------------------------- /vias/pc_2.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/pc_2.mag -------------------------------------------------------------------------------- /vias/pc_3.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/pc_3.mag -------------------------------------------------------------------------------- /vias/pc_4.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/pc_4.mag -------------------------------------------------------------------------------- /vias/pdc_1.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/pdc_1.mag -------------------------------------------------------------------------------- /vias/pdc_2.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/pdc_2.mag -------------------------------------------------------------------------------- /vias/pm1c_1.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/pm1c_1.mag -------------------------------------------------------------------------------- /vias/pm1c_2.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/pm1c_2.mag -------------------------------------------------------------------------------- /vias/psc_1.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/psc_1.mag -------------------------------------------------------------------------------- /vias/psc_2.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/psc_2.mag -------------------------------------------------------------------------------- /vias/psc_3.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/psc_3.mag -------------------------------------------------------------------------------- /vias/psc_4.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/vias/psc_4.mag -------------------------------------------------------------------------------- /xchiplogo/Petemug_2c.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xchiplogo/Petemug_2c.mag -------------------------------------------------------------------------------- /xchiplogo/Petemug_2c.pbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xchiplogo/Petemug_2c.pbm -------------------------------------------------------------------------------- /xchiplogo/Petemug_2c.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xchiplogo/Petemug_2c.pdf -------------------------------------------------------------------------------- /xchiplogo/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xchiplogo/README -------------------------------------------------------------------------------- /xchiplogo/xchiplogo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xchiplogo/xchiplogo -------------------------------------------------------------------------------- /xchiplogo/xchiplogo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xchiplogo/xchiplogo.c -------------------------------------------------------------------------------- /xschem/.spiceinit: -------------------------------------------------------------------------------- 1 | /programs/open_pdks/share/pdk/sky130A/libs.tech/ngspice/spinit -------------------------------------------------------------------------------- /xschem/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/README.md -------------------------------------------------------------------------------- /xschem/and21.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/and21.sch -------------------------------------------------------------------------------- /xschem/and21.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/and21.sym -------------------------------------------------------------------------------- /xschem/and31.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/and31.sch -------------------------------------------------------------------------------- /xschem/and31.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/and31.spice -------------------------------------------------------------------------------- /xschem/and31.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/and31.sym -------------------------------------------------------------------------------- /xschem/buf.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/buf.sch -------------------------------------------------------------------------------- /xschem/buf.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/buf.spice -------------------------------------------------------------------------------- /xschem/inv.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/inv.sch -------------------------------------------------------------------------------- /xschem/inv.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/inv.spice -------------------------------------------------------------------------------- /xschem/inv.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/inv.sym -------------------------------------------------------------------------------- /xschem/nand2.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/nand2.sch -------------------------------------------------------------------------------- /xschem/nand2.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/nand2.spice -------------------------------------------------------------------------------- /xschem/or21.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/or21.sch -------------------------------------------------------------------------------- /xschem/or21.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/or21.spice -------------------------------------------------------------------------------- /xschem/or21.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/or21.sym -------------------------------------------------------------------------------- /xschem/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/out.txt -------------------------------------------------------------------------------- /xschem/sim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/README.md -------------------------------------------------------------------------------- /xschem/sim/buf.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/buf.sch -------------------------------------------------------------------------------- /xschem/sim/buf.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/buf.sym -------------------------------------------------------------------------------- /xschem/sim/hw4.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/hw4.sch -------------------------------------------------------------------------------- /xschem/sim/hw4.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/hw4.sym -------------------------------------------------------------------------------- /xschem/sim/inv.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/inv.sch -------------------------------------------------------------------------------- /xschem/sim/inv.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/inv.spice -------------------------------------------------------------------------------- /xschem/sim/inv.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/inv.sym -------------------------------------------------------------------------------- /xschem/sim/spinit: -------------------------------------------------------------------------------- 1 | /programs/open_pdks/share/pdk/sky130A/libs.tech/ngspice/spinit -------------------------------------------------------------------------------- /xschem/sim/tb_buf.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/tb_buf.sch -------------------------------------------------------------------------------- /xschem/sim/tb_buf.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/tb_buf.spice -------------------------------------------------------------------------------- /xschem/sim/tb_hw4.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/tb_hw4.sch -------------------------------------------------------------------------------- /xschem/sim/tb_hw4.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/tb_hw4.spice -------------------------------------------------------------------------------- /xschem/sim/tb_inv.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/tb_inv.out -------------------------------------------------------------------------------- /xschem/sim/tb_inv.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/tb_inv.sch -------------------------------------------------------------------------------- /xschem/sim/tb_inv.spice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/tb_inv.spice -------------------------------------------------------------------------------- /xschem/sim/tb_inv.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/tb_inv.sym -------------------------------------------------------------------------------- /xschem/sim/vtc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/vtc.txt -------------------------------------------------------------------------------- /xschem/sim/xschemrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/sim/xschemrc -------------------------------------------------------------------------------- /xschem/xschemrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stineje/ecen4303F23/HEAD/xschem/xschemrc --------------------------------------------------------------------------------