
Python library for building and simulating analog circuits using Cadence Spectre
Hello. I want to share with the community a tool I had built some time back but never published online due to lack of time.
The goal of this tool is to build analog circuits programmatically in Python, simulate them using Cadence Spectre, and analyze the results. Basically all this could be done from the comfort of your fancy code editor, without the need to even know anything about how to use Spectre or go into the server.
You can check it here for more details and examples. Hopefully, some people will find it useful.