|
Message
From: OpenCores CVS Agent<cvs@o...>
Date: Thu Jan 27 14:53:25 CET 2005
Subject: [cvs-checkins] MODIFIED: or1k ...
Date: 00/05/01 27:14:53 Modified: or1k/or1ksim/bpb branch_predict.c Log: * Avoid doing a store in *every* instruction executed by storeing the instruction function unit in or32_opcodes Revision Changes Path 1.11 +1 -0 or1k/or1ksim/bpb/branch_predict.c http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/bpb/branch_predict.c.diff?r1=1.10&r2=1.11 (In the diff below, changes in quantity of whitespace are not shown.) Index: branch_predict.c =================================================================== RCS file: /cvsroot/nogj/or1k/or1ksim/bpb/branch_predict.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- branch_predict.c 3 Feb 2004 14:17:51 -0000 1.10 +++ branch_predict.c 27 Jan 2005 13:53:22 -0000 1.11 @@ -31,6 +31,7 @@ #include <stdarg.h> #include "branch_predict.h" +#include "opcode/or32.h" #include "abstract.h" #include "stats.h" #include "sim-config.h"
|