{"id":21688437,"url":"https://github.com/cgkantidis/gen_design","last_synced_at":"2025-09-12T00:16:45.560Z","repository":{"id":261618736,"uuid":"871206289","full_name":"cgkantidis/gen_design","owner":"cgkantidis","description":"Generate a verilog file and an acompanying SPEF file, for a hierarchical design","archived":false,"fork":false,"pushed_at":"2024-11-07T13:56:18.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T12:41:27.554Z","etag":null,"topics":["cpp","cpp20","eda"],"latest_commit_sha":null,"homepage":"","language":"C++","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/cgkantidis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-10-11T13:32:56.000Z","updated_at":"2024-11-07T13:56:22.000Z","dependencies_parsed_at":"2024-11-07T14:38:06.376Z","dependency_job_id":"54bb8e70-848a-479a-bcb0-643da1beddcd","html_url":"https://github.com/cgkantidis/gen_design","commit_stats":null,"previous_names":["christosg88/gen_design","cgkantidis/gen_design"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgkantidis%2Fgen_design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgkantidis%2Fgen_design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgkantidis%2Fgen_design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgkantidis%2Fgen_design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cgkantidis","download_url":"https://codeload.github.com/cgkantidis/gen_design/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244610585,"owners_count":20481019,"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":["cpp","cpp20","eda"],"created_at":"2024-11-25T17:15:05.846Z","updated_at":"2025-03-20T12:26:49.956Z","avatar_url":"https://github.com/cgkantidis.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build\n\n## Writing uncompressed files\n\n```bash\ncmake -S . -B build -DCMAKE_BUILD_TYPE=Release\ncmake --build build -j$(nproc)\n```\n\n## Writing compressed files (slower but takes less disk space)\n\n```bash\ncmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWRITE_COMPRESSED=ON\ncmake --build build -j$(nproc)\n```\n\n# Run\n\n## Getting Help\n\n```bash\nbuild/gen_design --help\n# Generate the necessary verilog and SPEF files for a design\n# Usage:\n#   gen_design [OPTION...]\n# \n#   -n, --num_nets arg    The number of nets in each block hierarchy\n#   -b, --num_blocks arg  The number of block hierarchies in the top\n#                         hierarchy\n#   -h, --help            Print this help message\n```\n\n## Generating design files\n\nTo generate a design with 4.5B nets\n\n```bash\nbuild/gen_design -n 1000000 -b 4500\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgkantidis%2Fgen_design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcgkantidis%2Fgen_design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgkantidis%2Fgen_design/lists"}