This website is part of paper "CellFlow: Automated Standard Cell Design Flow".
The existing flow for creating standard cell library is industry protected, with minimum options to tweak and improve the cell properties. Open-Source ASIC tools are constantly emerging. However, the existing flow does not offer any options for the realization of custom cells. Hence a novel and reliable custom tandard cell library flow integrated with a robust optimization scheme referred to as CellFlow is introduced to establish custom cell design. Cartesian genetic programming (CGP), an evolutionary algorithm, was employed to generate optimized and hardware efficient transistor level designs to incorporate in the standard cell flow. The CGP algorithm is configured to render the fewest count transistor custom standard cell designs, which are then characterized for hardware metrics, including power, delay, area, and layout. Further particle-swarm-optimization (PSO) method was adopted to optimize the spice netlist evolved from the CGP synthesized transistor-level design. The CellFlow was employed to develop custom standard cells, including compressors, fulladders, multipliers, and multiplexers designs. The developed custom standard cell library was validated for 4 Ă— 4 Systolic array architecture and PICO-RV32 RISCV core design, showing expected synthesized results.
Liberty files :
Layout files :
CGP generated expressions :
Adder 2 bit
Adder 2 bit
with carry
Adder 3 bit
Adder 3 bit
with carry
Half adder
Full adder
Multiplier 2 bit
Multiplier 3 bit
Multiplexer
2 : 1, 4 : 1
Copyright 2023 : {}
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.