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. Nov 05, 2020
  4. Nov 04, 2020
  5. Jul 27, 2020
  6. Jul 24, 2020
  7. Sep 04, 2019
  8. Aug 30, 2019
  9. Aug 29, 2019
  10. Aug 08, 2019
  11. Aug 06, 2019