a) 2048 bits = 2^11 SO 11 address lines are corresponds.
11 input lines fed to decoder having 2048 ouput lines.
11 input NOR array is require. [Is is euqal to number of input lines]
Pass transistor colum based decoder requires no of transistor = (K+1)*2K(Decoder)+2*2K (Pass Transistor)
where K = No of address lines
= 12*211+2*211=24576+4096=28672
NMOS transistor = 28672 - 11=28661
PMOS Trasistor = 11(No of address line)
2. 1 Mbit array require 20 address line(220 = 1 Mbit) Here k=10(Coloum Decoder)
In tree based structure no of transistor are reduced = 2*2*2(K) -1=4095
1 Level Pass gates are used
No of pass transistor in total = 76 Trasistor
a. Consider a 2048-row NOR decoder. To how many address bits does this correspond? How many...
CMOS Design Styles Quiz Problem 1: a) What is the typical "topology" for pMOS and nMOS in digital circuitry? -pMOS Vdd to Vout, nMOS Vout to Gnd -nMOS Vdd to Vout, pMOS Vout to Gnd -pMOS Vdd to Gnd, nMOS Vin to Vout -Only use xMOS -Both transistors Vin to Vout b) How do you implement nMOS in AND functions? -series connected, with increased widths -Parallel connected, with standard widths -Series connected with half the widths -Parallel connected, alternating large...
An 8-bit wide memory with 6 address lines contains how many locations? Also, what does an FPGA contain? 1. An array of hard-wired AND gates that can be connected to an array of programmable OR gates 2. An array of hard-wired OR gates that can be connected to an array of programmable AND gates 3. An array of LUTs that are connected by an array of fixed wires 4. An array of LUTs that are connected by an array of...
do a and b
CE228 Spring 2019 Qiz-2 Nane uestion-1: RAM [64 Pts.]: The followin mber of bits per word. rt (a): How many address lines and input-output data lines are needed in each case? g memories are specified by the number of words times the O. Number of Address LinesNumber of input/Output Lines 6 2 3 4 64M x 16 32G x 64 2M x 8 4256K x 16 8 ming the RA Ms in the table above use...
a) A memory unit has 28-bit address lines and 64-bit input/output data lines. How many bytes of data can this memory hold? How many words does it contain, and how large is each word? b) A memory unit consists of 32M words of 16-bit each. How many bits wide address lines and input-output data lines are needed to access this memory? c) A memory unit consists of 512K bytes of data. How many bits wide address lines are needed to...
(a) A multiplexor has 60 input lines. How many control lines does it need? (b) A decoder must be designed to select one of 32 circuits. How many input lines does it need? (c) For the decoder in (b), how many output lines does it need?
Equations may require: Po fCV.2 1. Describe the read operation and write operation for a 6T-SRAM. Also, describe the purpose of Sense-amplifier, Driver and Precharge circuits for the memory made of 6T-RAM. If we have to design 4-GByte SRAM, how many transistor will be required only for the memory? 2. What the advantages and disadvantages bet NOR-based, NAND and T-column decoder? 3. Describe the read and write operation in Flash memory made of floating gate transistor. Draw the figure of...
Problem #1 (25 points) Address Space, Memory Consider a hypothetical 18-bit processor called HYP18 with all registers, including PC and SP, being 18 bits long. The smallest addressable unit in memory is an 8-bit byte. A. (4 points) What is the size of HYP18's address space in bytes and KB? How many address lines does HYP18 require? Address space: Bytes Address space: KB (KiloBytes). Address bus lines: B. (6 points) Assume that first quarter of the address space is dedicated...
I only need the "functions" NOT the header file nor the main
implementation file JUST the implementations for the
functions
Please help, if its difficult to do the complete program I would
appreciate if you could do as much functions as you can especially
for the derived class.
I am a beginer so I am only using classes and pointers while
implementing everything using simple c++ commands
thank you in advanced
Design and implement two C++ classes to provide matrix...
Assignment 2 In this assignment, you will write two short programs to solve problems using recursion. 1. Initial Setup Log in to Unix. Run the setup script for Assignment 2 by typing: setup 2 2. Towers of Hanoi Legend has it that in a temple in the Far East, priests are attempting to move a stack of disks from one peg to another. The initial stack had 64 disks threaded onto one peg and arranged from bottom to top by...
Write a program that demonstrates use of programmer - defined
data structures. Please provide code! Thank you.
Here are the temps given:
January 47 36
February 51 37
March 57 39
April 62 43
May 69 48
June 73 52
July 81 56
August 83 57
September 81 52
October 64 46
November 52 41
December 45 35
Janual line Iranin Note: This program is similar to another recently assigned program, except that it uses struct and an array of...