3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 14:13:23 +00:00

docs: restore and update the note about if/case attributes.

This commit is contained in:
Gary Wong 2025-05-30 21:13:20 -06:00
parent 7b09dc31af
commit 62660b221f

View file

@ -377,4 +377,7 @@ from SystemVerilog:
- Assignments within expressions are supported.
- The ``unique``, ``unique0``, and ``priority`` SystemVerilog keywords are
supported on ``if`` and ``case`` conditionals.
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.)