Two 8 bits Inputs on multiplication need at least 16 bits for representation

2. If a multiplier has two 8-bit inputs, how many bits are needed to represent the...
[Hybrid multiplier design] Design a multiplier that has two 3-bit inputs. The first 3-bit input is an unsigned number, and the second 3-bit input is a signed number in 2’s complement form. Use only AND gates, full-adders and full-subtractors. The output will be a 6-bit signed number in 2’s complement form.
A comparator circuit has two 2-bit inputs, A(0,1) and B(0,1) [4 total inputs], and three 1-bit outputs, G (A greater than B), E (equal), and L (A less than B) (hint: Compare two bits against two bits, for example, if inputs are 0010, then B is greater than A). Write the logic equation for each output, and draw the logic diagram for each output using 8 to 1 Multiplexers (3).
1. How many bits are required to represent a waveform in 4000 discrete levels? 2. An audio CD can contain 80 minutes of stereo (two independent) audio tracks. Each track is sampled with 16-bit samples at 44.1 kHz. How much audio information, in bytes, is stored on an audio CD? 3. Assume a 4-bit successive approximation A/D with VREF+ = 4V and VREF– = 0V. Calculate the 4-bit output code (in hex) if the input voltage is 1.8V. 4. A...
Create a 4 bit Signed Multiplier with the following specifications: INPUTS A 4 bit 2's complement binary number. This could be positive or negative. B 4 bit 2's complement binary number. This could be positive or negative OUTPUT: 8 bit 2's complement binary number (This could be a positive or negative number) The overall circuit should look like this: 2's Complement Signed Multiplier At a minimum, the circuit must be implemented using controlled inverters and an unsigned multiplier as discussed...
2 A comparator circuit has two 2-bit inputs, A(0,1) and B(0,1) [4 total inputs], and three 1-bit outputs, G (A greater than B), E (equal), and L (A less than B) (hint: Compare two bits against two bits, for example if inputs are 0010, then B is greater than A). Write the logic equation for each output, and draw the logic diagram for each output using 8 to 1 Multiplexers (3). Inputs Outputs F1 F2 F3 A1 AO B1 BOAB...
Computer architecture How many SRAM bits are needed to implement an 8KB two-way set associative cache with 64B block size? Assume that each line (entry) has a single valid bit and no dirty bits. There is one bit per set for true LRU. Assume that the address size of the machine is 32-bits and that the machine allows for byte addressing.
Design the following finite state machine (FSM). It has two 1-bit inputs (in1 and in2) and two 1-bit outputs (out1 and out2). The first output (out1) bit should be equal to one if, on both of the last two cycles, in1 and in2 were EQUAL to each other; otherwise, out1 should equal zero. The second output (out2) should be equal to 1 if, on the last cycle, in1 and in2 were NOT EQUAL to each other; otherwise, out2 should equal...
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...
Vhdl language
PROJECT REQUIREMENT Design 8*8 bit signed multiplier A*B circuit using Booth Multiplier (you will learn about this in the course). . A and B are 8-bits signed numbers. . The operands A and B must be written into registers RA and RB on the negative edge of the LOAD flag. Output of the multiplier is a 16 bit register Z . The project must be written in structural VHDL mode, Each component Implementation and simulation details should be...
2. A 2xl mux has two single-bit inputs and one selector bit (S). Such a mux allows you to choose one of the single-bit inputs to appear at the output. Let's say, you want to use four 2x1 such multiplexers to construct a 4-bit 2X1 multiplexer with selector (S). Such a multiplexer can be used to choose among four 4-bit inputs (see figure below). If A, B are all 4-bit inputs and are connected to the inputs of the multiplexer....