{"id":19219979,"url":"https://github.com/zhutmost/chisel-template","last_synced_at":"2025-07-24T22:36:24.199Z","repository":{"id":236621119,"uuid":"639313051","full_name":"zhutmost/chisel-template","owner":"zhutmost","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-11T08:04:14.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T19:42:12.324Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/zhutmost.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":"2023-05-11T08:03:54.000Z","updated_at":"2023-05-11T09:19:19.000Z","dependencies_parsed_at":"2024-04-28T04:13:37.881Z","dependency_job_id":"eab80730-0530-43b1-9455-63a1501b15bc","html_url":"https://github.com/zhutmost/chisel-template","commit_stats":null,"previous_names":["zhutmost/chisel-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutmost%2Fchisel-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutmost%2Fchisel-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutmost%2Fchisel-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutmost%2Fchisel-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhutmost","download_url":"https://codeload.github.com/zhutmost/chisel-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240293290,"owners_count":19778474,"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":[],"created_at":"2024-11-09T14:33:29.372Z","updated_at":"2025-02-23T09:20:29.425Z","avatar_url":"https://github.com/zhutmost.png","language":"Scala","readme":"# Chisel Template\n\n## Dependencies\n\nClick the triangle (►) on the left to view the installation guide.\n\n\u003cdetails\u003e\n\u003csummary\u003e JDK \u003c/summary\u003e\n\nBefore starting, please make sure you have a JDK \u003e= 8 installed. You can install a JDK through the package manager that comes with your OS, or just download a prebuilt binaries such as [Temurin](https://adoptium.net) or [Oracle OpenJDK](https://jdk.java.net/19).\n\nTo install a JDK LTS:\n\n```sh\n# macOS with Homebrew\nbrew install openjdk@17\n# Ubuntu\napt install default-jdk\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e Mill build tool \u003c/summary\u003e\n\nMill is a powerful and easy-to-use build tool by [Haoyi Li](https://github.com/lihaoyi).\n\nTo install Mill:\n```sh\n# macOS with Homebrew\nbrew install mill\n```\n\nTo install mill on other platforms, please visit [its documentation](https://com-lihaoyi.github.io/mill/mill/Intro_to_Mill.html).\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e CIRCT \u003c/summary\u003e\n\nCIRCT is a MLIR-based circuit IR compilation tool, which is required by chisel. \n\nDownload binary from its [GitHub page](https://github.com/llvm/circt) and add to PATH.\n\u003c/details\u003e\n\n## Usage\n\nClone this repository to your local.\n```shell \ngit clone git@github.com:zhutmost/chisel-template.git\ncd chisel-template\nrm -rf .git\n```\n\nOpen a terminal in the root of your cloned repository and build. The first time it runs, the process may take some minutes to download dependencies.\n```shell\nmill mylib.runMain mylib.RtlEmitter\n```\n\nTo open this project in an IDE (such as IDEA), please export the BSP configuration first.\n```sh\nmill mill.bsp.BSP/install\n```\n\nTo format your code with scalafmt, run:\n```sh\nmill mill.scalalib.scalafmt.ScalafmtModule/reformatAll __.sources\n```\n\nYou can freely add your Chisel code in `mylib` package, and have fun!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhutmost%2Fchisel-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhutmost%2Fchisel-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhutmost%2Fchisel-template/lists"}