From 2e00a7d48211d9d538d9a14ff46b28c642783dc8 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Mon, 30 Oct 2023 18:25:46 +0900 Subject: [PATCH] ivtests/array_slice_contact: add test manifest --- ivtest/regress-vlg.list | 1 - ivtest/vvp_tests/array_slice_concat.json | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ivtest/vvp_tests/array_slice_concat.json 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" +}