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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_67/] [or1ksim/] [cpu/] [common/] [stats.c] - Diff between revs 541 and 555

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

Rev 541 Rev 555
Line 206... Line 206...
 
 
void printstats(int which)
void printstats(int which)
{
{
  int i, all = 0, dependall = 0;
  int i, all = 0, dependall = 0;
 
 
  if (which >= 1 && which <= 5 && !config.cpu.dependstats) {
  if (which > 1 && which <= 5 && !config.cpu.dependstats) {
    printf("Hazard analysis disabled. Enable it to see analysis results.\n");
    printf("Hazard analysis disabled. Enable it to see analysis results.\n");
    return;
    return;
  }
  }
 
 
  switch (which) {
  switch (which) {

powered by: WebSVN 2.1.0

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