Copilot-Language / copilot-bluespec

A Copilot backend for generating Bluespec code suitable for FPGAs.
Other
2 stars 0 forks source link

Update installation instructions to state how to install `copilot-bluespec` on its own #7

Closed RyanGlScott closed 5 months ago

RyanGlScott commented 5 months ago

Currently, the copilot-bluespec README says:

https://github.com/Copilot-Language/copilot-bluespec/blob/fd0cc9b91efd389d7860a3bb3b8bb7de54839b10/README.md#L16-L21

This is not actually true, however, as copilot-bluespec is not currently distributed with the main copilot library. Instead, we should direct users to install copilot-bluespec on its own using cabal.

RyanGlScott commented 5 months ago

Done in #8.