Date: | Wed, 5 May 2010 14:51:16 +0800 |
---|---|
From: | "张轶" <zhangyi@xxxxxxxxxxxxxx> |
Subject: | [Gems-users] 回复: Latency and number of memory request |
Hi Dan,
Many thanks for your reply! And I have two more questions.
1."There is a number that the target /thinks/ is the clock rate". Is this number the "basic cycle time of the memory controller"? And which parameter defines this number?
Is this number different from the delay value used in the cache?
2. A stupid question. What is the "Demand accesses"?
Regards,
Zhang Yi
------------------ 原始邮件 ------------------
发送时间: 2010年5月4日(星期二) 凌晨0:13
收件人: "Gems Users"<gems-users@xxxxxxxxxxx>;
主题: Re: [Gems-users] Latency and number of memory request Please see my answers below. Regards, Dan 2010/5/3 张轶 <zhangyi@xxxxxxxxxxxxxx>
All latencies are measured in Ruby cycles. This cycle count is, in general, a multiple of a "Simics cycle". However, the definition of a "Simics cycle" is vague and difficult. This is why Ruby cycles is the measure of time -- strange things happen in 1 'simics cycle'. In theory, by having the SIMICS_RUBY_MULTIPLIER >1, GEMS 'emulates' a multi-issue in-order core. In practice, by modeling instruction fetch, this is not the case. However, I see you are using x86, so you may not be modeling instruction fetch anyway (see below). Overall, there is no number measured in MHz that represents the processor frequency in GEMS. There is a number that the target /thinks/ is the clock rate, but it is by no means accurate.
As of the time that I made my x86 patch, Simics's x86 model wouldn't actually do a stalling instruction fetch. This may have changed since I last looked/cared. You should find out, empirically if necessary or via the Simics Reference Manual. That said, the Simics+Ruby model is even simpler than you assume. Instruction fetches and data accesses aren't issued concurrently.
My guess: Write-back caches + Demand accesses.
-- http://www.cs.wisc.edu/~gibson [esc]:wq! |
[← Prev in Thread] | Current Thread | [Next in Thread→] |
---|---|---|
|
Previous by Date: | [Gems-users] How can I get the Wisconsin Commercial Workload suite?, zsx |
---|---|
Next by Date: | Re: [Gems-users] 回复: Latency and number of memory request, Dan Gibson |
Previous by Thread: | [Gems-users] Error when running Ruby with MSI_MOSI_CMP_directory protocol, Weixun Wang |
Next by Thread: | Re: [Gems-users] 回复: Latency and number of memory request, Dan Gibson |
Indexes: | [Date] [Thread] |