{"id":20602421,"url":"https://github.com/augustunderground/serafin","last_synced_at":"2025-04-15T01:54:16.544Z","repository":{"id":63362233,"uuid":"546208575","full_name":"AugustUnderground/serafin","owner":"AugustUnderground","description":"Single-Ended Operational Amplifier Characterization","archived":false,"fork":false,"pushed_at":"2024-03-12T14:57:18.000Z","size":62,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T01:54:07.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://augustunderground.github.io/serafin/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AugustUnderground.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-10-05T18:02:54.000Z","updated_at":"2025-01-10T01:44:34.000Z","dependencies_parsed_at":"2024-03-12T16:04:43.551Z","dependency_job_id":null,"html_url":"https://github.com/AugustUnderground/serafin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustUnderground%2Fserafin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustUnderground%2Fserafin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustUnderground%2Fserafin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustUnderground%2Fserafin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AugustUnderground","download_url":"https://codeload.github.com/AugustUnderground/serafin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991540,"owners_count":21194894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T09:13:50.217Z","updated_at":"2025-04-15T01:54:16.526Z","avatar_url":"https://github.com/AugustUnderground.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SERAFIN\n\n**S**ingle-**E**nded Ope**r**ational **A**mpli**f**ier Character**i**zatio**n**\nloosely based on [AC²E](https://github.com/electronics-and-drives/ace).\n\n## Dependencies:\n\n- [pynut](https://github.com/augustunderground/pynut)\n- [pyspectre](https://github.com/augustunderground/pyspectre)\n\n## Installation\n\nWith `pip`:\n\n```sh\n$ pip install git+https://github.com/augustunderground/serafin.git\n```\n\nFrom source:\n\n```sh\n$ git clone https://github.com/augustunderground/serafin.git\n$ pushd serafin\n$ pip install .\n```\n\n## Example\n\nA few things need to be adjusted to run the example:\n\n- Correct PDK path in `./example/gpdk180.yml`\n- Derived statements for transistors in `./example/sym.scs`\n- Change `nmos` and `pmos` name in `./example/sym.scs` according to PDK\n\n```python\nimport serafin as sf\n\npdk = './example/gpdk180.yml'\nnet = './example/sym.scs'\nckt = './example/sym.yml'\n\nsym = sf.operational_amplifier(pdk, ckt, net)\n\nrsz = sf.random_sizing(sym)\nprf = sf.evaluate(sym, rsz)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustunderground%2Fserafin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugustunderground%2Fserafin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustunderground%2Fserafin/lists"}