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. Oct 27, 2023
  4. Jun 29, 2023
  5. Nov 03, 2022
  6. Nov 13, 2020
  7. Nov 05, 2020
  8. Nov 04, 2020
  9. Nov 03, 2020
  10. Oct 29, 2020
  11. Oct 12, 2020
  12. Oct 09, 2020
  13. Sep 29, 2020
  14. Jul 27, 2020
  15. Jul 24, 2020
  16. Sep 04, 2019