{"id":17967199,"url":"https://github.com/hywooo/docker-bsv-wsl2","last_synced_at":"2025-03-25T08:31:13.352Z","repository":{"id":259469453,"uuid":"877855141","full_name":"HYwooo/Docker-BSV-WSL2","owner":"HYwooo","description":"🐋Docker for Bluespec SystemVerilog (BSV) on WSL2, compatible with WangXuan95/BSV_Tutorial_cn. ","archived":true,"fork":false,"pushed_at":"2025-01-08T09:21:28.000Z","size":134,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T15:33:47.348Z","etag":null,"topics":["bluespec-systemverilog","bsv","docker","dockerfile","packages","systemverilog","verilog","vivado"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/HYwooo.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}},"created_at":"2024-10-24T11:08:08.000Z","updated_at":"2025-01-08T09:28:27.000Z","dependencies_parsed_at":"2024-10-25T19:33:19.951Z","dependency_job_id":"bffbe889-4241-4d2c-b8eb-683f91885d4a","html_url":"https://github.com/HYwooo/Docker-BSV-WSL2","commit_stats":{"total_commits":37,"total_committers":2,"mean_commits":18.5,"dds":0.1351351351351351,"last_synced_commit":"3b04fa11d615441746b84594d68e94d6cf519387"},"previous_names":["hywooo/docker-bsv-wsl2"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HYwooo%2FDocker-BSV-WSL2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HYwooo%2FDocker-BSV-WSL2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HYwooo%2FDocker-BSV-WSL2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HYwooo%2FDocker-BSV-WSL2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HYwooo","download_url":"https://codeload.github.com/HYwooo/Docker-BSV-WSL2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245426213,"owners_count":20613304,"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":["bluespec-systemverilog","bsv","docker","dockerfile","packages","systemverilog","verilog","vivado"],"created_at":"2024-10-29T14:04:32.604Z","updated_at":"2025-03-25T08:31:13.340Z","avatar_url":"https://github.com/HYwooo.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎯 Docker-BSV-WSL2\n[![Static Badge](https://img.shields.io/badge/Docker-Image-blue?style=for-the-badge\u0026logo=docker\u0026color=blue\u0026cacheSeconds=3600)](https://hub.docker.com/repository/docker/hywooo/bsv-wsl2/) [![Docker Pulls](https://img.shields.io/docker/pulls/hywooo/bsv-wsl2?style=for-the-badge\u0026logo=docker\u0026color=%23F08080)](https://hub.docker.com/repository/docker/hywooo/bsv-wsl2/) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/HYwooo/Docker-BSV-WSL2/.github%2Fworkflows%2Fdocker-publish.yml?style=for-the-badge\u0026logo=github)\n\n[![Static Badge](https://img.shields.io/badge/Compatible_with-WangXuan95/BSV__Tutorial__cn-blue?style=for-the-badge\u0026logo=github\u0026cacheSeconds=3600\u0026color=d1f2eb)](https://github.com/WangXuan95/BSV_Tutorial_cn)\n\n\nDocker Image for Bluespec SystemVerilog environment on WSL2, compatible with *[WangXuan95/BSV_Tutorial_cn](https://github.com/WangXuan95/BSV_Tutorial_cn)*.\n\n\u003e ❗ For educational purposes only.\n\n## 🚀 Usage\n\n### 1️⃣ GET the image\n#### \tPULL from Docker Hub\n\n```bash\n$ docker pull hywooo/bsv-wsl2:latest\n```\n#### or BUILD the image\n\n```bash\n$ docker build -f Dockerfile -t hywooo/bsv-wsl2:latest .\n```\n### 2️⃣ ENTER the container\n\n```bash\n$ docker run -it --name=\"bsv-wsl2\" --hostname yourname -v /path/to/wsl2/yourfiles:/path/to/yourfiles hywooo/bsv-wsl2:latest\n```\n### 3️⃣ CHECK whether the environment is correctly set\n\n```bash\n# /data/BSV_Tutorial_cn/src/1.Hello\n$ bsvbuild.sh -bs Hello.bsv \n# -e ./sim.out \u003e /dev/stdout \n# Hello World!\n###############\n### OR \n$ bsvbuild.sh -vs Hello.bsv \n# Hello World!\n# mkTb.v:41: $finish(1) called at 5 (1s) \n###############\n$ bsc\n# Usage:\n#   bsc -help  ...\n# ...\n###############\n$ gtkwave\n# GTKWave Analyzer v3.3.116 (w)1999-2023 BSI\n# ...\n```\n\u003e 💡 NOTED: With `VcXsrv` installed, you are enabled to interact with `gtkwave` on Windows w/o any VNCs.\n\u003e\n\u003e \u003ccenter\u003e\u003cimg src=\"https://github.com/HYwooo/Docker-BSV-WSL2/blob/master/.asset/gtkwave.png?raw=true\" style=\"zoom: 10%;\" /\u003e\u003c/center\u003e\n\n### 🎉 ENJOY!\n\n## 🗂️ Container structure\n\n```bash\n# /BSV_Tutorial_cn location\n/data/BSV_Tutorial_cn\n# bsc location (ALREADY IN PATH)\n/opt/bsc/bin/bsc\n# bsvbuild.sh location (ALREADY IN PATH)\n/opt/bsc/bin/bsvbuild.sh\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhywooo%2Fdocker-bsv-wsl2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhywooo%2Fdocker-bsv-wsl2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhywooo%2Fdocker-bsv-wsl2/lists"}