Signed-off-by: Clifford Wolf <clifford@clifford.at>
- Added automatic gzip compression (based on filename extension) for backends
- Improve attribute and parameter encoding in JSON to avoid ambiguities between
bit vectors and strings containing [01xz]*
+ - Improvements in pmgen: subpattern and recursive matches
Yosys 0.8 .. Yosys 0.8-dev
--------------------------
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
---------------