OpenFASoC: Fully Open-Source Autonomous SoC Synthesis using Customizable Cell-Based Synthesizable Analog Circuits
OpenFASOC is focused on open-source automated analog generation from user specification to GDSII with fully open-sourced tools. This project is led by a team of researchers at the University of Michigan and is inspired by FASoC, that sits on proprietary tools. (See more about FaSoC at website)
Contact: mehdi@umich.edu
There are two methods to install the prerequisites to use OpenFASOC generators:
- Express Installation
Install all the prerequisites using the dependencies.sh script provided in the home location of this project (where this README.rst file is found). Supports CentOS7, Ubuntu 20.04 LTS and Ubuntu 22.04 LTS.
$ sudo ./dependencies.shFor more info on getting-started, please refer to "Getting Started" section's express install section
- Containerized Installation
This method uses Docker to build a custom image, on top of which a container is created, in which the generators can be run. This allows the user to create a persistent snapshot of an environment where are tools are installed. Note: If you do not have Docker Installed, refer to the instructions here
$ cd docker/conda $ sudo docker build -t <image_name> . $ cd ../.. $ sudo docker run -v $(pwd):$(pwd) -w $(pwd) --name <container_name> -it <image_name> $ pip install -r requirements.txtWhere <image_name> is the name that you want to tag the built image with and <container_name> is the name of the container that will be run. This container will use the OpenFASOC directory as the working directory and bind mount it to the container's present working directory.
- Manual Install
Below are the tool requirements along with their currently support versions that are updated regularly upon testing againsts the generators.
Magic (version:8.3.464)
Netgen (version:1.5.272)
Klayout (version:0.28.17-1)
- Please use this command to build preferably: ./build.sh -option '-j8' -noruby -without-qt-multimedia -without-qt-xml -without-qt-svg
Yosys (version:0.38+92)
OpenROAD (version:2.0_12381)
Open_pdks (version:1.0.471)
- open_pdks is required to run drc/lvs check and the simulations
- After open_pdks is installed, please update the open_pdks key in common/platform_config.json with the installed path, down to the sky130A folder
- Xyce (version: 7.6)
- Once the Xyce installation is complete, please make sure to add Xyce binary to $PATH environment variable.
Other notice:
- Python 3.10 is used in this generator.
- All the required tools need to be loaded into the environment before running this generator.
- Glayout is now available as a python package and can be installed using pip install glayout
Generator | Technology nodes | Supported | Documentation |
---|---|---|---|
Temperature Sensor | sky130hd | Yes | Temperature Sensor Docs |
Low dropout Voltage Regulator (LDO) | sky130hvl | Yes | LDO Voltage Regulator Docs |
Cryogenic | sky130hs, sky130hd, sky130hvl | No (In-progress) | Cryogenic Docs |
Glayout | sky130, gf180 | Yes | Glayout Docs |
Please refer to our testing setup in our tapeouts and testing setup section.
If you find this tool useful in your research, we kindly request to cite our papers:
- A. Hammoud, C. Goyal, S. Pathen, A. Dai, A. Li, G. Kielian, and M. Saligane, “Human Language to Analog Layout Using Glayout Layout Automation Framework,” Accepted at MLCAD, 2024.
- A. Hammoud, A. Li, A. Tripathi, W. Tian, H. Khandeparkar, R. Wans, G. Kielian, B. Murmann, D. Sylvester, and M. Saligane, "Reinforcement Learning-Enhanced Cloud-Based Open Source Analog Circuit Generator for Standard and Cryogenic Temperatures in 130-nm and 180-nm OpenPDKs,” Accepted at ICCAD, 2024
- C. Goyal, H. Khandeparkar, S. Charan, J. S. M. Baquero, A. Li, J. Euphrosine, T. Ansell, M. Saligane, "Disrupting Conventional Chip Design through the Open Source EDA Ecosystem," 2024 8th IEEE Electron Devices Technology & Manufacturing Conference (EDTM), Bangalore, India, 2024, pp. 1-3.
- A. Li, J. Lee, P. Mukim, B. D. Hoskins, P. Shrestha, D. Wentzloff, D. Blaauw, D. Sylvester, M. Saligane, "A Fully Integrated, Automatically Generated DC–DC Converter Maintaining >75% Efficiency From 398 K Down to 23 K Across Wide Load Ranges in 12-nm FinFET," in IEEE Solid-State Circuits Letters, vol. 7, pp. 42-45, 2024.
- A. Hammoud, V. Shankar, R. Mains, T. Ansell, J. Matres and M. Saligane, "OpenFASOC: An Open Platform Towards Analog and Mixed-Signal Automation and Acceleration of Chip Design," 2023 International Symposium on Devices, Circuits and Systems (ISDCS), Higashihiroshima, Japan, 2023, pp. 01-04.
- Y. K. Cherivirala, M. Saligane and D. D. Wentzloff, "An Open Source Compatible Framework to Fully Autonomous Digital LDO Generation," 2023 IEEE International Symposium on Circuits and Systems (ISCAS), Monterey, CA, USA, 2023, pp. 1-5.
- Q. Zhang, W. Duan, T. Edwards, T. Ansell, D. Blaauw, D. Sylvester, M. Saligane, "An Open-Source and Autonomous Temperature Sensor Generator Verified With 64 Instances in SkyWater 130 nm for Comprehensive Design Space Exploration," in IEEE Solid-State Circuits Letters, vol. 5, pp. 174-177, 2022.
- T. Ajayi, S. Kamineni, Y. K. Cherivirala, M. Fayazi, K. Kwon, M. Saligane, S. Gupta, C. H. Chen, D. Sylvester, D. Blaauw, R. Dreslinski Jr., B. Calhoun, D. D. Wentzloff, "An Open-source Framework for Autonomous SoC Design with Analog Block Generation," 2020 IFIP/IEEE 28th International Conference on Very Large Scale Integration (VLSI-SOC), 2020, pp. 141-146.