Skip to content
Snippets Groups Projects
  1. Feb 14, 2025
  2. Jan 29, 2025
    • 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
    • Unai Sainz-Estebanez's avatar
      Rewrite the word default to default_val · 71c4d362
      Unai Sainz-Estebanez authored
      This is because since the VHDL 2008 standard the word “default” is a reserved word.
      
      See wr-cores#101 for more info
      71c4d362
  3. Aug 06, 2019
  4. Oct 26, 2018
  5. May 19, 2015
  6. Jan 06, 2012