2018-10-05 17:30:25 +02:00
|
|
|
# Setup file for netgen
|
|
|
|
|
ignore class c
|
|
|
|
|
equate class {-circuit1 nfet} {-circuit2 n}
|
|
|
|
|
equate class {-circuit1 pfet} {-circuit2 p}
|
|
|
|
|
# This circuit has symmetries and needs to be flattened to resolve them
|
|
|
|
|
# or the banks won't pass
|
2018-10-21 00:20:15 +02:00
|
|
|
flatten class {-circuit1 bitcell_array}
|
2018-10-05 17:36:12 +02:00
|
|
|
flatten class {-circuit1 precharge_array_1}
|
|
|
|
|
flatten class {-circuit1 precharge_array_2}
|
|
|
|
|
flatten class {-circuit1 precharge_array_3}
|
|
|
|
|
flatten class {-circuit1 precharge_array_4}
|
2018-10-05 17:30:25 +02:00
|
|
|
property {-circuit1 nfet} remove as ad ps pd
|
|
|
|
|
property {-circuit1 pfet} remove as ad ps pd
|
|
|
|
|
property {-circuit2 n} remove as ad ps pd
|
|
|
|
|
property {-circuit2 p} remove as ad ps pd
|
|
|
|
|
permute transistors
|