Commit Graph

5 Commits

Author SHA1 Message Date
Martin Whitaker f8e29ee5e1 Add regression test for br_gh674.
(cherry picked from commit 50ae8cf552)
2022-04-10 22:43:17 +01:00
Martin Whitaker 7b9407f66d Add regression test for issue #621.
(cherry picked from commit 2c505f0040)
2022-03-21 20:09:42 +00:00
Martin Whitaker ff21f02c6c Further fixes for vvp code generation for c. assign of an array word.
The draw_net_input() function can write additional statements to the output
file, so must not be called in the midst of writing a statement.

(cherry picked from commit e53b2e774b)
2022-03-19 11:36:36 +00:00
Martin Whitaker 92e4597607 Fix vvp code generation for c. assign shift of array word (issue #632)
(cherry picked from commit 831db5a0d7)
2022-03-15 09:31:22 +00:00
Stephen Williams 74f7dacc86 Add ivtest to the iverilog source tree
By adding ivtest to the iverilog source tree, it is easier to keep
the regression test synchronized with the source that is being tested.
This should be especially helpful for PRs that add a new feature, and
have a matching ivtest PR with the regression test for that feature.
2022-01-15 11:05:49 -08:00