You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve indentation of concurrent properties and sequences (#1836) (#1837) (#1838)
* verilog-mode.el (verilog-property-re, verilog-beg-of-statement, verilog-calc-1):
Concurrent SVA statement pattern-matching learns 'restrict property' and
'cover sequence' expression for proper indentation around those constructs. This
addresses more patterns in IEEE 1800-2017's 'concurrent_sasertion_statement'
grammar.
* tests{,_ok}/indent_assert_property.v:
Add test cases from GitHub user 'pbing'
0 commit comments