Skip to content

Commit

Permalink
README.md: State how to install copilot-bluespec individually. Refs #7.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Mar 14, 2024
1 parent fd0cc9b commit a80b7f3
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,18 @@ for systems with hard realtime requirements.

## Installation
Copilot-Bluespec can be found on
[Hackage](https://hackage.haskell.org/package/copilot-bluespec). It is
typically only installed as part of the complete Copilot distribution. For
installation instructions, please refer to the [Copilot
website](https://copilot-language.github.io).
[Hackage](https://hackage.haskell.org/package/copilot-bluespec). It is intended
to be installed alongside a Copilot distribution by running the following
commands:

```
$ cabal update
$ cabal install copilot
$ cabal install copilot-bluespec
```

For more detailed instructions on how to install Copilot, please refer to the
[Copilot website](https://copilot-language.github.io).

The generated Bluespec code requires `bsc` (the Bluespec compiler) in order to
be compiled. `bsc` can be downloaded
Expand Down

0 comments on commit a80b7f3

Please sign in to comment.