From b7861fa6e845f1cc6c2e3828e818f51d1401a522 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 2 Jan 2006 05:32:06 +0000 Subject: [PATCH] Require explicit delay node from source. --- vvp/README.txt | 24 ++++++++-- vvp/compile.cc | 34 +++++++++++++- vvp/compile.h | 14 ++++-- vvp/delay.cc | 121 +++++++++++++++++++++++++++++++++++++++++-------- vvp/delay.h | 20 +++++++- vvp/lexor.lex | 6 ++- vvp/logic.cc | 21 +++------ vvp/parse.y | 42 +++++++++++------ 8 files changed, 224 insertions(+), 58 deletions(-) diff --git a/vvp/README.txt b/vvp/README.txt index 0281df84c..bba6d9c5e 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.74 2005/11/25 17:55:26 steve Exp $ + * $Id: README.txt,v 1.75 2006/01/02 05:32:06 steve Exp $ */ VVP SIMULATION ENGINE @@ -128,7 +128,8 @@ label is required for functors. The general syntax of a functor is: -