Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Naylor committed Dec 15, 2022
1 parent b1575e2 commit 2057c41
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
If you want to start developing your own
[blarney](https://github.com/blarney-lang/blarney) application or
library, you've come to the right place! This is a bare minimum
application, most of which can be reused when starting any new
project.
blarney application, most of which can be reused when starting any new
project. Before starting, make sure you have all [blarney's
prerequisites](https://github.com/blarney-lang/blarney#prerequisites)
installed.

## Overview

Expand All @@ -20,8 +22,8 @@ and then run it using cabal:
cabal run
```

This will produce a `Verilog` directory which you can simulate using
Verilator:
This will produce a circuit in the `Verilog` directory which you can
simulate using Verilator:

```
cd Verilog
Expand All @@ -39,7 +41,7 @@ The project contains the following files.
* `Makefile`: Contains a handful of build targets that
invoke cabal in various ways. Have a [look](Makefile).

* `blarney-template.project.cabal`: This introduces a dependency on
* `blarney-template-project.cabal`: This introduces a dependency on
on blarney and enables all of the GHC extensions that we have found
useful when working with blarney.

Expand Down

0 comments on commit 2057c41

Please sign in to comment.