3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-19 12:23:39 +00:00

Correcting plurals

This commit is contained in:
Krystine Sherwin 2023-12-05 11:22:00 +13:00
parent a8b2525b08
commit bad8dba2cd
No known key found for this signature in database
4 changed files with 18 additions and 18 deletions

View file

@ -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