mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-30 01:18:10 +02:00
* 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]>
3 lines
40 B
Verilog
3 lines
40 B
Verilog
`define REF
|
|
`include "dangling_else.sv"
|