diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-06-04 14:37:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-04 14:37:10 +0200 |
commit | 1332051f331108e73ac468f226034720bd856281 (patch) | |
tree | 49c5868f2fceee64610d53396432def3dd45783b | |
parent | 1217e47e83d099561fed933208621d0402cf0972 (diff) | |
parent | c66d644b66f13d5cc54c78051bf97c0143d9940e (diff) | |
download | yosys-1332051f331108e73ac468f226034720bd856281.tar.gz yosys-1332051f331108e73ac468f226034720bd856281.tar.bz2 yosys-1332051f331108e73ac468f226034720bd856281.zip |
Merge pull request #1062 from tux3/patch-1
README.md: Missing formatting for <tag>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -413,7 +413,7 @@ Verilog Attributes and non-standard features $ yosys -p 'plugin -a foo -i /lib/libm.so; read_verilog dpitest.v' - Sized constants (the syntax ``<size>'s?[bodh]<value>``) support constant - expressions as <size>. If the expression is not a simple identifier, it + expressions as ``<size>``. If the expression is not a simple identifier, it must be put in parentheses. Examples: ``WIDTH'd42``, ``(4+2)'b101010`` - The system tasks ``$finish``, ``$stop`` and ``$display`` are supported in |