3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 00:55:32 +00:00

Added "keep_hierarchy" attribute

This commit is contained in:
Clifford Wolf 2015-02-25 12:46:00 +01:00
parent 9ae21263f0
commit 3fe18c26cd
2 changed files with 54 additions and 14 deletions

3
README
View file

@ -288,6 +288,9 @@ Verilog Attributes and non-standard features
Setting the "keep" attribute on a module has the same effect as setting it
on all instances of the module.
- The "keep_hierarchy" attribute on cells and modules keeps the "flatten"
command from flattening the indicated cells and modules.
- The "init" attribute on wires is set by the frontend when a register is
initialized "FPGA-style" with 'reg foo = val'. It can be used during synthesis
to add the necessary reset logic.