- Mac
brew install node
brew install colordiff
- Linux
sudo apt-get install nodejs
sudo apt-get install colordiff
-
Put run.sh,clean.sh,mydofile,myoutput in the fraig/ folder
-
Start testing using different command
./run.sh <basic|sweep|opt|strash|sim|fraig>
- basic
- test basic function in hw6 like cirp cirg cirw...
- sweep,opt,strash,sim,fraig
- test final project function
- basic
-
Dofiles will be generated by mydofile/dofile.js and exported to mydofile/
-
Output files will be exported to myoutput/
-
After the exection, you can check your output in myoutput.For each aagFile you can check xxx.out.For diff summary, you can view check Summary.diff
-
Run clean.sh to clean *.out, *.do
./clean.sh
- Modify dofile.js to customize your own command.