kv-be / pretty-vhdl

MIT License
0 stars 0 forks source link

with select alignment #17

Closed kv-be closed 5 months ago

kv-be commented 5 months ago

with ltc_sel select reg_ltc_value_int(31 downto 0) <= ltc_value_array(0) when C_GLOBAL_LTC_LSB, ltc_value_array(1) when others;

should be

with ltc_sel select reg_ltc_value_int(31 downto 0) <= ltc_value_array(0) when C_GLOBAL_LTC_LSB, ltc_value_array(1) when others;

kv-be commented 5 months ago

solved