1. Jun 18, 2020
    • chick's avatar
      Fixed null pointer exception · 4460e57e
      chick authored
      4460e57e
    • chick's avatar
      This commit adds a mechanism for changing the backend used for running the chisel3 test suite · f24d2a01
      chick authored
      It will check for the presense of file in the chisel3 root directory named TestBackendName
      If not found if test will default to the Verilator backend
      If it is found it will look for lines with either the word Treadle or Verilator and
      use the corresponding backend.
      Convenience tasks
      setTreadleBackend    sets backend to treadle
      setVerilatorBackend  sets backend to verilator
      setDefaultBackend    removes TestBackendName file which effectively sets backend to verilator
      
      The file name TestBackendName has been added to .gitignore
      The verilator backend is the historical backend and currently defines expected behavior
      The treadle backend is experimental and runs much faster
      f24d2a01
    • chick's avatar
      Marked failing tests as Verilator only. · 0e906824
      chick authored
      To be fixed later.
      Many of these are related to black box limitation.
      Made BitwiseOps.scala run under both backends
      0e906824
  2. Jun 17, 2020
  3. Jun 09, 2020
  4. Jun 06, 2020
  5. Jun 03, 2020
  6. May 14, 2020
  7. May 06, 2020
  8. May 05, 2020
  9. Apr 21, 2020
  10. Apr 17, 2020
  11. Apr 14, 2020
  12. Apr 11, 2020
  13. Apr 10, 2020
  14. Apr 08, 2020
  15. Apr 07, 2020
  16. Apr 05, 2020
  17. Apr 03, 2020
  18. Apr 01, 2020
  19. Mar 31, 2020
  20. Mar 28, 2020
  21. Mar 27, 2020
  22. Mar 26, 2020