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:
parent
5d04baad0c
commit
a461870050
2 changed files with 100 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue