From 97e9b62080855e7204054a6c1c8997ff0abf95a3 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 24 Mar 2001 22:59:28 +0000 Subject: [PATCH] Describe the .net directive. --- vvp/README.txt | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/vvp/README.txt b/vvp/README.txt index 5d20e8df4..92040d7b3 100644 --- a/vvp/README.txt +++ b/vvp/README.txt @@ -1,7 +1,7 @@ /* * Copyright (c) 2001 Stephen Williams (steve@icarus.com) * - * $Id: README.txt,v 1.7 2001/03/23 02:40:22 steve Exp $ + * $Id: README.txt,v 1.8 2001/03/24 22:59:28 steve Exp $ */ VVP SIMULATION ENGINE @@ -142,6 +142,50 @@ code can read, so it is enough to give to the behavioral code the vvp_ipoint_t object of the .functor that drives the net. +NET STATEMENTS: + +A net is similar to a variable, except that a thread cannot write to +it (unless it uses a force) and it is given a different VPI type +code. The syntax of a .net statement is also similar to but not +exactly the same as the .var statement: + +