mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
Restore vvm_bufz to working condition.
This commit is contained in:
+5
-2
@@ -17,7 +17,7 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*/
|
*/
|
||||||
#if !defined(WINNT) && !defined(macintosh)
|
#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
|
#endif
|
||||||
|
|
||||||
# include "vvm_gates.h"
|
# 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 $
|
* $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
|
* Revision 1.13 2000/04/23 21:15:07 steve
|
||||||
* Emit code for the bufif devices.
|
* Emit code for the bufif devices.
|
||||||
*
|
*
|
||||||
|
|||||||
+5
-2
@@ -19,7 +19,7 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*/
|
*/
|
||||||
#if !defined(WINNT) && !defined(macintosh)
|
#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
|
#endif
|
||||||
|
|
||||||
# include "vvm.h"
|
# include "vvm.h"
|
||||||
@@ -828,7 +828,7 @@ class vvm_bufz : public vvm_nexus::recvr_t, public vvm_nexus::drive_t {
|
|||||||
explicit vvm_bufz();
|
explicit vvm_bufz();
|
||||||
~vvm_bufz();
|
~vvm_bufz();
|
||||||
|
|
||||||
void init(unsigned idx, vpip_bit_t val);
|
void init_I(unsigned idx, vpip_bit_t val);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void take_value(unsigned, vpip_bit_t val);
|
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 $
|
* $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
|
* Revision 1.60 2000/04/23 21:15:07 steve
|
||||||
* Emit code for the bufif devices.
|
* Emit code for the bufif devices.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user