mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-22 20:32:07 +00:00
Correcting plurals
This commit is contained in:
parent
a8b2525b08
commit
bad8dba2cd
4 changed files with 18 additions and 18 deletions
|
@ -4,7 +4,7 @@ Internal flow
|
|||
|
||||
A (usually short) synthesis script controls Yosys.
|
||||
|
||||
This scripts contain three types of commands:
|
||||
These scripts contain three types of commands:
|
||||
|
||||
- **Frontends**, that read input files (usually Verilog);
|
||||
- **Passes**, that perform transformations on the design in memory;
|
||||
|
|
|
@ -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