Skip to content

A simulator that adopts a MIPS CPU for CDC 6600 scoreboard scheme. Also, implements caches in order of access.

Notifications You must be signed in to change notification settings

mlahir1/Simulator-for-CDC-6600-Scoreboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Run make to build the project
2. "make clean" will remove are executable files
3. to run the simulator please run "./simulator inst.txt data.txt config.txt result.txt"

(or)

1. To build the java project please go to java project and  please run "./make.sh" (the build is ant ant build)
2. If systems throws an error with permissions, please run "chmod 777 make.sh" and "chmod 777 simulator"
3. to run the simulator please run "./simulator inst.txt data.txt config.txt result.txt"

Note: if you problems running aboce commands, i have compiled and included the .jar file in the project. 
You can just run it by using java -jar inst.txt data.txt config.txt result.txt

About

A simulator that adopts a MIPS CPU for CDC 6600 scoreboard scheme. Also, implements caches in order of access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages