From 43c85529af122aaebead4368c1d00c2e718ad84b Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Mon, 26 Dec 2022 17:16:26 -0500 Subject: [PATCH] devel: Fix ci build vvp test The vvp test expects a proper version stamp in the examples/hello.vvp file. --- vvp/examples/hello.vvp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vvp/examples/hello.vvp b/vvp/examples/hello.vvp index bf84af4f7..29577f5a3 100644 --- a/vvp/examples/hello.vvp +++ b/vvp/examples/hello.vvp @@ -1,4 +1,4 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; ; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com)