Line 39... |
Line 39... |
//// Public License along with this source; if not, download it ////
|
//// Public License along with this source; if not, download it ////
|
//// from <http://www.opencores.org/lgpl.shtml> ////
|
//// from <http://www.opencores.org/lgpl.shtml> ////
|
//// ////
|
//// ////
|
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
//
|
//
|
// $Id: sxp.v,v 1.9 2001-12-14 16:53:12 samg Exp $
|
// $Id: sxp.v,v 1.10 2001-12-14 17:04:06 samg Exp $
|
//
|
//
|
// CVS Revision History
|
// CVS Revision History
|
//
|
//
|
// $Log: not supported by cvs2svn $
|
// $Log: not supported by cvs2svn $
|
|
// Revision 1.9 2001/12/14 16:53:12 samg
|
|
// simplified regf_status interface
|
|
//
|
// Revision 1.8 2001/12/12 02:07:25 samg
|
// Revision 1.8 2001/12/12 02:07:25 samg
|
// fixed case statement, sensitivity list
|
// fixed case statement, sensitivity list
|
//
|
//
|
// Revision 1.7 2001/12/06 16:12:06 samg
|
// Revision 1.7 2001/12/06 16:12:06 samg
|
// minor expression rewrite in 4th stage
|
// minor expression rewrite in 4th stage
|
Line 275... |
Line 278... |
.clk(clk), // system clock
|
.clk(clk), // system clock
|
.reset_b(reset_b), // system reset
|
.reset_b(reset_b), // system reset
|
.halt(halt), // processor halt signal
|
.halt(halt), // processor halt signal
|
.int_req(int_req), // signal that an interupt is requested
|
.int_req(int_req), // signal that an interupt is requested
|
.int_num(int_num), // interupt number that is being requested
|
.int_num(int_num), // interupt number that is being requested
|
.safe_switch(safe_switch), // signal that processor is safe to switch
|
|
.nop_detect(nop_detect), // signal that the processor just executed a NOP instruction
|
.nop_detect(nop_detect), // signal that the processor just executed a NOP instruction
|
|
|
.int_rdy(int_rdy), // 1 when int req will be serviced when requested
|
.int_rdy(int_rdy), // 1 when int req will be serviced when requested
|
.idle(idle), // signal to idle processor;
|
.idle(idle), // signal to idle processor;
|
.jal_req(jal_req), // signal to fetch to insert the JAL instruction
|
.jal_req(jal_req), // signal to fetch to insert the JAL instruction
|