mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Implemented proper handling of stub placeholder modules
This commit is contained in:
parent
98fcb5daa3
commit
7bfc7b61a8
7 changed files with 70 additions and 16 deletions
6
README
6
README
|
@ -205,6 +205,12 @@ Verilog Attributes and non-standard features
|
|||
temporary variable within an always block. This is mostly used internally
|
||||
by yosys to synthesize verilog functions and access arrays.
|
||||
|
||||
- The "placeholder" attribute on modules is used to mark empty stub modules
|
||||
that have the same ports as the real thing but do not contain information
|
||||
on the internal configuration. This modules are only used by the synthesis
|
||||
passes to identify input and output ports of cells. The verilog backend
|
||||
also does not output placeholder modules on default.
|
||||
|
||||
- In addition to the (* ... *) attribute syntax, yosys supports
|
||||
the non-standard {* ... *} attribute syntax to set default attributes
|
||||
for everything that comes after the {* ... *} statement. (Reset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue