Skip to content

Commit

Permalink
add missing package name in the doc (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaluisjose committed Mar 6, 2020
1 parent ab135a4 commit 21ed648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To compile your Chisel design into Verilog, you can run the `elaborate` main fun
As an example:

```
sbt:dinocpu> runMain elaborate single-cycle
sbt:dinocpu> runMain dinocpu.elaborate single-cycle
```
The generated verilog will be available in the root folder as `Top.v` along with some meta-data. You may also get some generated verilog for auxillary devices like memory as `Top.<device_name>.v`

Expand Down

0 comments on commit 21ed648

Please sign in to comment.