1. 15 Mar, 2023 1 commit
  2. 13 Mar, 2023 1 commit
  3. 10 Mar, 2023 7 commits
  4. 13 Jan, 2023 1 commit
  5. 12 Jan, 2023 1 commit
  6. 21 Nov, 2022 4 commits
  7. 23 Aug, 2022 2 commits
  8. 20 Jul, 2022 3 commits
  9. 27 Jun, 2022 10 commits
  10. 24 Jun, 2022 2 commits
  11. 22 Jun, 2022 3 commits
  12. 05 Apr, 2022 1 commit
  13. 30 Mar, 2022 1 commit
  14. 29 Mar, 2022 3 commits
    • Istvan Kiss's avatar
      Fix? TCs:don't try to rem. not generated Makefile · 08044a47
      Istvan Kiss authored
      These testcases are intended to provoke HDLMake
      Errors, therefore not generating a synthesis Makefile.
      
      Before making the Makefile write 'atomic' with
      contextmanager, these Makefiles have been generated both
      on Linux and Windows.
      On Linux, the testsuite passed even then.
      But on Windows, these Makefiles have been reported
      as busy while the TestCase tried to delete the files.
      This resulted in OsErrors.
      08044a47
    • Istvan Kiss's avatar
      Use context manager for writing Makefile · 3f5d953b
      Istvan Kiss authored
      TestSuite failing on Linux:
      FAILED test_all.py::test_quartus035 - FileNotFoundError: [Errno 2] No such file or directory: '035quartus_err/Makefile'
      FAILED test_all.py::test_quartus036 - FileNotFoundError: [Errno 2] No such file or directory: '036quartus_err/Makefile'
      FAILED test_all.py::test_quartus037 - FileNotFoundError: [Errno 2] No such file or directory: '037quartus_err/Makefile'
      FAILED test_all.py::test_quartus038 - FileNotFoundError: [Errno 2] No such file or directory: '038quartus_err/Makefile'
      
      Probably this is because these testases SHALL NOT generate a valid
      makefile.
      Before 'atomizing' the Makefile write, these Makefiles have been
      generated anyway, despite the detected and reported errors.
      3f5d953b
    • Istvan Kiss's avatar
      Step0: Write file content into string,then to file · 179c4db4
      Istvan Kiss authored
      No funstional change. Not fully clean refactor.
      TestSuite Still passing on Linux.
      179c4db4