Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HYwooo authored Oct 24, 2024
1 parent c467fa7 commit 1a6d841
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# Docker-BSV-WSL2
# Docker-BSV-WSL2
:whale: Docker for the Bluespec SystemVerilog (BSV) tutorial [![Static Badge](https://img.shields.io/badge/WangXuan95-BSV__Tutorial__cn-blue?style=flat-square&logo=github&cacheSeconds=3600)](https://github.com/WangXuan95/BSV_Tutorial_cn).

![GitHub Repo stars](https://img.shields.io/github/stars/HYwooo/Docker-BSV-WSL2?style=flat-square&logo=github)

## Usage
### BUILD the image
```bash
$ docker build -f Dockerfile -t yourname/bsv-wsl2:latest .
```
### ENTER the container
```bash
$ docker run -it --name="bsv-wsl2" --hostname yourname -v //mnt/d/mybsvfile:/mnt/mybsvfile yourname/bsv-wsl2:latest
```
## Container structure
```bash
# /BSV_Tutorial_cn location
~/usr/work/BSV_Tutorial_cn
# bsc location (ALREADY IN PATH)
~/opt/bsc/bin/bsc
```

0 comments on commit 1a6d841

Please sign in to comment.