1. 20 Mar, 2023 1 commit
  2. 15 Mar, 2023 2 commits
  3. 13 Mar, 2023 1 commit
  4. 10 Mar, 2023 7 commits
  5. 13 Jan, 2023 1 commit
  6. 12 Jan, 2023 1 commit
  7. 21 Nov, 2022 4 commits
  8. 23 Aug, 2022 2 commits
  9. 20 Jul, 2022 3 commits
  10. 27 Jun, 2022 10 commits
  11. 24 Jun, 2022 2 commits
  12. 22 Jun, 2022 3 commits
  13. 05 Apr, 2022 1 commit
  14. 30 Mar, 2022 1 commit
  15. 29 Mar, 2022 1 commit
    • 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