From a4a60ec07b0601e056c103340a30fb029907ab07 Mon Sep 17 00:00:00 2001 From: Emilio Miralles Date: Wed, 13 Apr 2022 12:31:30 +0200 Subject: [PATCH] Escape special chars for sphinx markup warnings --- Documentation/targets/pcb.rst | 2 +- Documentation/usage/verilog_attributes.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/targets/pcb.rst b/Documentation/targets/pcb.rst index 68c886bbf..9e8a510e8 100644 --- a/Documentation/targets/pcb.rst +++ b/Documentation/targets/pcb.rst @@ -33,7 +33,7 @@ Flags Attributes Summary ------------------ -Attributes are attached to various constructs using the Verilog "(* *)" +Attributes are attached to various constructs using the Verilog "(\* \*)" attribute syntax. * ivl_black_box diff --git a/Documentation/usage/verilog_attributes.rst b/Documentation/usage/verilog_attributes.rst index 96fd95fd1..7bd66ccf8 100644 --- a/Documentation/usage/verilog_attributes.rst +++ b/Documentation/usage/verilog_attributes.rst @@ -3,10 +3,10 @@ Verilog Attributes ================== This is a description of the various attributes that the Icarus Verilog tools -understand. The attributes are attached to objects using the "(* ... *)" +understand. The attributes are attached to objects using the "(\* ... \*)" syntax, which is described by the Verilog LRM. -Attributes that start with "ivl_" are Icarus Verilog specific are are probably +Attributes that start with "ivl\_" are Icarus Verilog specific are are probably ignored by other tools. Optimizations