All public logs

From Rice Wiki

Combined display of all available logs of Rice Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:38, 15 May 2024 Rice talk contribs created page Memory array (Created page with "A '''memory array''' is an element for storing values. It takes in an N-bit address input and spits out an M-bit value output. = Specification = A memory array can store <math>2^N</math> values, each value having M bits. A memory array is usually specified by the number of elements times the width of each value. For example, if N = 10 and M = 12, we have a 1024x12 memory array. = Construction = Memory arrays are usually ''active lows'' since not gates are convenientl...")