functionget_drive_req();
forever begin
req = get();
req = get();
end
endfunction
functionget_drive_req();
forever begin
req =get_next_item();
req =get_next_item();
item_done();
end
endfunction
function get_drive_req();
forever begin
req = peek();
req = peek();
end
endfunction