Line 1... |
Line 1... |
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
// //
|
// //
|
// file name: memstate2.v //
|
// file name: memstate2.v //
|
// description: memory opertions for z80 //
|
// description: memory opertions for z80 //
|
// project: wb_z80 //
|
// project: wb_z80 //
|
Line 107... |
Line 108... |
// In the former case, we throw out the instruction that arrives on the next tick, and restart the
|
// In the former case, we throw out the instruction that arrives on the next tick, and restart the
|
// instruction pipeline, In the latter case, we simply wait a tick for the ir2 operaton to
|
// instruction pipeline, In the latter case, we simply wait a tick for the ir2 operaton to
|
// complete before starting the ir1 operation
|
// complete before starting the ir1 operation
|
//-------1---------2---------3--------CVS Log -----------------------7---------8---------9--------0
|
//-------1---------2---------3--------CVS Log -----------------------7---------8---------9--------0
|
//
|
//
|
// $Id: memstate2.v,v 1.4 2004-04-19 07:52:39 mihal Exp $
|
// $Id: memstate2.v,v 1.5 2004-04-19 08:10:36 mihal Exp $
|
//
|
//
|
// $Date: 2004-04-19 07:52:39 $
|
// $Date: 2004-04-19 08:10:36 $
|
// $Revision: 1.4 $
|
// $Revision: 1.5 $
|
// $Author: mihal $
|
// $Author: mihal $
|
// $Locker: $
|
// $Locker: $
|
// $State: Exp $
|
// $State: Exp $
|
//
|
//
|
// Change History:
|
// Change History:
|
// $Log: not supported by cvs2svn $
|
// $Log: not supported by cvs2svn $
|
|
// Revision 1.4 2004/04/19 07:52:39 mihal
|
|
// testing lint
|
|
//
|
// Revision 1.3 2004/04/19 07:28:58 mihal
|
// Revision 1.3 2004/04/19 07:28:58 mihal
|
// testing lint
|
// testing lint
|
//
|
//
|
// Revision 1.2 2004/04/17 08:02:00 mihal
|
// Revision 1.2 2004/04/17 08:02:00 mihal
|
// testing lint
|
// testing lint
|