Skip to content

shinawy/Tomasulu-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Names: 
	Mahmoud Elshinawy
	Marawan Ibrahim


There are four files 
	input.txt: 
		type in your instruction, each on a single line for the program to properly read them. 

	Tomasulu.cpp: 
		the main function in which we will be reading instruction from the file 
		and validating them before we push it to the vector of instructions; 
	Func.h: 
		this contains all the functions we use for either validating, creating 
		or printing the instruction information,and also all the functions 
		handeling the different stages in Tomasulu 
	Struct.h: 
		This contains all the structs we need to simulate the algorithm fine 
	
	

About

Simulation Tomasulu algorithm for dynamic scheduling to support out-of-order execution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages