CS311-COA Assignment 4 Solved

35.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: zip solution files instantly, after Payment

Securely Powered by: Secure Checkout

Description

Rate this product

Upgrade the simulator to a pipelined core model.

• Update your simulate function to a loop that looks something like this: while(not end of simulation)

{

}

performRW performMA performEX performOF performIF increment

clock by 1

Each stage must operate on the output generated by the previous stage in the previous cycle. If the input latch to the stage has invalid content (e.g., in the very first cycle, MA-RW latch has invalid content), the stage must do nothing.

• Implement data interlocks and control interlocks. To Be Submitted

  • A zip of the source files. They have to pass the test cases given for the previous assignment.
  • A report that contains a table with
    • –  the number of cycles taken by each benchmark program,
    • –  the number of times the OF stage needed to stall because of a data hazard,
    • –  the number of times an instruction on a wrong branch path entered the pipeline.

      Comment on your observations. Correlate with the nature of the bench- marks.

      1

  • Assignment-4-ghloyz.zip