{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2609-01286","title":"Analog-DB: An Agent-First Analog Integrated Circuit Database, From Blocks to Systems","arxiv_id":"2609.01286","date":"2026-09-01","proceeding":null,"authors":["Danial Noori Zadeh","Mohamed B. Elamien"],"abstract":"Sharing analog integrated circuit designs remains difficult: foundry non-disclosure agreements restrict the process details a design depends on, and the testbenches behind published results are rarely released. We present analog-db, an open-source, versioned database built on a shareable design representation. A domain-specific language captures each design as a process-neutral topology, reusable testbenches, and a machine-readable datasheet under one schema, so a design is shared in full and re-simulates on the process kits it is bound to. A parameterization scheme exposes functional sub-blocks and device sizes as named parameters that carry their matching constraints, making circuits composable and retargetable; a schema-governed contract and queryable catalog let AI design agents discover and reuse them directly. Across the regulator corpus, all 23 circuit-kit bindings on three open kits meet their own recorded specification bands (typical corner, matched devices, no layout) and 10 of 23 meet a common class band. Seventeen of the 23 imported sizings failed their testbenches and closed under a gm/ID sizing loop driven by the annotated sub-block roles, typically within one to three iterations. In a supervised case study, a coding agent working from the released artifacts sized the op-amp cores of a chopper instrumentation amplifier on an open 130nm kit, locating four hand-entry defects and a missing common-mode feedback loop that the sizing-only baseline did not repair. The database holds 68 circuits across sixteen classes, verifiable at schematic level under a tiered harness and tracked on a power/performance scoreboard, released at https://github.com/MacAnalog/spicexplorer-release.","url_abs":"https://arxiv.org/abs/2609.01286","url_pdf":"https://arxiv.org/pdf/2609.01286","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2609.01286","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2609.01286"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/MacAnalog/spicexplorer-release","reach":{"status":"ok"}}],"summary":{"unverified":15},"by_repo_kind":{"found_in_text":{"samples":15,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":15,"samples":[{"code_sha256_prefix":"7d0ba0b9b61dc0d5","entry":"allocate_id","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/authoring.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/authoring.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7d0ba0b9b61dc0d5"}},{"code_sha256_prefix":"f4cc69dffd786659","entry":"atomic_symbol","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/params.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/params.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f4cc69dffd786659"}},{"code_sha256_prefix":"d5dd7ef680676bb2","entry":"class_id_code","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/model.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d5dd7ef680676bb2"}},{"code_sha256_prefix":"19cc665445b0bcd3","entry":"convert_sizing","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/bindings.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/bindings.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"19cc665445b0bcd3"}},{"code_sha256_prefix":"17937c8b4cc1c6d6","entry":"generate_project_setup","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/extends.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/extends.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"17937c8b4cc1c6d6"}},{"code_sha256_prefix":"71d6c646aa1cb816","entry":"is_frozen_smallsignal_analysis","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/model.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"71d6c646aa1cb816"}},{"code_sha256_prefix":"86676e5340a972ba","entry":"load_graph","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/params.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/params.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"86676e5340a972ba"}},{"code_sha256_prefix":"b4b11138ce95fbc1","entry":"load_params_doc","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/params.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/params.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b4b11138ce95fbc1"}},{"code_sha256_prefix":"c7a0a21049a026c6","entry":"normalize_manifest","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/authoring.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/authoring.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c7a0a21049a026c6"}},{"code_sha256_prefix":"771ebee897253238","entry":"parse_accession","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/model.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"771ebee897253238"}},{"code_sha256_prefix":"c7a65706de5d6138","entry":"registry_corners","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/gmid.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/gmid.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c7a65706de5d6138"}},{"code_sha256_prefix":"045cbd9c8f0934b6","entry":"rename_symbol","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/compose.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/compose.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"045cbd9c8f0934b6"}},{"code_sha256_prefix":"7074b2d4de6385e6","entry":"resolve_extends","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/extends.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/extends.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7074b2d4de6385e6"}},{"code_sha256_prefix":"e19b21fb0139643e","entry":"scaffold_circuit","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/authoring.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/authoring.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e19b21fb0139643e"}},{"code_sha256_prefix":"a78e6a39996ca1a1","entry":"write_project_setup","repo":"MacAnalog/spicexplorer-release","repo_kind":"found_in_text","path":"analog-db/src/spicexplorer_analog_db/extends.py","file_url":"https://github.com/MacAnalog/spicexplorer-release/blob/HEAD/analog-db/src/spicexplorer_analog_db/extends.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a78e6a39996ca1a1"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.AI","source":"arxiv_daily_20260902.json"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}