3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-27 16:38:46 +00:00

docs: Fix formatting

This commit is contained in:
Krystine Sherwin 2025-06-14 15:06:05 +12:00
parent 0425310f8e
commit ea86ef9f83
No known key found for this signature in database

View file

@ -270,7 +270,7 @@ lines or object names that might be causing the failure, and back up your source
code before modifying it. If you have multiple source files, you should start code before modifying it. If you have multiple source files, you should start
by reducing them down to a single file. If a specific file is failing to read, by reducing them down to a single file. If a specific file is failing to read,
try removing everything else and just focus on that one. If your source uses try removing everything else and just focus on that one. If your source uses
the `include` directive, replace it with the contents of the file referenced. the ``include`` directive, replace it with the contents of the file referenced.
Unlike RTLIL designs where we can use `bugpoint`, Yosys does not provide any Unlike RTLIL designs where we can use `bugpoint`, Yosys does not provide any
tools for minimizing Verilog designs. Instead, you should use an external tool tools for minimizing Verilog designs. Instead, you should use an external tool