mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
cmdref: Export internal_flag to json
Commands flagged as internal will display a warning, just like experimental commands. Drop `passes/tests` group in favour of `internal` group, which is automatically assigned for any command without an assigned group which is flagged as internal.
This commit is contained in:
parent
b9485ce094
commit
a898ade473
5 changed files with 19 additions and 11 deletions
5
docs/source/cmd/index_internal.rst
Normal file
5
docs/source/cmd/index_internal.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
internal
|
||||
------------------
|
||||
|
||||
.. autocmdgroup:: internal
|
||||
:members:
|
|
@ -1,5 +0,0 @@
|
|||
passes/tests
|
||||
------------------
|
||||
|
||||
.. autocmdgroup:: passes/tests
|
||||
:members:
|
|
@ -19,4 +19,5 @@ Command line reference
|
|||
/cmd/index_formal
|
||||
/cmd/index_passes*
|
||||
/cmd/index_techlibs
|
||||
/cmd/index_internal
|
||||
/cmd/index_other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue