mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-08 23:23:25 +00:00
Merge 10bb0f472f
into 0fcf5c080d
This commit is contained in:
commit
b8ed809d26
6 changed files with 204 additions and 17 deletions
|
@ -377,7 +377,7 @@ from SystemVerilog:
|
|||
- Assignments within expressions are supported.
|
||||
|
||||
- The ``unique``, ``unique0``, and ``priority`` SystemVerilog keywords are
|
||||
accepted on ``if`` and ``case`` conditionals. (Those keywords are currently
|
||||
handled in the same way as their equivalent ``full_case`` and
|
||||
``parallel_case`` attributes on ``case`` statements, and checked
|
||||
for syntactic validity but otherwise ignored on ``if`` statements.)
|
||||
supported on ``if`` and ``case`` conditionals. (The Verilog frontend
|
||||
will process conditionals using these keywords by annotating their
|
||||
representation with the appropriate ``full_case`` and/or ``parallel_case``
|
||||
attributes, which are described above.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue