OpenRAM/compiler/pgates
Michael Timothy Grimes 5fd484ee5a Replacing replica_pbitcell module with a more effiecient verision. replica_pbitcell is now a wrapper for pbitcell in replica_bitcell mode. 2018-09-13 16:53:24 -07:00
..
pbitcell.py Replacing replica_pbitcell module with a more effiecient verision. replica_pbitcell is now a wrapper for pbitcell in replica_bitcell mode. 2018-09-13 16:53:24 -07:00
pgate.py Make bitcell width/height not static. Update modules to use it for pbitcell. 2018-09-04 11:55:22 -07:00
pinv.py Fixed known typos of the word transition. 2018-09-10 14:27:26 -07:00
pinvbuf.py Make bitcell width/height not static. Update modules to use it for pbitcell. 2018-09-04 11:55:22 -07:00
pnand2.py Fixed known typos of the word transition. 2018-09-10 14:27:26 -07:00
pnand3.py Fixed known typos of the word transition. 2018-09-10 14:27:26 -07:00
pnor2.py Fixed known typos of the word transition. 2018-09-10 14:27:26 -07:00
precharge.py Move place function to instance class rather than hierarchy. 2018-08-27 17:25:39 -07:00
ptx.py Fixing netlist_only errors. Removing netlist_only option from ptx because it must always generate layout for pbitcell. gds_write, drc check, and lvs check in local_check() are now in a 'if not OPTS.netlist_only' conditional. These functions will generate errors in netlist_only mode since there is no gds layout to write or check. 2018-09-12 01:53:41 -07:00
single_level_column_mux.py Bank level layout now works with pbitcell and 1RW. Column mux and array have been altered to accomodate multiport. Multiport changes to wordline driver were removed because they were unnecessary. 2018-09-09 22:06:29 -07:00