Skip to content

Implementation of a simulator using the scoreboarding technique (dynamic scaling)

Notifications You must be signed in to change notification settings

diogoaalmeida/scoreboarding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Scoreboarding

java -version
openjdk version "1.8.0_302"
OpenJDK Runtime Environment Corretto-8.302.08.1 (build 1.8.0_302-b08)
OpenJDK 64-Bit Server VM Corretto-8.302.08.1 (build 25.302-b08, mixed mode)

# Compile
rm -rf bin && mkdir bin && javac -d bin  -sourcepath scoreboarding/src/  scoreboarding/src/br/com/scoreboarding/*.java

# Run with the parameter=> java -cp ./bin br.com.scoreboarding.Main [CAMINHO]
java -cp ./bin br.com.scoreboarding.Main scoreboarding/src/br/com/scoreboarding/tests/test.asm

About

Implementation of a simulator using the scoreboarding technique (dynamic scaling)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published