Line 42... |
Line 42... |
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
//
|
//
|
// CVS Revision History
|
// CVS Revision History
|
//
|
//
|
// $Log: not supported by cvs2svn $
|
// $Log: not supported by cvs2svn $
|
|
// Revision 1.15 2002/10/23 16:53:39 simont
|
|
// fix bugs in instruction interface
|
|
//
|
// Revision 1.14 2002/10/17 18:50:00 simont
|
// Revision 1.14 2002/10/17 18:50:00 simont
|
// cahnge interface to instruction rom
|
// cahnge interface to instruction rom
|
//
|
//
|
// Revision 1.13 2002/09/30 17:33:59 simont
|
// Revision 1.13 2002/09/30 17:33:59 simont
|
// prepared header
|
// prepared header
|
Line 349... |
Line 352... |
.pc(pc), .out_addr(iadr_o));
|
.pc(pc), .out_addr(iadr_o));
|
|
|
//
|
//
|
//
|
//
|
oc8051_ext_addr_sel oc8051_ext_addr_sel1(.clk(clk), .rst(rst), .sel(ext_addr_sel),
|
oc8051_ext_addr_sel oc8051_ext_addr_sel1(.clk(clk), .rst(rst), .sel(ext_addr_sel),
|
.dptr_hi(dptr_hi), .dptr_lo(dptr_lo), .ri(ri), .addr_out(adr_o), .wr(wr_xaddr));
|
.dptr_hi(dptr_hi), .dptr_lo(dptr_lo), .ri(ri), .addr_out(adr_o),
|
|
.wr(wr_xaddr), .stb(stb_o));
|
|
|
//
|
//
|
//
|
//
|
oc8051_ram_sel oc8051_ram_sel1(.addr(rd_addr_r), .bit_in(bit_data), .in_ram(ram_data),
|
oc8051_ram_sel oc8051_ram_sel1(.addr(rd_addr_r), .bit_in(bit_data), .in_ram(ram_data),
|
.psw(psw_r), .acc(acc), .dptr_hi(dptr_hi), .ports_in(ports_in), .sp(sp_r),
|
.psw(psw_r), .acc(acc), .dptr_hi(dptr_hi), .ports_in(ports_in), .sp(sp_r),
|