Skip to content
Snippets Groups Projects
  1. Nov 22, 2013
  2. Oct 25, 2013
  3. Oct 24, 2013
  4. Oct 18, 2013
  5. Sep 24, 2013
  6. Sep 18, 2013
  7. Sep 03, 2013
  8. Sep 02, 2013
  9. Aug 30, 2013
  10. Jun 24, 2013
  11. May 21, 2013
  12. Apr 25, 2013
  13. Apr 23, 2013
  14. Apr 15, 2013
  15. Apr 05, 2013
  16. Mar 08, 2013
  17. Mar 05, 2013
    • Wesley W. Terpstra's avatar
      genrams: remove init_value generic option · fb24703c
      Wesley W. Terpstra authored
      In the past we used a generic to set the initial memory contents on altera.
      Unfortunately, quartus compiles big generics slowly (read: hours).
      Now we can load from a .mif file instead, which is much faster (seconds).
      Thus, this old option is no longer needed.
      fb24703c
  18. Feb 26, 2013
  19. Feb 25, 2013
  20. Feb 13, 2013
    • Wesley W. Terpstra's avatar
      crossbar: eliminate lexically nested functions · fce11846
      Wesley W. Terpstra authored
      According to Peter Jansweijer, Precision and Questasim had trouble
      synthesizing the crossbar HDL. After tracking the problem down via
      email, it appears that these tools cannot handle nested functions
      correctly; they crash or fail when trying to access the parameters
      of the lexically enclosing function.
      
      Therefore, this patch just outright removes all nested functions.
      fce11846
  21. Aug 03, 2012
  22. Aug 01, 2012
  23. May 18, 2012
  24. May 14, 2012
  25. Mar 28, 2012