OpenCores
URL https://opencores.org/ocsvn/8051/8051/trunk

Subversion Repositories 8051

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 137 to Rev 138
    Reverse comparison

Rev 137 → Rev 138

/trunk/rtl/verilog/oc8051_wb_iinterface.v
44,6 → 44,9
// CVS Revision History
//
// $Log: not supported by cvs2svn $
// Revision 1.5 2003/05/05 10:34:27 simont
// registering outputs.
//
// Revision 1.4 2003/04/16 10:02:45 simont
// fix bug (cyc_o and stb_o)
//
118,7 → 121,8
stb_o <= #1 1'b0;
adr_o <= #1 16'h0000;
end else if (ack_i) begin
stb_o <= #1 1'b0;
stb_o <= #1 stb_i;
adr_o <= #1 adr_i;
end else if (!stb_o & stb_i) begin
stb_o <= #1 1'b1;
adr_o <= #1 adr_i;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.