@@ -13,7 +13,7 @@ and ``axi_led_control_intel`` for Intel.
13
13
Verilog File
14
14
--------------------------------------------------------------------------------
15
15
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> ``.
17
17
You must edit the verilog file so that it has the same name (e.g. ``axi_led_control.v ``).
18
18
After that, feel free to write the verilog code for your purpose.
19
19
You can also use other instances of modules, but be sure to include them after,
@@ -177,9 +177,9 @@ Examples:
177
177
Importing with Using Method
178
178
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179
179
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
181
181
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
183
183
each register map, for example:
184
184
185
185
.. code ::
@@ -235,7 +235,7 @@ Some considerations:
235
235
236
236
* Imported registers shall have non-imported fields, for example, when importing
237
237
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
239
239
unique.
240
240
* Multiple fields can be imported from a single ``FIELD `` group.
241
241
* 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.
813
813
814
814
# Generating the IP given as first parameter on the path given as the second
815
815
# 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
817
817
# Lattice Propel Builder (~/PropelIPLocal) if the LATTICE_DEFAULT_PATHS
818
818
# env variable is exported like:
819
819
# 'export LATTICE_DEFAULT_PATHS=1' before running the script or running make.
0 commit comments