Merge pull request #682 from je-miralles/em_docs
Escape special chars for sphinx markup warnings
This commit is contained in:
commit
d53e4dff2f
|
|
@ -33,7 +33,7 @@ Flags
|
||||||
Attributes Summary
|
Attributes Summary
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Attributes are attached to various constructs using the Verilog "(* *)"
|
Attributes are attached to various constructs using the Verilog "(\* \*)"
|
||||||
attribute syntax.
|
attribute syntax.
|
||||||
|
|
||||||
* ivl_black_box
|
* ivl_black_box
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,10 @@ Verilog Attributes
|
||||||
==================
|
==================
|
||||||
|
|
||||||
This is a description of the various attributes that the Icarus Verilog tools
|
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.
|
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.
|
ignored by other tools.
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue