1. Jan 20, 2021
    • Jack Koenig's avatar
      Publish SNAPSHOTs on PRs as well · d546e93d
      Jack Koenig authored
      d546e93d
    • Jack Koenig's avatar
      Switch from Travis to Github Actions CI (#2041) · bbd7fc41
      Jack Koenig authored
      * Fix .run_formal_checks for Github Actions instead of Travis
      * Remove .run_chisel_tests
      
      Because we publish SNAPSHOTs on every merge to master, the Chisel repo
      checks against master of FIRRTL regularly
      
      * Only run unidoc for Scala 2.12
      
      Under Travis we ran for 2.11, 2.12, and 2.13, but it doesn't work when
      using ++2.<major>.<minor> when major != to 2.12. It seems if we want to
      run all 3, we have to run as `sbt +unidoc`. It's not clear how much
      benefit we get from building on the other versions, so stick with 2.12
      for now.
      
      * Generate .mergify.yml with script in chisel-repo-tools
      
      Generated with config:
      
      conditions:
        - status-success=all tests passed
      branches:
        - 1.2.x
        - 1.3.x
        - 1.4.x
      bbd7fc41
  2. Dec 16, 2020
    • Jack Koenig's avatar
      Improve performance of LowerTypes renaming (#2024) · 15013df6
      Jack Koenig authored
      This is done by having LowerTypes uses two RenameMaps instead of one for
      each module. There is one for renaming instance paths, and one for
      renaming everything within modules.
      
      Also add some utilities:
      * TargetUtils for dealing with InstanceTargets
      * RenameMap.fromInstanceRenames
      15013df6
  3. Dec 12, 2020
  4. Dec 11, 2020
  5. Dec 08, 2020
  6. Dec 05, 2020
  7. Dec 03, 2020
  8. Dec 02, 2020
  9. Dec 01, 2020
  10. Nov 24, 2020
  11. Nov 18, 2020
  12. Nov 17, 2020
  13. Nov 13, 2020
  14. Nov 12, 2020
  15. Nov 11, 2020
  16. Nov 10, 2020
  17. Nov 07, 2020
  18. Nov 05, 2020
  19. Oct 27, 2020
  20. Oct 26, 2020
  21. Oct 14, 2020
  22. Oct 13, 2020
  23. Oct 06, 2020
  24. Oct 02, 2020
  25. Oct 01, 2020
  26. Sep 29, 2020