Skip to content

Commit

Permalink
Merge pull request #8 from Copilot-Language/T7-installation-instructions
Browse files Browse the repository at this point in the history
`README.md`: State how to install `copilot-bluespec` individually. Refs #7.
  • Loading branch information
RyanGlScott authored Mar 14, 2024
2 parents fd0cc9b + a80b7f3 commit f46e1ba
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 f46e1ba

Please sign in to comment.