diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-05 09:56:51 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-05 09:56:51 -0700 |
commit | b5aff1de0432e79fb26cc87a2bbd4aae5f4b0dfb (patch) | |
tree | c7cc7ccdc1ac7c896d6c36e7754edc057e8e1435 /README.md | |
parent | 94a5f4e60985fc1e3fea75eec85638fa29874bea (diff) | |
parent | 8a6f9977f659d350cca936b45cb8b441d5a67eeb (diff) | |
download | yosys-b5aff1de0432e79fb26cc87a2bbd4aae5f4b0dfb.tar.gz yosys-b5aff1de0432e79fb26cc87a2bbd4aae5f4b0dfb.tar.bz2 yosys-b5aff1de0432e79fb26cc87a2bbd4aae5f4b0dfb.zip |
Merge remote-tracking branch 'origin/clifford/fix1065' into xc7mux
Diffstat (limited to 'README.md')
-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 |