3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00

Update docs

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-09-06 19:36:25 +02:00
parent 896f181d84
commit 7ff783598f

View file

@ -315,8 +315,14 @@ command, for example ``help prep``.
Files section Files section
------------- -------------
The files section lists the source files for the proof. ``sby`` copies The files section lists the source files for the proof, meaning all the
these files to ``<outdir>/src/`` before running the Yosys script. files Yosys will need to access when reading the design, including for
example data files for ``$readmemh`` and ``$readmemb``.
``sby`` copies these files to ``<outdir>/src/`` before running the Yosys
script. When the Yosys script is executed, it will use the copies in
``<outdir>/src/``. (Alternatively absolute filenames can be used in the
Yosys script for files not listed in the files section.)
For example: For example:
@ -339,7 +345,7 @@ the source file name. For example:
[files] [files]
top.sv top.sv
defines.vh ../common/defines_footest.vh defines.vh ../common/defines_footest.vh
/data/prj42/modules/foobar.sv foo/bar.sv /data/prj42/modules/foobar.sv
File sections File sections
------------- -------------