From f5ee8a9a44484c6ad1c2079e87579d6cbadf4a31 Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 2 Mar 2026 10:44:13 -0800 Subject: [PATCH] Update vvp examples to match the correct version --- scripts/CREATE_BRANCH.sh | 2 +- vvp/examples/assign_reg.vvp | 4 ++-- vvp/examples/copy.vvp | 4 ++-- vvp/examples/disable.vvp | 4 ++-- vvp/examples/edge.vvp | 4 ++-- vvp/examples/fork.vvp | 4 ++-- vvp/examples/hello2.vvp | 4 ++-- vvp/examples/memory.vvp | 4 ++-- vvp/examples/set_reg.vvp | 4 ++-- vvp/examples/sum.vvp | 4 ++-- vvp/examples/time.vvp | 4 ++-- vvp/examples/vector.vvp | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/scripts/CREATE_BRANCH.sh b/scripts/CREATE_BRANCH.sh index c0505e796..e35546072 100644 --- a/scripts/CREATE_BRANCH.sh +++ b/scripts/CREATE_BRANCH.sh @@ -15,7 +15,7 @@ # git push -u origin v13-branch # # After this update the master branch to the next version and update -# vvp/examples/hello.vvp to match the new version. +# vvp/examples/*.vvp to match the new version. # if [ $# -ne 1 ] ; then diff --git a/vvp/examples/assign_reg.vvp b/vvp/examples/assign_reg.vvp index ec1b7e0c8..adb522d2b 100644 --- a/vvp/examples/assign_reg.vvp +++ b/vvp/examples/assign_reg.vvp @@ -1,7 +1,7 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/vvp/examples/copy.vvp b/vvp/examples/copy.vvp index bba8b7708..fa4a27f08 100644 --- a/vvp/examples/copy.vvp +++ b/vvp/examples/copy.vvp @@ -1,7 +1,7 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/vvp/examples/disable.vvp b/vvp/examples/disable.vvp index 866a1039e..92c2c0ef6 100644 --- a/vvp/examples/disable.vvp +++ b/vvp/examples/disable.vvp @@ -1,7 +1,7 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/vvp/examples/edge.vvp b/vvp/examples/edge.vvp index 12f3809db..45c9fbb34 100644 --- a/vvp/examples/edge.vvp +++ b/vvp/examples/edge.vvp @@ -1,7 +1,7 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/vvp/examples/fork.vvp b/vvp/examples/fork.vvp index 9a43e789f..9e42a83bb 100644 --- a/vvp/examples/fork.vvp +++ b/vvp/examples/fork.vvp @@ -1,7 +1,7 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/vvp/examples/hello2.vvp b/vvp/examples/hello2.vvp index c4524c70f..c315a36ab 100644 --- a/vvp/examples/hello2.vvp +++ b/vvp/examples/hello2.vvp @@ -1,7 +1,7 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/vvp/examples/memory.vvp b/vvp/examples/memory.vvp index f395b1fea..64c9e3939 100644 --- a/vvp/examples/memory.vvp +++ b/vvp/examples/memory.vvp @@ -1,7 +1,7 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com) ; Copyright (c) 2001 Stephan Boettcher ; ; This program is free software; you can redistribute it and/or modify diff --git a/vvp/examples/set_reg.vvp b/vvp/examples/set_reg.vvp index dc7168e3b..a4882487b 100644 --- a/vvp/examples/set_reg.vvp +++ b/vvp/examples/set_reg.vvp @@ -1,7 +1,7 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/vvp/examples/sum.vvp b/vvp/examples/sum.vvp index 3b1af148f..081a13b25 100644 --- a/vvp/examples/sum.vvp +++ b/vvp/examples/sum.vvp @@ -1,7 +1,7 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/vvp/examples/time.vvp b/vvp/examples/time.vvp index bc14ba554..a9e78368b 100644 --- a/vvp/examples/time.vvp +++ b/vvp/examples/time.vvp @@ -1,7 +1,7 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/vvp/examples/vector.vvp b/vvp/examples/vector.vvp index e1e73b74a..76fe83c97 100644 --- a/vvp/examples/vector.vvp +++ b/vvp/examples/vector.vvp @@ -1,4 +1,4 @@ -:ivl_version "12.0" "vec4-stack"; +:ivl_version "13.0" "vec4-stack"; :vpi_module "system"; ; This program is free software; you can redistribute it and/or modify