From 36e1eab3f474838b9eb967ecfc757fdbb0918900 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 16 Oct 2001 02:47:37 +0000 Subject: [PATCH] Add arith/div object. --- vvp/README.txt | 3 ++- vvp/arith.cc | 57 +++++++++++++++++++++++++++++++++++++++++++++++++- vvp/arith.h | 23 ++++++++++++++++---- vvp/compile.cc | 25 +++++++++++++++++++++- vvp/compile.h | 7 ++++++- vvp/lexor.lex | 6 +++++- vvp/parse.y | 12 +++++++++-- 7 files changed, 122 insertions(+), 11 deletions(-) diff --git a/vvp/README.txt b/vvp/README.txt index cd1b67d00..630539c00 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.36 2001/08/25 17:22:32 steve Exp $ + * $Id: README.txt,v 1.37 2001/10/16 02:47:37 steve Exp $ */ VVP SIMULATION ENGINE @@ -408,6 +408,7 @@ create special statement types for the various arithmetic operators.