Skip to content
Snippets Groups Projects
  • Unai Sainz-Estebanez's avatar
    Reneame the address_trans functions · b1fe3889
    Unai Sainz-Estebanez authored
    There are three functions with the same name.
    This commit writes a different name for each function.
    
    If the address input of the function is std_logic_vector the function name is not renamed.
    
    If the address input of the function is std_ulogic_vector the function name is renamed to:
    address_trans_u
    
    If the address input of the function is bit_vector the function name is renamed to:
    address_trans_b
    
    See wr-cores#101 for more info
    b1fe3889