mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Docs: tidying
- Use `:file:` role for file names, as well as `:makevar:` and `:program:`. - Remove deprecated `linux-arm` and `linux-riscv64` oss-cad-suite targets. - Add link to ABC. - More (and better) links to code examples. Formatted `:file:` text with link to source on github. - Includes a few extra todos (mostly picking up inline code blocks and a couple intro reminders). - Fixing a few missing `:yoscrypt:` and `:cmd:ref:` tags. - Reflowing some paragraphs for spacing/width.
This commit is contained in:
parent
a7e1c6e530
commit
9878e69d6c
18 changed files with 348 additions and 255 deletions
|
@ -2,10 +2,10 @@ Yosys environment variables
|
|||
===========================
|
||||
|
||||
``HOME``
|
||||
Yosys command history is stored in ``$HOME/.yosys_history``. Graphics (from
|
||||
:cmd:ref:`show` and :cmd:ref:`viz` commands) will output to this directory by
|
||||
default. This environment variable is also used in some cases for resolving
|
||||
filenames with ``~``.
|
||||
Yosys command history is stored in :file:`$HOME/.yosys_history`. Graphics
|
||||
(from :cmd:ref:`show` and :cmd:ref:`viz` commands) will output to this
|
||||
directory by default. This environment variable is also used in some cases
|
||||
for resolving filenames with :file:`~`.
|
||||
|
||||
``PATH``
|
||||
May be used in OpenBSD builds for finding the location of Yosys executable.
|
||||
|
@ -14,7 +14,7 @@ Yosys environment variables
|
|||
Used for storing temporary files.
|
||||
|
||||
``ABC``
|
||||
When compiling Yosys with out-of-tree ABC using ``ABCEXTERNAL``, this
|
||||
When compiling Yosys with out-of-tree ABC using :makevar:`ABCEXTERNAL`, this
|
||||
variable can be used to override the external ABC executable.
|
||||
|
||||
``YOSYS_NOVERIFIC``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue