aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-11-22 12:46:19 +0000
committerDavid Shah <dave@ds0.me>2019-11-22 12:46:19 +0000
commitb60f32c6ecc27e0fa1f81a1055cfd1105ed647bd (patch)
tree0688eb03bfee098fe585ae789f6448943a765e15 /README.md
parent49b670ca38988bcce453125166528b32e16f7bb4 (diff)
downloadyosys-b60f32c6ecc27e0fa1f81a1055cfd1105ed647bd.tar.gz
yosys-b60f32c6ecc27e0fa1f81a1055cfd1105ed647bd.tar.bz2
yosys-b60f32c6ecc27e0fa1f81a1055cfd1105ed647bd.zip
Update CHANGELOG and README
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index db7810cb4..e46971526 100644
--- a/README.md
+++ b/README.md
@@ -371,6 +371,11 @@ Verilog Attributes and non-standard features
for example, to specify the clk-to-Q delay of a flip-flop for consideration
during techmapping.
+- The frontend sets attributes ``always_comb``, ``always_latch`` and
+ ``always_ff`` on processes derived from SystemVerilog style always blocks
+ according to the type of the always. These are checked for correctness in
+ ``proc_dlatch``.
+
- In addition to the ``(* ... *)`` attribute syntax, Yosys supports
the non-standard ``{* ... *}`` attribute syntax to set default attributes
for everything that comes after the ``{* ... *}`` statement. (Reset