{"id":13644728,"url":"https://github.com/diffblue/hw-cbmc","last_synced_at":"2026-01-15T01:35:03.694Z","repository":{"id":52954036,"uuid":"89927379","full_name":"diffblue/hw-cbmc","owner":"diffblue","description":"The HW-CBMC and EBMC Model Checkers for Verilog","archived":false,"fork":false,"pushed_at":"2026-01-11T21:02:20.000Z","size":6723,"stargazers_count":101,"open_issues_count":83,"forks_count":20,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-01-11T23:48:18.879Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diffblue.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2017-05-01T13:43:59.000Z","updated_at":"2026-01-08T22:43:17.000Z","dependencies_parsed_at":"2023-12-23T23:44:14.582Z","dependency_job_id":"4e017829-3869-48ca-8fcf-d5fd30a33325","html_url":"https://github.com/diffblue/hw-cbmc","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/diffblue/hw-cbmc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffblue%2Fhw-cbmc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffblue%2Fhw-cbmc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffblue%2Fhw-cbmc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffblue%2Fhw-cbmc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diffblue","download_url":"https://codeload.github.com/diffblue/hw-cbmc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffblue%2Fhw-cbmc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"ssl_error","status_checked_at":"2026-01-15T00:55:20.945Z","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":"2024-08-02T01:02:11.592Z","updated_at":"2026-01-15T01:35:03.689Z","avatar_url":"https://github.com/diffblue.png","language":"C++","readme":"About\n=======\n\nEBMC is a free, open-source formal verification tool for hardware designs.\nIt can read Verilog 2005, SystemVerilog 2017, NuSMV and netlists (given in\nISCAS89 format).  Properties can be given in LTL or a fragment of\nSystemVerilog Assertions.  It includes both bounded and (despite its name)\nunbounded Model Checking engines, i.e., it can both discover bugs and prove\nthe absence of bugs.\n\nFor full information see [cprover.org](http://www.cprover.org/ebmc/).\n\nUsage\n=====\n\nLet us assume we have the following SystemVerilog model in `main.sv`.\n\n```main.sv\nmodule main(input clk, x, y);\n\n  reg [1:0] cnt1;\n  reg z;\n\n  initial cnt1=0;\n  initial z=0;\n\n  always @(posedge clk) cnt1=cnt1+1;\n\n  always @(posedge clk)\n    casex (cnt1)\n      2'b00:;\n      2'b01:;\n      2'b1?: z=1;\n    endcase\n\n  p1: assert property (@(posedge clk) (z==0));\n\nendmodule\n```\n\nWe can then invoke the BMC engine in EBMC as follows:\n\n`$ ebmc main.sv --top main --bound 3`\n\nThis sets the unwinding bound to `3` and the top-level module to `main`.\n\nFor more information see [EBMC Manual](http://www.cprover.org/ebmc/manual/).\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiffblue%2Fhw-cbmc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiffblue%2Fhw-cbmc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiffblue%2Fhw-cbmc/lists"}