kv-be / pretty-vhdl

MIT License
0 stars 0 forks source link

when a if starts with a bracket, multiline ifs are not correct #45

Closed kv-be closed 3 months ago

kv-be commented 3 months ago
           if ((v_t_exp_stop < to_unsigned(C_TONBOARD_INCR - 1, v_t_exp_stop'length)) and
               msb(v_t_exp_stop) = '0') then
              stop_ok <= '1';
           end if;
kv-be commented 3 months ago

solved