From 609d5fe7274d6ebf2079dddbb195dbf4c2850d10 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 29 Mar 2001 03:46:36 +0000 Subject: [PATCH] Support named events as mode 2 functors. --- vvp/README.txt | 15 ++++++++++++--- vvp/compile.cc | 27 ++++++++++++++++++++++++++- vvp/compile.h | 7 ++++++- vvp/functor.cc | 23 ++++++++++++++++++++++- vvp/functor.h | 7 +++++-- vvp/parse.y | 11 +++++++++-- vvp/vthread.cc | 7 +++++-- 7 files changed, 85 insertions(+), 12 deletions(-) diff --git a/vvp/README.txt b/vvp/README.txt index 23bd990b8..b46a792d8 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.9 2001/03/26 04:00:39 steve Exp $ + * $Id: README.txt,v 1.10 2001/03/29 03:46:36 steve Exp $ */ VVP SIMULATION ENGINE @@ -197,8 +197,8 @@ through .event objects, that are declare like so: