mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Enable {* .. *} feature per default (removes dependency to REJECT feature in flex)
This commit is contained in:
parent
18d003254c
commit
e4429c480e
5 changed files with 3 additions and 24 deletions
3
README
3
README
|
@ -265,8 +265,7 @@ Verilog Attributes and non-standard features
|
|||
- 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
|
||||
by adding an empty {* *} statement.) The preprocessor define
|
||||
__YOSYS_ENABLE_DEFATTR__ must be set in order for this feature to be active.
|
||||
by adding an empty {* *} statement.)
|
||||
|
||||
|
||||
Workarounds for known build problems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue