3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 21:50:54 +00:00

Docs: Fix cmd links from bugpoint docs

This commit is contained in:
Krystine Sherwin 2025-08-06 13:52:13 +12:00
parent ab403635e3
commit 20a51742f4
No known key found for this signature in database
2 changed files with 14 additions and 8 deletions

View file

@ -185,7 +185,7 @@ the failure, you can use the ``bugpoint_keep`` attribute. This can be done with
``setattr -set bugpoint_keep 1 [selection]`` from a Yosys script. It is also
possible to limit `bugpoint` to only removing certain *kinds* of objects, such
as only removing entire modules or cells (instances of modules). For more about
the options available, check ``help bugpoint`` or :doc:`/cmd/bugpoint`.
the options available, check ``help bugpoint`` or :cmd:title:`bugpoint`.
In some situations, it may also be helpful to use `setenv` before `bugpoint` to
set environment variables for the spawned processes. An example of this is