From 559a1fd359e2d1362d8c7206258185892f73c8d1 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 13 Jul 2005 04:58:29 +0000 Subject: [PATCH] Remove the .word statement. --- vvp/README.txt | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/vvp/README.txt b/vvp/README.txt index 1abd6a2fc..582de74fd 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.69 2005/07/06 04:29:25 steve Exp $ + * $Id: README.txt,v 1.70 2005/07/13 04:58:29 steve Exp $ */ VVP SIMULATION ENGINE @@ -422,21 +422,6 @@ to trigger this event. Only one of the input events needs to trigger to make this one go. -WORD STATEMENTS (deprecated): - -Verilog includes some scalar word types available to the programmer, -including real variables, and possible extension types that the code -generator can transparently use. Variables of these special types are -declared with .word statements: - -