Add determining when we do not have enough writeback slots; Do not do model specific handling if not printing out the information

This commit is contained in:
Michael Meissner
1995-11-28 18:47:07 +00:00
parent 5aca405826
commit 290ad14a9d
10 changed files with 171 additions and 65 deletions

View File

@ -23,7 +23,7 @@
#include <stdio.h>
#include "psim.h"
#include "function_unit.h"
#include "cpu.h"
#include "options.h"
#ifdef HAVE_STDLIB_H
@ -116,6 +116,7 @@ main(int argc, char **argv)
print_info = 1;
break;
case 'I':
current_model_issue = MODEL_ISSUE_PROCESS;
print_info = 2;
break;
default: