- 08 Oct, 2021 1 commit
-
-
Zachary Snow committed
-
- 07 Oct, 2021 1 commit
-
-
- scoped traversals can now raise errors which contain the path of the current scope and an approximate source location based on preceding trace comments, if available - initially, this new error messaging has only been added for the illegal size cast checks in the TypeOf and Cast conversions - error suite tests can provide a verbose mode expected source location
Zachary Snow committed
-
- 05 Oct, 2021 1 commit
-
-
- error suite runs in both regular and verbose mode - add helper for extracting "flags" from test files - common assertMatch, assertNotMatch helpers - remove unused assertExists helper - fix un-escaped wildcard in assert_deferred_nonzero.sv
Zachary Snow committed
-
- 03 Oct, 2021 1 commit
-
-
Zachary Snow committed
-
- 29 Sep, 2021 1 commit
-
-
Zachary Snow committed
-
- 28 Sep, 2021 1 commit
-
-
Zachary Snow committed
-
- 24 Sep, 2021 1 commit
-
-
Zachary Snow committed
-
- 22 Sep, 2021 2 commits
-
-
Zachary Snow committed
-
Zachary Snow committed
-
- 21 Sep, 2021 1 commit
-
-
Zachary Snow committed
-
- 19 Sep, 2021 2 commits
-
-
Zachary Snow committed
-
Zachary Snow committed
-
- 17 Sep, 2021 1 commit
-
-
Zachary Snow committed
-
- 14 Sep, 2021 1 commit
-
-
Zachary Snow committed
-
- 11 Sep, 2021 1 commit
-
-
Saw Xue Zheng committed
-
- 07 Sep, 2021 3 commits
-
-
Zachary Snow committed
-
Zachary Snow committed
-
Specifically, support has been added for non-ANSI style port declarations where the port declaration is separate from the corresponding net or variable declaration.
Zachary Snow committed
-
- 05 Sep, 2021 1 commit
-
-
Zachary Snow committed
-
- 30 Aug, 2021 1 commit
-
-
- all inputs are now decoded as UTF-8, regardless of the platform - decoding failures are now tolerated via transliteration given errant characters are generally expected to appear in comments
Zachary Snow committed
-
- 26 Aug, 2021 1 commit
-
-
Zachary Snow committed
-
- 24 Aug, 2021 1 commit
-
-
This works around a compilation performance regression in GHC 9.0.1: https://gitlab.haskell.org/ghc/ghc/-/issues/20261. This also speeds up compilation on other versions.
Zachary Snow committed
-
- 21 Aug, 2021 1 commit
-
-
This adds support for typed valued parameters declared in parameter port lists without explicitly providing a leading `parameter` or `localparam` marker.
Zachary Snow committed
-
- 20 Aug, 2021 1 commit
-
-
Zachary Snow committed
-
- 19 Aug, 2021 1 commit
-
-
Zachary Snow committed
-
- 18 Aug, 2021 3 commits
-
-
Zachary Snow committed
-
Zachary Snow committed
-
Zachary Snow committed
-
- 17 Aug, 2021 6 commits
-
-
Zachary Snow committed
-
Zachary Snow committed
-
Zachary Snow committed
-
Zachary Snow committed
-
Zachary Snow committed
-
Zachary Snow committed
-
- 16 Aug, 2021 1 commit
-
-
Zachary Snow committed
-
- 15 Aug, 2021 2 commits
-
-
Zachary Snow committed
-
Zachary Snow committed
-
- 12 Aug, 2021 1 commit
-
-
Zachary Snow committed
-
- 10 Aug, 2021 2 commits
-
-
Zachary Snow committed
-
- 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
-