From f559a056725ffb8bebe6b5b983ca40be0905c72f Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 6 May 2026 21:24:14 -0700 Subject: [PATCH] Net arrays are not supported for Verilog 95 --- ivtest/vvp_tests/sv_byte_array_string1.json | 7 ++++++- ivtest/vvp_tests/sv_byte_array_string2.json | 7 ++++++- ivtest/vvp_tests/sv_byte_array_string3.json | 7 ++++++- ivtest/vvp_tests/sv_byte_array_string4.json | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/ivtest/vvp_tests/sv_byte_array_string1.json b/ivtest/vvp_tests/sv_byte_array_string1.json index 92f9ead44..a2006f981 100644 --- a/ivtest/vvp_tests/sv_byte_array_string1.json +++ b/ivtest/vvp_tests/sv_byte_array_string1.json @@ -1,5 +1,10 @@ { "type" : "normal", "source" : "sv_byte_array_string1.v", - "iverilog-args" : [ "-g2005-sv" ] + "iverilog-args" : [ "-g2005-sv" ], + "vlog95" : { + "__comment" : "Array nets are not supported", + "type" : "CE", + "iverilog-args" : [ "-pallowsigned=1" ] + } } diff --git a/ivtest/vvp_tests/sv_byte_array_string2.json b/ivtest/vvp_tests/sv_byte_array_string2.json index 8d1280a4b..87bf891eb 100644 --- a/ivtest/vvp_tests/sv_byte_array_string2.json +++ b/ivtest/vvp_tests/sv_byte_array_string2.json @@ -1,5 +1,10 @@ { "type" : "normal", "source" : "sv_byte_array_string2.v", - "iverilog-args" : [ "-g2005-sv" ] + "iverilog-args" : [ "-g2005-sv" ], + "vlog95" : { + "__comment" : "Array nets are not supported", + "type" : "CE", + "iverilog-args" : [ "-pallowsigned=1" ] + } } diff --git a/ivtest/vvp_tests/sv_byte_array_string3.json b/ivtest/vvp_tests/sv_byte_array_string3.json index 87dfe0e1e..02e0f4f31 100644 --- a/ivtest/vvp_tests/sv_byte_array_string3.json +++ b/ivtest/vvp_tests/sv_byte_array_string3.json @@ -1,5 +1,10 @@ { "type" : "normal", "source" : "sv_byte_array_string3.v", - "iverilog-args" : [ "-g2005-sv" ] + "iverilog-args" : [ "-g2005-sv" ], + "vlog95" : { + "__comment" : "Array nets are not supported", + "type" : "CE", + "iverilog-args" : [ "-pallowsigned=1" ] + } } diff --git a/ivtest/vvp_tests/sv_byte_array_string4.json b/ivtest/vvp_tests/sv_byte_array_string4.json index aef296194..412e46c7e 100644 --- a/ivtest/vvp_tests/sv_byte_array_string4.json +++ b/ivtest/vvp_tests/sv_byte_array_string4.json @@ -1,5 +1,10 @@ { "type" : "normal", "source" : "sv_byte_array_string4.v", - "iverilog-args" : [ "-g2005-sv" ] + "iverilog-args" : [ "-g2005-sv" ], + "vlog95" : { + "__comment" : "Array nets are not supported", + "type" : "CE", + "iverilog-args" : [ "-pallowsigned=1" ] + } }