From a121e703f36a08ca11ca1daa411632b0669b5edc Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 28 Jan 2005 05:34:25 +0000 Subject: [PATCH] Add vector4 implementation of .arith/mult. --- vvp/README.txt | 8 ++++-- vvp/arith.cc | 66 ++++++++++++++++++++++++++++++++----------- vvp/arith.h | 76 ++++++++++++++++++++++++++------------------------ vvp/compile.cc | 14 ++++++---- vvp/vthread.cc | 28 +++++++++++++++---- vvp/vvp_net.cc | 28 ++++++++++++++++++- vvp/vvp_net.h | 13 ++++++++- 7 files changed, 165 insertions(+), 68 deletions(-) diff --git a/vvp/README.txt b/vvp/README.txt index 685648a59..2547bf345 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.54 2005/01/22 01:06:20 steve Exp $ + * $Id: README.txt,v 1.55 2005/01/28 05:34:25 steve Exp $ */ VVP SIMULATION ENGINE @@ -541,7 +541,11 @@ input vectors will be padded if needed to get the desired output width.