Skip to content

Commit

Permalink
Merge pull request #277 from DontCallMeShurley/updateReadMe
Browse files Browse the repository at this point in the history
add instruction for install to WSL2
  • Loading branch information
ryukzak committed Apr 8, 2024
2 parents 84acffd + a8a96ba commit b878378
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,28 @@ sudo apt-get install npm yarn
npm install --global tern prettier yarn
```

### WSL2

Install [GHCUP](https://www.haskell.org/ghcup/).

``` console
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
```

Install [icarus-verilog](https://github.com/steveicarus/iverilog/) and [gtkwave](https://github.com/gtkwave/gtkwave).

``` console
sudo apt-get install iverilog
sudo apt-get install gtkwave
```

Install [npm](https://github.com/npm/cli) and required developer tools for UI.

``` console
sudo apt-get install npm yarn
npm install --global tern prettier yarn
```

### For machine learning base synthesis (optional)

1. Install python package manager: [poetry](https://python-poetry.org/docs/).
Expand Down

0 comments on commit b878378

Please sign in to comment.