HW6 Task 1 - Conversion

Supplement to the hw6 main assignment.

Basically, you want to create a new model that is derived from your HW5 solution by converting the IF component to an ICache and the MemoryInterface component to a DCache. Unfortunately, SMOK won't let you convert components to completely different types, so you'll have to delete the old ones, add the new ones, and reconnect. When you're done, the machine should work (as well as it ever did), since the distributed ICache and DCache implementations are exactly the IF and MemoryInterace functionality.

I did the following to convert my model: