subject

A given pipelined processor executes floating-point instructions of the
type Fi <- Fj op Fk. It has an I stage (for instruction fetch) and a D stage
(for instruction decode and operand preparation) each taking one clock
cycle. The execution phase of a floating-point ADD operation and a
floating-point Multiply operation takes 2 and 4 cycles, respectively.
Each execution is followed by a single (clock) cycle write back (W) into
the floating-point register file which can support simultaneous reads but
only a single write per cycle. The processor executes the following
sequence of floating point instructions:
S1: F2 <- F1 F4
S2: F3 <- F2 * F4
S3: F3 <- F4 * F5
S4: F4 <- F1 * F2
S5: F1 ← F2 + F3
S6: F4 ← F1 * F2
Assume that the pipelined processor has a single floating-point adder and
a single floating-point multiplier. Also assume that the floating-point adder
(with execution time of 2 cycles) and the floating-point multiplier (with execution
time of 4 cycles) can operate in parallel and are fully pipelined (with a throughput
of 1) Show the exact timing for the above program (on a separate sheet of paper)
for the case of the basic pipeline with data forwarding. How many cycles will
the above program take to run once? Is it possible to use software scheduling
to reduce the number of required cycles?
(For example, you can not multiply and divide at the same time)
Number of cycles =?
Is it possible to use software scheduling to reduce the number of required cycles? Yes or No?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:40
Adna sequence encoding a five-amino acid polypeptide is given below. …… …… locate the sequence encoding the five amino acids of the polypeptide, and identify the template and coding strand.
Answers: 1
question
Computers and Technology, 22.06.2019 06:50
Type the correct answer in the box. spell all words correctly. which view of report creation allows you to customize the report before the database program creates it? creating a report in allows you to customize the report before the database program creates it. pl asap
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
Consider the following declarations (1, 2, 3, 5, 7)class bagtype{public: void set(string, double, double, double, double); void print() const; string getstyle() const; double getprice() const; void get(double, double, double, double); bagtype(); bagtype(string, double, double, double, double); private: string style: double l; double w; double h; double price; }; a.) write the definition of the number function set so that private members are set according to the parametersb.) write the definition of the member function print that prints the values of the data membersc.) write the definition of the default constructor of the class bagtype so that the private member variables are initialized to "", 0.0, 0.0, 0.0, 0.0, respectively d.) write a c++ statement that prints the value of the object newbag.e.) write a c++ statement that declares the object tempbag of type bagtype, and initialize the member variables of tempbag to "backpack", 15, 8, 20 and 49.99, respectively
Answers: 3
question
Computers and Technology, 23.06.2019 02:30
Experimental data that is expressed using numbers is said to be
Answers: 1
You know the right answer?
A given pipelined processor executes floating-point instructions of the
type Fi <- Fj op F...
Questions
question
Mathematics, 17.11.2020 04:20
question
Social Studies, 17.11.2020 04:20
question
Mathematics, 17.11.2020 04:20
question
Geography, 17.11.2020 04:20
question
Biology, 17.11.2020 04:20
Questions on the website: 13722367