Files
sv2v/test/core/dangling_else.v
4756f49750 avoid dangling procedural else
* Remove unneeded begin/end when the loop is a do/while
* Dangling else check passes through statement attributes (bug fix)
* Dangling else check passes through most control flow structures to reduce unneeded begin/end
* Add test case and update changelog

---------

Co-authored-by: qcorradi <[email protected]>
Co-authored-by: Zachary Snow <[email protected]>
2023-06-06 00:08:56 -04:00

3 lines
40 B
Verilog

`define REF
`include "dangling_else.sv"