Skip to content

Commit 48f2b92

Browse files
author
whitequark
committed
doc/fhdl: use correct syntax for code block.
1 parent e66f2df commit 48f2b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fhdl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The clock domain management mechanism explained above happens during finalizatio
359359
Conversion for synthesis
360360
************************
361361

362-
Any FHDL module can be converted into synthesizable Verilog HDL. This is accomplished by using the ``convert`` function in the ``migen.fhdl.verilog`` module:
362+
Any FHDL module can be converted into synthesizable Verilog HDL. This is accomplished by using the ``convert`` function in the ``migen.fhdl.verilog`` module: ::
363363

364364
# define FHDL module MyDesign here
365365

0 commit comments

Comments
 (0)