wzab / agwb

Support for automatic address map generation and address decoding logic for Wishbone connected hierachical systems
12 stars 6 forks source link

Superfluous assignment in to_slv() functions converting from custom types to std_logic_vector. #39

Closed m-kru closed 3 years ago

m-kru commented 3 years ago

image It looks like

  res := (others => '0');

is superfluous as we exactly know the length and assign value to all bits.