aboutsummaryrefslogtreecommitdiffstats
path: root/passes/pmgen
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-08-15 23:02:37 +0200
committerClifford Wolf <clifford@clifford.at>2019-08-15 23:02:37 +0200
commit016036f247f9538016f4e8cbdb889ac631f4a5c0 (patch)
tree8920f798df8b3c115847cba11ba1702bd42b3911 /passes/pmgen
parent969ab9027a8c4ee831e39f193f7ecb68457152c3 (diff)
downloadyosys-016036f247f9538016f4e8cbdb889ac631f4a5c0.tar.gz
yosys-016036f247f9538016f4e8cbdb889ac631f4a5c0.tar.bz2
yosys-016036f247f9538016f4e8cbdb889ac631f4a5c0.zip
Add doc for pmgen semioptional statement, Add pmgen changes to CHANGELOG
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'passes/pmgen')
-rw-r--r--passes/pmgen/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/passes/pmgen/README.md b/passes/pmgen/README.md
index 4aa7de162..f92445a86 100644
--- a/passes/pmgen/README.md
+++ b/passes/pmgen/README.md
@@ -175,6 +175,9 @@ explore the case where `mul` is set to `nullptr`. Without the `optional`
statement a match may only be assigned nullptr when one of the `if` expressions
evaluates to `false`.
+The `semioptional` statement marks matches that must match if at least one
+matching cell exists, but if no matching cell exists it is set to `nullptr`.
+
Additional code
---------------