1. Apr 24, 2019
  2. Apr 23, 2019
  3. Apr 19, 2019
  4. Apr 15, 2019
    • Jack Koenig's avatar
      Merge pull request #1920 from freechipsproject/bump-firrtl · 8f58b3e1
      Jack Koenig authored
      Summary of changes:
      * No longer reports exceptions in custom transforms as internal errors
      * Error on registers with flip in type
      * Add `--nodedup` command line option to turn of dedup
      * Fix gnarly bug in checking component "initialization"
      * Add data structure for repl-seq-mems file format
      * DCE removes printf and stop with constant-0 enables
      * Faster register constant propagation
      8f58b3e1
  5. Apr 13, 2019
  6. Apr 12, 2019
  7. Apr 11, 2019
  8. Apr 10, 2019
  9. Apr 09, 2019
  10. Apr 06, 2019
  11. Apr 05, 2019
  12. Apr 04, 2019
  13. Apr 03, 2019
  14. Apr 02, 2019
  15. Mar 31, 2019
    • Derek Pappas's avatar
      Logical tree3 (#1890) · 80710752
      Derek Pappas authored
      * A replacement for the previous object model structure. the new structure is distributed and does not rely on a traversal of the design except in the core for now (this may be replaced as well). Relationships between parents and children are stored and later traversed. The same getOMComponents functions are called but not in device rather they have been moved to a LogicalTreeNode associated with the design component.
      80710752
  16. Mar 29, 2019
  17. Mar 28, 2019
  18. Mar 27, 2019