1. 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
  2. 25 Jun, 2021 1 commit
  3. 03 Feb, 2021 1 commit
    • refactor cast conversion · dd1a9efb
      - delegate cast type and sign resolution to TypeOf conversion
      - internal support for injecting data declarations into statements
      - fix size and sign of unbased unsized literals used in casts
      - avoid generating many unnecessary explicit casts
      - support casts which depend on localparams within procedures
      - expression traversal correctly visits types within type casts
      - fix typeof on expressions of net types
      - handle additional edge cases for unsized integer array patterns
      - preserve signedness of implicitly flattened unpacked integer arrays
      Zachary Snow committed
  4. 15 Jul, 2020 1 commit
  5. 02 Jul, 2020 1 commit
  6. 07 Jun, 2020 2 commits
  7. 12 Oct, 2019 1 commit
  8. 26 Sep, 2019 1 commit
  9. 19 Sep, 2019 1 commit