From c98e4b25b39427e5713e6ab953f0a5778b7dbfcf Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 8 May 2000 05:27:32 +0000 Subject: [PATCH] Restore vvm_bufz to working condition. --- vvm/vvm_gates.cc | 7 +++++-- vvm/vvm_gates.h | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/vvm/vvm_gates.cc b/vvm/vvm_gates.cc index e0a97823f..f04e4caf8 100644 --- a/vvm/vvm_gates.cc +++ b/vvm/vvm_gates.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: vvm_gates.cc,v 1.13 2000/04/23 21:15:07 steve Exp $" +#ident "$Id: vvm_gates.cc,v 1.14 2000/05/08 05:27:32 steve Exp $" #endif # include "vvm_gates.h" @@ -221,7 +221,7 @@ vvm_bufz::~vvm_bufz() { } -void vvm_bufz::init(unsigned, vpip_bit_t) +void vvm_bufz::init_I(unsigned, vpip_bit_t) { } @@ -319,6 +319,9 @@ void vvm_not::take_value(unsigned, vpip_bit_t val) /* * $Log: vvm_gates.cc,v $ + * Revision 1.14 2000/05/08 05:27:32 steve + * Restore vvm_bufz to working condition. + * * Revision 1.13 2000/04/23 21:15:07 steve * Emit code for the bufif devices. * diff --git a/vvm/vvm_gates.h b/vvm/vvm_gates.h index e307a2df2..b007d096d 100644 --- a/vvm/vvm_gates.h +++ b/vvm/vvm_gates.h @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: vvm_gates.h,v 1.60 2000/04/23 21:15:07 steve Exp $" +#ident "$Id: vvm_gates.h,v 1.61 2000/05/08 05:27:32 steve Exp $" #endif # include "vvm.h" @@ -828,7 +828,7 @@ class vvm_bufz : public vvm_nexus::recvr_t, public vvm_nexus::drive_t { explicit vvm_bufz(); ~vvm_bufz(); - void init(unsigned idx, vpip_bit_t val); + void init_I(unsigned idx, vpip_bit_t val); private: void take_value(unsigned, vpip_bit_t val); @@ -930,6 +930,9 @@ class vvm_posedge : public vvm_nexus::recvr_t { /* * $Log: vvm_gates.h,v $ + * Revision 1.61 2000/05/08 05:27:32 steve + * Restore vvm_bufz to working condition. + * * Revision 1.60 2000/04/23 21:15:07 steve * Emit code for the bufif devices. *