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: + +