From ac5d4114adf35d875cee2efe1ceead29b894895b Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Sun, 16 Aug 2015 12:30:43 -0700 Subject: [PATCH] Update v10 vvp examples to have correct version number --- 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/hello.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, 23 insertions(+), 23 deletions(-) diff --git a/vvp/examples/assign_reg.vvp b/vvp/examples/assign_reg.vvp index 4107272ad..02a3941a8 100644 --- a/vvp/examples/assign_reg.vvp +++ b/vvp/examples/assign_reg.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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 3e63b97b9..e9bbe4ae8 100644 --- a/vvp/examples/copy.vvp +++ b/vvp/examples/copy.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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 6ee6622c3..31c8d7a58 100644 --- a/vvp/examples/disable.vvp +++ b/vvp/examples/disable.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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 91073dcc1..b2a80d7bf 100644 --- a/vvp/examples/edge.vvp +++ b/vvp/examples/edge.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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 6bf42f051..92dcb9ad0 100644 --- a/vvp/examples/fork.vvp +++ b/vvp/examples/fork.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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/hello.vvp b/vvp/examples/hello.vvp index 79fe3c10c..2caf82d61 100644 --- a/vvp/examples/hello.vvp +++ b/vvp/examples/hello.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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 0750f249b..111e98533 100644 --- a/vvp/examples/hello2.vvp +++ b/vvp/examples/hello2.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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 65e700d68..3f965b554 100644 --- a/vvp/examples/memory.vvp +++ b/vvp/examples/memory.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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 151a9a8bd..109f72dd4 100644 --- a/vvp/examples/set_reg.vvp +++ b/vvp/examples/set_reg.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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 e436381fa..6775ada86 100644 --- a/vvp/examples/sum.vvp +++ b/vvp/examples/sum.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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 33b864011..00faac8e4 100644 --- a/vvp/examples/time.vvp +++ b/vvp/examples/time.vvp @@ -1,7 +1,7 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; -; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2015 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 2cf37101b..3d56cf594 100644 --- a/vvp/examples/vector.vvp +++ b/vvp/examples/vector.vvp @@ -1,4 +1,4 @@ -:ivl_version "0.10.0" "vec4-stack"; +:ivl_version "10.0" "vec4-stack"; :vpi_module "system"; ; This program is free software; you can redistribute it and/or modify