tukl-msd / DRAMSpec

A High-Level DRAM Timing, Power and Area Exploration Tool
Other
18 stars 12 forks source link

Updated bash scripts and README. Added unexpected case hadling to remove warnings. Implemented small help run if no argument is given. #5

Closed AndreChinazzo closed 7 years ago

AndreChinazzo commented 7 years ago

First commit: Bash scripts are now able to be called for wherever (not only the main directory). Unit tests executable should still be called from within build/debug, though.

Second commit: Added code for unexpected case to remove warnings. I wasn't able to repeat the warnings even with the previous version, but I am pretty sure it should not show up anymore.

Third commit: Implemented straightforward instruction for using the program when no arguments are given.

Since I made each modification above the others, I am only opening one pull request. - My bad