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

Subversion Repositories sxp

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 52 to Rev 53
    Reverse comparison

Rev 52 → Rev 53

/trunk/fetch/src/fetch.v
90,7 → 90,7
old_pc <= 'b 0;
else
if (set_pc)
old_pc <= pc_init; // not use keeping the old one (jump is happening)
old_pc <= pc_init; // no use keeping the old one (jump is happening)
else
if (!stall)
old_pc <= mem_pc;
176,11 → 176,14
 
 
/*
* $Id: fetch.v,v 1.1 2001-10-26 21:45:45 samg Exp $
* $Id: fetch.v,v 1.2 2001-12-12 02:02:21 samg Exp $
* Module : fetch
* Author : Sam Gladstone
* Function : program flow control module
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2001/10/26 21:45:45 samg
* fetch module
*
*
*/

powered by: WebSVN 2.1.0

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