Closed kv-be closed 6 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
solved
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;