From 2b161aca200de9dd3bc933289d4654e3d7b8663d Mon Sep 17 00:00:00 2001 From: "Cary R." Date: Sat, 31 Jan 2026 23:35:28 -0800 Subject: [PATCH] Fix JSON syntax error in br_gh25b.json --- ivtest/vvp_tests/br_gh25b.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivtest/vvp_tests/br_gh25b.json b/ivtest/vvp_tests/br_gh25b.json index 879bfb287..2e488dcc4 100644 --- a/ivtest/vvp_tests/br_gh25b.json +++ b/ivtest/vvp_tests/br_gh25b.json @@ -1,5 +1,5 @@ { "type" : "normal", "source" : "br_gh25b.v", - "iverilog-args" : [ "-g2009" } + "iverilog-args" : [ "-g2009" ] }