CS 3853 Computer Architecture Tomasulo Activity - Reservation Station Load and Store

The reservation stations for memory are often called Load Buffers and Store Buffers.
They behave much like the reservation stations for the functional units.
Such a reservation station has two inputs that are used to calculate an address and a register index for the source or destination.
We will only consider floating point loads and stores.

Initialization: Mark yourself free

Inputs: You are given:
On Issue Load:
Cycle after issue:
This is for calcualtion of the effective address.

Second cycle after issue:
Send your id and effective address to the memory for a load.

After second cycle
Wait for your id to appear on the CDB and mark yourself free.