diff --git a/ivtest/regress-vlg.list b/ivtest/regress-vlg.list index 7fd55bf10..8dd34a0fa 100644 --- a/ivtest/regress-vlg.list +++ b/ivtest/regress-vlg.list @@ -157,7 +157,6 @@ array_select_a normal ivltests array_word_check normal ivltests gold=array_word_check.gold array_word_width normal ivltests gold=array_word_width.gold array_word_width2 normal ivltests -array_slice_concat normal ivltests assign3.2A normal ivltests assign3.2B normal ivltests assign3.2C normal ivltests diff --git a/ivtest/vvp_tests/array_slice_concat.json b/ivtest/vvp_tests/array_slice_concat.json new file mode 100644 index 000000000..f152dc00d --- /dev/null +++ b/ivtest/vvp_tests/array_slice_concat.json @@ -0,0 +1,4 @@ +{ + "type" : "normal", + "source" : "array_slice_concat.v" +}