wzab / agwb

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

Rename auto generated VHDL functions converting to std_logic_vector. #32

Closed m-kru closed 3 years ago

m-kru commented 3 years ago

Currently auto generated VHDL functions converting to std_logic_vector type have following format {type_name}2stlv. This is superfluous clutter. VHDL allows ad hoc polymorphism via function overloading.