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

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

۳ مطلب با کلمه‌ی کلیدی «حافظه» ثبت شده است

  • ۱
  • ۰

مسیر داده پردازنده ساده

تصویر الف) در شکل بالا نمای کلی مسیر داده پردازنده ساده با واحد کنترل (simple datapath with control unit) را مشاهده میکنید.

 

When silicon chips are fabricated, defects in materials (e.g., silicon) and manufacturing errors can result in defective circuits. A very common defect is for one signal wire to get “broken” and always register a logical 0. This is often called a “stuck-at-0” fault.

سوال توضیح میدهد که چیپ های سیلیکونی آسیب پذیر هستند، یکی از آسیب های رایج این است که یک ثبات همیشه صفر را نشان دهد؛ به این اتفاق "ماندن در صفر" می گویند.

 

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

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

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.

 

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

 

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

 

5.2 Caches are important to providing a high-performance memory hierarchy
to processors. Below is a list of 64-bit memory address references, given as word
addresses.
0x03, 0xb4, 0x2b, 0x02, 0xbf, 0x58, 0xbe, 0x0e, 0xb5, 0x2c, 0xba, 0xfd

 

سوال به ما یک سری آدرس داده و گفته است که این آدرس ها را داخل حافظه نهان (cache) بریزید. خب همان طور که سوال گفته آدرس ها 64بیتی هستند و همگی به یک Word از حافظه اصلی اشاره میکنند که این در بعضی سوالات Byte هم آمده است.

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

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