Home

Week 3

I am beginning to work on the actual coding of the cache decay in the main simulator I am using.  I first set up SVN to make sure that I can go back to a previous version, in case I do something incorrect and am unsure as to how to return to the original.  I then located the necessary files and functions, and started coding.  Let’s see what happens…

I wrote some coding, and after fixing all of the syntax errors, and getting it to run, there are still logic errors.  I started debugging it using gdb, and that’s how I finished off my week.