Skip to content
Snippets Groups Projects
  1. Oct 27, 2016
    • Dimitris Lampridis's avatar
      sdb: fix nibble order in commit_id field of SDB synthesis record. Closes #1399. · 2943524e
      Dimitris Lampridis authored
      This was due to a bug in the f_string2bits() which took the commit ID as a string argument, assuming that the character array of the string is (32 downto 1), while in fact the commit_id is a string(1 to 32).
      
      f_string2bits() is now  more resilient, it works with both "up" and "downto" string arguments, by checking the "ascending" attribute of the string type.
      2943524e
  2. Nov 18, 2015
  3. Nov 16, 2015
  4. Feb 24, 2015
  5. Feb 17, 2015
  6. Aug 04, 2014
  7. Jul 31, 2014
  8. May 20, 2014
  9. Apr 30, 2014
  10. Apr 25, 2014
  11. Apr 17, 2014
    • Wesley W. Terpstra's avatar
      spi flash: remove initialization and move erase to software · adc49ee7
      Wesley W. Terpstra authored
      Using the volatile configuration register to configure a flash chip
      is a bad idea. The problem is that if the FPGA is reset, the flash
      may be in a state inconsistent with what the FPGA requires to boot.
      
      The correct solution is to configure the non-volatile configuration
      register on the chip to what the FPGA expects on power-on. Then use
      these same settings inside the flash core.
      
      Going this route makes it necessary for software to be able to set
      the non-volatile configuration register. Rather than making the core
      even more complicated than it is, I have elected to add a FIFO which
      software can fill to issue custom SPI commands. Since erase can only
      be done from software anyway, I removed this code and let erase use
      the custom command FIFO.
      adc49ee7
  12. Mar 28, 2014
  13. Feb 27, 2014
  14. Feb 06, 2014
  15. Jan 21, 2014
  16. Jan 09, 2014
  17. Dec 20, 2013
  18. Dec 18, 2013
  19. Nov 22, 2013
  20. Oct 25, 2013
  21. Oct 24, 2013
  22. Oct 18, 2013
  23. Sep 24, 2013
  24. Sep 18, 2013
  25. Sep 03, 2013
  26. Sep 02, 2013
  27. Aug 30, 2013
  28. Jun 24, 2013
  29. May 21, 2013
  30. Apr 25, 2013