mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added help messages to ilang and verilog frontends
This commit is contained in:
parent
51c2b797b3
commit
8a6b0a3520
3 changed files with 60 additions and 2 deletions
3
README
3
README
|
@ -170,6 +170,9 @@ Verilog Attributes and non-standard features
|
|||
- The 'full_case' attribute on case statements is supported
|
||||
(also the non-standard "// synopsys full_case" directive)
|
||||
|
||||
- The 'parallel_case' attribute on case statements is supported
|
||||
(also the non-standard "// synopsys parallel_case" directive)
|
||||
|
||||
- The "// synopsys translate_off" and "// synopsys translate_on"
|
||||
directives are also supported (but the use of `ifdef .. `endif
|
||||
is strongly recommended instead).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue