mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 12:23:39 +00:00
Correcting plurals
This commit is contained in:
parent
a8b2525b08
commit
bad8dba2cd
4 changed files with 18 additions and 18 deletions
|
@ -279,9 +279,9 @@ Notes on using techmap
|
|||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Don't use positional cell parameters in map modules.
|
||||
- You can use the ``$__``-prefix for internal cell types to avoid
|
||||
collisions with the user-namespace. But always use two underscores or the
|
||||
internal consistency checker will trigger on this cells.
|
||||
- You can use the ``$__``-prefix for internal cell types to avoid collisions
|
||||
with the user-namespace. But always use two underscores or the internal
|
||||
consistency checker will trigger on these cells.
|
||||
- Techmap has two major use cases:
|
||||
|
||||
- Creating good logic-level representation of arithmetic functions. This
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue