summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Pitman2017-06-13 12:14:21 -0700
committeredwardcwang2017-06-19 16:42:43 -0700
commit91850ec917a432e9e3db588e7711c8a82801eb49 (patch)
tree4eacceac9be103628092356327083ce165f61fe2
parent13500bcbde86125701550cc4d2e0dc39703ec338 (diff)
Fix a small typo in the README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a0519dc7..24a5c4d4 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ This will walk you through installing Chisel and its dependencies:
- [sbt](http://www.scala-sbt.org/), which is the preferred Scala build system
and what Chisel uses.
- [Firrtl](https://github.com/ucb-bar/firrtl), which compiles Chisel's IR down
- to Verilog. If you're building from the release branch of chisel3, separate installation of Firrtl is no longer required: the required jar will be automatically downloaed by sbt. If you're building chisel3 from the master branch, you'll need to follow the directions on the [firrtl project](https://github.com/ucb-bar/firrtl) to publish a local copy of the required jar.
+ to Verilog. If you're building from the release branch of chisel3, separate installation of Firrtl is no longer required: the required jar will be automatically downloaded by sbt. If you're building chisel3 from the master branch, you'll need to follow the directions on the [firrtl project](https://github.com/ucb-bar/firrtl) to publish a local copy of the required jar.
- [Verilator](http://www.veripool.org/wiki/verilator), which compiles Verilog
down to C++ for simulation. The included unit testing infrastructure uses
this.