چنار کامپیوتر

چنار کامپیوتر
طبقه بندی موضوعی

۳ مطلب با کلمه‌ی کلیدی «علوم کامپیوتر» ثبت شده است

  • ۱
  • ۰

5.3 By convention, a cache is named according to the amount of data it contains (i.e., a 4 KiB cache can hold 4 KiB of data); however, caches also require SRAM to store metadata such as tags and valid bits. For this exercise, you will examine how a cache’s confguration affects the total amount of SRAM needed to implement it as well as the performance of the cache. For all parts, assume that the caches are byte addressable, and that addresses and words are 64 bits.

 

بقیه سوال و حل تشریحی در ادامه مطلب مشاهده کنید...

 

  • حسین حیدری نژاد
  • ۱
  • ۰

 

 What is the latency of B?

مطابق شکل مدار پایین صفحه چقدر طول میکشد تا دستور B در پردازنده اجرا شود؟ دستور B از دستورات ارجاع بدون شرط در زبان اسمبلی است.

 

در ادامه به حل تشریحی این سوال در مدار مورد نظر میپردازیم.

 

  • حسین حیدری نژاد
  • ۱
  • ۰

 

 

4.7.2 [5] <§4.4> What is the latency of an R-type instruction (i.e., how long must
the clock period be to ensure that this instruction works correctly)?

 یادداشت: سوال از ما زمان تاخیر دستورات از نوع R-type را میخواهد. همان طور که میدانیم دستورات نوع R در پردازنده برای محاسبات ریاضی جمع و ضرب و... استفاده میشوند. 

در ادامه به حل تشریحی این سوال میپردازیم.

 

  • حسین حیدری نژاد