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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_40/] [or1ksim/] [sim-cmd.c] - Diff between revs 1372 and 1373

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

Rev 1372 Rev 1373
Line 54... Line 54...
 
 
/* FIXME: These *really* need to be cleaned up */
/* FIXME: These *really* need to be cleaned up */
#include "sprs.h"
#include "sprs.h"
#include "immu.h"
#include "immu.h"
#include "dmmu.h"
#include "dmmu.h"
#include "mc.h"
 
#include "icache_model.h"
#include "icache_model.h"
#include "dcache_model.h"
#include "dcache_model.h"
#include "branch_predict.h"
#include "branch_predict.h"
#include "gpio.h"
#include "gpio.h"
 
 
Line 417... Line 416...
  if (config.dc.enabled) dc_info();
  if (config.dc.enabled) dc_info();
 
 
  if (config.bpb.enabled) bpb_info();
  if (config.bpb.enabled) bpb_info();
  if (config.bpb.btic) btic_info();
  if (config.bpb.btic) btic_info();
 
 
  if (config.mc.enabled) mc_status();
 
  if (config.ngpios) gpio_status();
  if (config.ngpios) gpio_status();
 
 
  while(cur_stat) {
  while(cur_stat) {
    cur_stat->stat_func(cur_stat->dat);
    cur_stat->stat_func(cur_stat->dat);
    cur_stat = cur_stat->next;
    cur_stat = cur_stat->next;

powered by: WebSVN 2.1.0

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