mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-25 16:42:35 +00:00
Actual merge here
This commit is contained in:
parent
69ce16c4a0
commit
0dab4308a3
40 changed files with 720 additions and 279 deletions
|
|
@ -237,7 +237,7 @@ Use ``log_cmd_error()`` to report a recoverable error:
|
|||
|
||||
.. code:: C++
|
||||
|
||||
if (design->selection_stack.back().empty())
|
||||
if (design->selection().empty())
|
||||
log_cmd_error("This command can't operator on an empty selection!\n");
|
||||
|
||||
Use ``log_assert()`` and ``log_abort()`` instead of ``assert()`` and ``abort()``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue