1. Feb 03, 2018
  2. Feb 02, 2018
  3. Feb 01, 2018
  4. Jan 31, 2018
  5. Jan 30, 2018
  6. Jan 27, 2018
  7. Jan 26, 2018
  8. Jan 25, 2018
  9. Jan 24, 2018
  10. Jan 23, 2018
  11. Jan 20, 2018
  12. Jan 19, 2018
  13. Jan 18, 2018
    • Wesley W. Terpstra's avatar
      SourceShrinker improvements (#1197) · 5854fb5f
      Wesley W. Terpstra authored
      * SourceShrinker: preserve FIFO guarantees of slaves
      
      * tilelink: document that Releases can use TtoT, BtoB, and NtoN
      
      TtoT is needed for write-through caches.
      5854fb5f
    • Megan Wachs's avatar
      JTAG: Use new withClock way of overriding clocks (#1072) · 338e453a
      Megan Wachs authored
      * JTAG: Use new withClock way of overriding clocks
      
      the override clock way is deprecated
      
      * JTAG: use withClock instead of override clock
      
      * JTAG:  extend Module for ClockedCounter
      
      * JTAG: Don't use deprecated clock constructs
      
      * JTAG: Remove another override_clock
      
      * Rename "NegativeEdgeLatch"
      
      because it's not a latch, it's just a register on the negative edge of the clock.
      
      * Use the appropriately named NegEdgeReg
      
      * JTAG: Rename another NegativeEdgeLatch
      338e453a
  14. Jan 16, 2018
  15. Jan 14, 2018
    • Edmond Cote's avatar
      remove string type ambiguity in header · ff11673a
      Edmond Cote authored
      I ran into a compilation issue.
      
      This link explains the problem well: https://stackoverflow.com/a/5499222/3736700
      
      For example, in a header file, it is generally not considered a good idea to put the line using namespace std; (or to use any namespace, for that matter) because it can cause names in files that include that header to become ambiguous. In this setup, you would just #include <string> in the header, then use std::string to refer to the string type.
      ff11673a
  16. Jan 13, 2018
  17. Jan 11, 2018
  18. Jan 10, 2018
  19. Jan 09, 2018
  20. Jan 06, 2018