1. 21 Apr, 2023 1 commit
  2. 08 Mar, 2023 1 commit
  3. 24 Dec, 2022 1 commit
  4. 10 May, 2022 1 commit
  5. 02 May, 2022 1 commit
  6. 11 Apr, 2022 1 commit
  7. 12 Mar, 2022 1 commit
  8. 09 Mar, 2022 1 commit
  9. 16 Feb, 2022 1 commit
  10. 07 Feb, 2022 1 commit
  11. 26 Jan, 2022 1 commit
  12. 10 Dec, 2021 1 commit
  13. 14 Sep, 2021 1 commit
  14. 11 Sep, 2021 1 commit
  15. 07 Sep, 2021 1 commit
  16. 30 Aug, 2021 1 commit
  17. 26 Aug, 2021 1 commit
  18. 24 Aug, 2021 1 commit
  19. 21 Aug, 2021 1 commit
  20. 19 Aug, 2021 1 commit
  21. 18 Aug, 2021 2 commits
  22. 17 Aug, 2021 4 commits
  23. 16 Aug, 2021 1 commit
  24. 15 Aug, 2021 1 commit
  25. 12 Aug, 2021 1 commit
  26. 10 Aug, 2021 1 commit
    • refactor sizing and truncation of integer literals · 306d7133
      - use iverilog's -gstrict-expr-width throughout test suite
      - add warnings for excess bits or padding zeroes in number literals
      - add new --oversized-numbers parameter to retain support for unsized
        numbers wider than 32 bits
      - localized use of oversized numbers to new truncate test suite which
        verifies the behavior of both modes, and compares against the known
        behavior of iverilog
      Zachary Snow committed
  27. 09 Aug, 2021 1 commit
  28. 08 Aug, 2021 1 commit
  29. 07 Aug, 2021 1 commit
  30. 27 Jul, 2021 1 commit
  31. 19 Jul, 2021 2 commits
  32. 16 Jul, 2021 2 commits
  33. 14 Jul, 2021 1 commit
    • improved handling of procedural for loops · bfd0cee0
      - convert loops with no or many incrementations
      - restrict AST node to only contain traditional initializations
      - parser elaborates for loop decls into a synthetic block
      - decl list codegen is now specific to parameter decl lists
      - update jump conversion special cases for new representation
      - first experiments with bimapM
      Zachary Snow committed
  34. 12 Jul, 2021 1 commit
    • improved source position trace comments · ac548cac
      - remove needless comments generated during interface conversion
      - filter null statements even in verbose mode
      - hoist trace comment statements if doing so would prevent the need to
        wrap a task or function body in a block
      - add traces for global declarations
      - add traces for parameter declaration lists
      - add traces for module items within generate blocks
      - avoid generating duplicate traces before declarations
      Zachary Snow committed