{"id":37607483,"url":"https://github.com/siliconcompiler/scgallery","last_synced_at":"2026-04-05T20:03:27.761Z","repository":{"id":218993581,"uuid":"651987281","full_name":"siliconcompiler/scgallery","owner":"siliconcompiler","description":"SiliconCompiler Design Gallery","archived":false,"fork":false,"pushed_at":"2026-01-14T13:02:04.000Z","size":717866,"stargazers_count":57,"open_issues_count":1,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-14T17:22:43.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Verilog","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siliconcompiler.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-10T18:00:21.000Z","updated_at":"2026-01-14T13:02:06.000Z","dependencies_parsed_at":"2024-04-21T17:04:38.369Z","dependency_job_id":"b168bf70-8a26-4cd4-ab2b-376d20479af4","html_url":"https://github.com/siliconcompiler/scgallery","commit_stats":null,"previous_names":["siliconcompiler/scgallery"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/siliconcompiler/scgallery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconcompiler%2Fscgallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconcompiler%2Fscgallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconcompiler%2Fscgallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconcompiler%2Fscgallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siliconcompiler","download_url":"https://codeload.github.com/siliconcompiler/scgallery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconcompiler%2Fscgallery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-16T10:13:38.904Z","updated_at":"2026-04-05T20:03:27.756Z","avatar_url":"https://github.com/siliconcompiler.png","language":"Verilog","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![General CI](https://github.com/siliconcompiler/scgallery/actions/workflows/general_ci.yml/badge.svg)](https://github.com/siliconcompiler/scgallery/actions/workflows/general_ci.yml)\n[![Lint](https://github.com/siliconcompiler/scgallery/actions/workflows/lint.yml/badge.svg)](https://github.com/siliconcompiler/scgallery/actions/workflows/lint.yml)\n[![codecov](https://codecov.io/github/siliconcompiler/scgallery/graph/badge.svg?token=8U7RP0A3K2)](https://codecov.io/github/siliconcompiler/scgallery)\n\n# SiliconCompiler Design Gallery\nDesign gallery for [SiliconCompiler](https://github.com/siliconcompiler/siliconcompiler).\nThis library uses the rtl2gds flow in SiliconCompiler to compile the designs from RTL to a GDS file.\n\n![Gallery](images/montage.jpg)\n\n# To install:\nUtilize the same python environment as SiliconCompiler.\n\n    git clone https://github.com/siliconcompiler/scgallery.git\n    cd scgallery\n    python3 -m pip install .\n\n# To run a design:\n\n    sc-gallery -design sha512  # Will run on all supported targets\n    sc-gallery -design sha512 -target asap7_demo  # Will only run on asap7\n    sc-gallery -target asap7_demo  # Will run all designs supported on asap7\n    sc-gallery  # Will run all designs on all targets\n\n# Extending with proprietary design and technologies:\n\n    sc-gallery -gallery private.gallery -design aes  # Will run on all supported targets in your private gallery\n    sc-gallery -gallery private.gallery  # Will run all designs on all targets in your private gallery\n\n# To check, create, and update rules:\n\n    python3 -m scgallery.rules -cfg \u003ccfg\u003e -rules \u003crules\u003e -check  # Check if run met the rule requirements.\n    python3 -m scgallery.rules -cfg \u003ccfg\u003e -rules \u003crules\u003e -create  # Create an initial set of rules.\n    python3 -m scgallery.rules -cfg \u003ccfg\u003e -rules \u003crules\u003e -update_all  # Update rules based on the run.\n    python3 -m scgallery.rules -cfg \u003ccfg\u003e -rules \u003crules\u003e -tighten_passing  # Update passing rules based on the run.\n    python3 -m scgallery.rules -cfg \u003ccfg\u003e -rules \u003crules\u003e -update_failing  # Update failing rules based on the run.\n\n# Contributing\n\n## To add a design:\n1. Create a folder with the design name (\\\u003cdesign\\\u003e) in scgallery/designs\n2. add source files to scgallery/designs/\\\u003cdesign\\\u003e/src\n3. add constraints to scgallery/designs/\\\u003cdesign\\\u003e/constraints (using the name of the library it is associated with)\n4. create scgallery/designs/\\\u003cdesign\\\u003e/\\\u003cdesign\\\u003e.py\n5. add the design to [scgallery/designs/\\_\\_init\\_\\_.py](scgallery/designs/__init__.py)\n\n# Issues / Bugs\n\nWe use [GitHub Issues](https://github.com/siliconcompiler/scgallery/issues)\nfor tracking requests and bugs.\n\n# License\n\n[Apache License 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconcompiler%2Fscgallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiliconcompiler%2Fscgallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconcompiler%2Fscgallery/lists"}