Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 02, 2024
  3. Oct 01, 2024
  4. Sep 23, 2024
  5. Nov 20, 2023
  6. Nov 15, 2023
  7. Oct 27, 2023
  8. Jul 24, 2023
  9. Jun 29, 2023
  10. Nov 03, 2022
  11. Nov 13, 2020
  12. Nov 09, 2020
  13. Nov 05, 2020
  14. Nov 04, 2020
  15. Nov 03, 2020
  16. Oct 29, 2020
  17. Oct 12, 2020
  18. Oct 09, 2020
  19. Sep 29, 2020