Skip to content

Commit 08314b7

Browse files
committed
docs/creating_new_ip: Minor grammar
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 234d589 commit 08314b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user_guide/ip_cores/creating_new_ip.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and ``axi_led_control_intel`` for Intel.
1313
Verilog File
1414
--------------------------------------------------------------------------------
1515

16-
Lets say you want to make a new IP with the name ``<module_name>``.
16+
Let's say you want to make a new IP with the name ``<module_name>``.
1717
You must edit the verilog file so that it has the same name (e.g. ``axi_led_control.v``).
1818
After that, feel free to write the verilog code for your purpose.
1919
You can also use other instances of modules, but be sure to include them after,
@@ -177,9 +177,9 @@ Examples:
177177
Importing with Using Method
178178
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179179

180-
The ``USING`` method allows to look-up a register map to import register and
180+
The ``USING`` method allows looking up a register map to import register and
181181
fields.
182-
A register map can look-up multiple register maps by repeating the method for
182+
A register map can look up multiple register maps by repeating the method for
183183
each register map, for example:
184184

185185
.. code::
@@ -235,7 +235,7 @@ Some considerations:
235235

236236
* Imported registers shall have non-imported fields, for example, when importing
237237
a register that is reserved for custom implementation.
238-
* Imported fields must be inside a imported register, since the field name is not
238+
* Imported fields must be inside an imported register, since the field name is not
239239
unique.
240240
* Multiple fields can be imported from a single ``FIELD`` group.
241241
* Multiple register maps can be used for lookup. Add each in a different ``USING``
@@ -813,7 +813,7 @@ trying to simulate most of the available options when creating a new IP.
813813
814814
# Generating the IP given as first parameter on the path given as the second
815815
# parameter. Without the second parameter the IP will be generated in
816-
# ./ltt directory and in the default IP download directory of
816+
# ./ltt directory and in the default IP download directory of
817817
# Lattice Propel Builder (~/PropelIPLocal) if the LATTICE_DEFAULT_PATHS
818818
# env variable is exported like:
819819
# 'export LATTICE_DEFAULT_PATHS=1' before running the script or running make.

0 commit comments

Comments
 (0)