summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-09-18 10:01:08 +0200
committerClifford Wolf <clifford@clifford.at>2015-09-18 10:01:08 +0200
commitc89ceee219b5a6412a64f585caeceb5db9528fe4 (patch)
treeea0a19d34feb59b343868f18a2c817ead1bcad0a
parent7a230d3a8dd6f19ab403cc831bf57ca31fc7f3da (diff)
Added $finish and $display to README
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 0a1c2068..868fd90e 100644
--- a/README
+++ b/README
@@ -367,6 +367,10 @@ Verilog Attributes and non-standard features
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 and $display are supported in initial blocks
+ in and unconditional context (only if/case statements on parameters
+ and constant values). The intended use for this is synthesis-time DRC.
+
Supported features from SystemVerilog
=====================================