3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 20:05:52 +00:00

Docs: More bugpoint bullets

More info for creating GitHub issues and the different sections.
Discuss additional details that can be included as comments on the issue.  Also mention Gists for large files (preferable to downloading a .txt).
Add a warning about external plugins/tools.
Also add a note to `load_design.rst` about `Frontend`s and `-f` command line option.
This commit is contained in:
Krystine Sherwin 2025-04-17 16:23:36 +12:00
parent 5d04baad0c
commit a461870050
No known key found for this signature in database
2 changed files with 100 additions and 6 deletions

View file

@ -68,6 +68,10 @@ Yosys frontends
+ executed as multiple successive calls to the frontend
- compatible with ``-f`` command line option, e.g. ``yosys -f verilog
design.txt`` will use the `read_verilog` frontend with the input file
``design.txt``
- `verific` and `read` commands are technically not 'Frontends', but their
behaviour is kept in sync