{"id":18762068,"url":"https://github.com/mgriebling/lola","last_synced_at":"2025-12-04T16:30:16.432Z","repository":{"id":67641807,"uuid":"43576126","full_name":"mgriebling/Lola","owner":"mgriebling","description":"A digital design language by Nicklaus Wirth, similar to VHDL and Verilog, but much simpler and easier to master.","archived":false,"fork":false,"pushed_at":"2024-10-25T01:45:41.000Z","size":232,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T05:08:22.172Z","etag":null,"topics":["circuit-compiler","digital-circuit-design","lola","simulator","swift","verilog","vhdl","wirth"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mgriebling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2015-10-02T21:01:04.000Z","updated_at":"2024-10-25T01:55:37.000Z","dependencies_parsed_at":"2023-02-20T22:00:57.018Z","dependency_job_id":null,"html_url":"https://github.com/mgriebling/Lola","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgriebling%2FLola","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgriebling%2FLola/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgriebling%2FLola/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgriebling%2FLola/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgriebling","download_url":"https://codeload.github.com/mgriebling/Lola/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239656428,"owners_count":19675604,"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":["circuit-compiler","digital-circuit-design","lola","simulator","swift","verilog","vhdl","wirth"],"created_at":"2024-11-07T18:19:06.683Z","updated_at":"2025-12-04T16:30:16.363Z","avatar_url":"https://github.com/mgriebling.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"A digital design compiler and simulator to produce and test designs based on a Lola circuit description. \nInvented by Niklaus Wirth (designer of Pascal and many other languages) Lola is similar to other high-level circuit design languages like VHDL and Verilog except much simpler to learn and use.\n\nFor example, here's the design of a 4-bit binary counter:\n\n```\nMODULE Counter0 (IN clk: BIT; OUT d: [4] BIT);\n  REG (clk) R: [4] BIT;\nBEGIN\n  R := {R.3 ^ R.3 \u0026 R.2 \u0026 R.1 \u0026 R.0, (* R.3 *)\n        R.2 ^ R.2 \u0026 R.1 \u0026 R.0,       (* R.2 *)\n        R.1 ^ R.1 \u0026 R.0,             (* R.1 *)\n        ~R.0};                       (* R.0 *)\n  d := R\nEND Counter0.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgriebling%2Flola","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgriebling%2Flola","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgriebling%2Flola/lists"}