Open Analog Design Environment that would encapsulate a range of Open Source design tools.
-
For Analog Design:
Xschem
- A schematic editor for VLSI/Asic/Analog custom designsXcircuit
- Drawing program [especially for circuit schematics]klayout
- Streams out the final layout filemagic
- Streams out the final layout filenetgen
Performs LVS ChecksXyce
- Analog circuit simulatorngspice
- Spice simulator for electric and electronic circuits.
-
PDKs Supported:
Skywater 130nm
using open_pdk installation.
This Analog Design enviroment will support Skywater 130nm PDK similar to OpenLane.
To be able to use OpenAnalogDesign environment, you will need to do the following:
make open_analog
make pdk
Note: OpenAnalogDesign docker image is about 9GB.
The main intension behind creating this docker image is the following:
- To allow the usage of the tools across different platforms.
- Standardize the process of design and make it easy to have uniqified framework for people and enabling them to productive.
We currently only support Linux. We have tested it on:
- Ubuntu 20.04
To be able to use OpenAnalogDesign environment, currently, we only support mounting:
make mount
Do you want to package more, please create an issue here on this repo.