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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [common/] [stats.c] - Diff between revs 1323 and 1344

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1323 Rev 1344
Line 20... Line 20...
#include <stdio.h>
#include <stdio.h>
#include <ctype.h>
#include <ctype.h>
#include <string.h>
#include <string.h>
 
 
#include "abstract.h"
#include "abstract.h"
#include "stats.h"
 
#include "sim-config.h"
#include "sim-config.h"
#include "sprs.h"
#include "sprs.h"
#include "spr_defs.h"
#include "spr_defs.h"
#include "execute.h"
#include "execute.h"
#include "opcode/or32.h"
#include "opcode/or32.h"
#include "debug.h"
#include "debug.h"
 
#include "stats.h"
 
 
struct branchstat {
struct branchstat {
        int taken;
        int taken;
        int nottaken;
        int nottaken;
        int forward;
        int forward;

powered by: WebSVN 2.1.0

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