Skip to content

Commit ea86ef9

Browse files
docs: Fix formatting
1 parent 0425310 commit ea86ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using_yosys/bugpoint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ lines or object names that might be causing the failure, and back up your source
270270
code before modifying it. If you have multiple source files, you should start
271271
by reducing them down to a single file. If a specific file is failing to read,
272272
try removing everything else and just focus on that one. If your source uses
273-
the `include` directive, replace it with the contents of the file referenced.
273+
the ``include`` directive, replace it with the contents of the file referenced.
274274

275275
Unlike RTLIL designs where we can use `bugpoint`, Yosys does not provide any
276276
tools for minimizing Verilog designs. Instead, you should use an external tool

0 commit comments

Comments
 (0)