diff options
author | Felipe CorrĂȘa da Silva Sanches <fsanches@metamaquina.com.br> | 2018-03-19 07:35:23 -0300 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2018-03-19 10:49:02 +0000 |
commit | 50c66f1f5c099cb1286dab8a646bed55f39d1e3e (patch) | |
tree | 5e7768c0d6c07b631b990cc3d008c012ae7ee858 /docs/markdown | |
parent | f48da481abc6d15f722a6c8083e79b4017a84fc4 (diff) | |
download | meson-50c66f1f5c099cb1286dab8a646bed55f39d1e3e.zip meson-50c66f1f5c099cb1286dab8a646bed55f39d1e3e.tar.gz meson-50c66f1f5c099cb1286dab8a646bed55f39d1e3e.tar.bz2 |
fixing some typos on the icestorm page
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Icestorm-module.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Icestorm-module.md b/docs/markdown/Icestorm-module.md index 6aa8481..bc2ad61 100644 --- a/docs/markdown/Icestorm-module.md +++ b/docs/markdown/Icestorm-module.md @@ -1,6 +1,6 @@ # Unstable IceStorm module -This module provides is available since version 0.45.0. +This module is available since version 0.45.0. **Note**:Â this module is unstable. It is only provided as a technology preview. Its API may change in arbitrary ways between releases or it @@ -8,7 +8,7 @@ might be removed from Meson altogether. ## Usage -This module provides an experimental to create FPGA bitstreams using +This module provides an experimental method to create FPGA bitstreams using the [IceStorm](http://www.clifford.at/icestorm/) suite of tools. The module exposes only one method called `project` and it is used @@ -24,4 +24,4 @@ constraint file. This produces output files called `projname.asc`, `projname.blif` and `projname.bin`. In addition it creates two run targets called `projname-time` for running timing analysis and `projname-upload` that uploads the generated bitstream to an FPGA -devide using the `iceprog` programming executable. +device using the `iceprog` programming executable. |