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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_54/] [or1ksim/] [cuc/] [timings.c] - Diff between revs 997 and 1308

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

Rev 997 Rev 1308
Line 20... Line 20...
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdarg.h>
#include <assert.h>
#include <assert.h>
#include <math.h>
#include <math.h>
 
#include <string.h>
 
 
 
#include "abstract.h"
#include "sim-config.h"
#include "sim-config.h"
#include "cuc.h"
#include "cuc.h"
#include "insn.h"
#include "insn.h"
 
 
static cuc_timing_table *timing_table;
static cuc_timing_table *timing_table;
Line 261... Line 264...
  }
  }
 
 
  while (!feof(fi)) {
  while (!feof(fi)) {
    char tmp[256];
    char tmp[256];
    int index;
    int index;
    double a[4];
 
    char c;
 
    if (fscanf (fi, "%s", tmp) != 1) break;
    if (fscanf (fi, "%s", tmp) != 1) break;
    if (tmp[0] == '#') {
    if (tmp[0] == '#') {
      while (!feof (fi) && fgetc (fi) != '\n');
      while (!feof (fi) && fgetc (fi) != '\n');
      continue;
      continue;
    }
    }

powered by: WebSVN 2.1.0

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