ivtest: Fix source for sv_mixed_assign2 test

The sv_mixed_assign2 JSON entry accidentally references
sv_mixed_assign1.v. Point it at sv_mixed_assign2.v instead.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
Lars-Peter Clausen 2026-05-16 09:53:47 -07:00
parent 73ae5bd1db
commit 74be72945a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"type" : "NI",
"source" : "sv_mixed_assign1.v",
"source" : "sv_mixed_assign2.v",
"iverilog-args" : [ "-g2009" ]
}