URL
https://opencores.org/ocsvn/or1k/or1k/trunk
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;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.