OpenRAM/compiler/modules
Matt Guthaus 90d1fa7c43 Bitcell supply routing fixes.
Flatten and simplify 1rw 1r bitcell.
Move bitcell vias to M3 if rotation is limited.
Simplify replica bitcell vdd routing.
2018-11-30 12:32:13 -08:00
..
bank.py Fixed syntax error referring to column mux 2018-11-29 13:29:16 -08:00
bank_select.py Initial two port bank in SCMOS 2018-11-13 16:05:22 -08:00
bitcell_array.py Bitcell supply routing fixes. 2018-11-30 12:32:13 -08:00
control_logic.py Remove used gated_clk instead of cs for read-only control logic. 2018-11-29 16:28:37 -08:00
delay_chain.py Editting top level netlist for multiport. Now there are multiple control logic modules, one per port. Since diffent ports are driven by different clocks, also separating dff modules, one per port. 2018-09-26 19:10:24 -07:00
dff.py Reimplement gdsMill pin functions so they are run once when a GDS is loaded. Get pins is now a table lookup. 2018-11-07 11:31:44 -08:00
dff_array.py Remove extra X in instance names 2018-11-27 12:02:53 -08:00
dff_buf.py Modify dff_buf to stagger Q and Qb outputs. 2018-11-28 10:43:11 -08:00
dff_buf_array.py Remove extra X in instance names 2018-11-27 12:02:53 -08:00
dff_inv.py Check for single top-level structure in vlsiLayout. Don't allow dff_inv and dff_buf to have same names. 2018-11-16 11:48:41 -08:00
hierarchical_decoder.py Make column decoder same height as control to control and supply overlaps 2018-11-28 16:59:58 -08:00
hierarchical_predecode.py Fix col address dff spacing from bank. 2018-11-29 09:54:29 -08:00
hierarchical_predecode2x4.py Make column decoder same height as control to control and supply overlaps 2018-11-28 16:59:58 -08:00
hierarchical_predecode3x8.py Make column decoder same height as control to control and supply overlaps 2018-11-28 16:59:58 -08:00
multibank.py Initial two port bank in SCMOS 2018-11-13 16:05:22 -08:00
precharge_array.py Fix SRAM level control routing errors. 2018-11-28 15:30:52 -08:00
replica_bitline.py Bitcell supply routing fixes. 2018-11-30 12:32:13 -08:00
sense_amp.py Document why sense amp is 8x isolation transistor 2018-11-07 16:09:50 -08:00
sense_amp_array.py Fixed spacing in golden lib files. Added column mux into analytical model. 2018-10-24 00:16:26 -07:00
single_level_column_mux_array.py Change default col mux size to 2. Add some comments. 2018-11-07 15:43:08 -08:00
tri_gate.py Reimplement gdsMill pin functions so they are run once when a GDS is loaded. Get pins is now a table lookup. 2018-11-07 11:31:44 -08:00
tri_gate_array.py Update all drc usages to call function type 2018-10-12 14:37:51 -07:00
wordline_driver.py Remove inverter in wordline driver 2018-11-26 16:41:31 -08:00
write_driver.py Reimplement gdsMill pin functions so they are run once when a GDS is loaded. Get pins is now a table lookup. 2018-11-07 11:31:44 -08:00
write_driver_array.py Remove extra X in instance names 2018-11-27 12:02:53 -08:00