tutorbin

logic circuits vlsi homework help

Boost your journey with 24/7 access to skilled experts, offering unmatched logic circuits vlsi homework help

tutorbin

Trusted by 1.1 M+ Happy Students

Recently Asked logic circuits vlsi Questions

Expert help when you need it
  • Q1: Reconsider the three bit synchronous counter register described in the lecture notes. Use the counter symbol to control the lights of a street intersection. Street 1 has lights G1, Y1, R1 and street 2 has lightsG2, Y2, R2. ) Draw a schematic using the counter to make a counter that counts 000 to 101 and overflow back to count 000. There is a clock input and negative logic clear signal clrn. The reset state is 000. b) The following table shows that each light is green for two units of time, yellow for one unit of time, and red for three units of time. The u symbol indicates unused states. See Answer
  • Q2: 8. Consider a three-bit register with the ability to parallel load a value or decrement by one. To implement the decrement capability use three half subtractors HSUB. The half subtractor truth table with inputs ai(bit in), bi (borrow in) and outputs bo (borrow out), do (bit out) is as follows. Three half subtractors are used to make a decrementer with positive logic enable input ena. The following function table summarizes the behavior of the register. See Answer
  • Q3: 7. With regard to the the three bit synchronous counter register described in the lecture notes, describe the significance that the load signal has priority over the run signal. When its necessary to stop counting what is necessary for the counter to stop at its final value?See Answer
  • Q4: 8. Use the Boolean functions developed in problem #4 to create a circuit in verilog HDL with four inputs(a,b,c,d) and four outputs (w,x,y,z) with each output equal to the result of problem #4. Show your HDL code as well as the simulation results.See Answer
  • Q5: 8. Use the Boolean functions developed in problem #4 to create a circuit in verilog HDL with four inputs(a,b,c,d) and four outputs (w,x,y,z) with each output equal to the result of problem #4. Show your HDL code as well as the simulation results.See Answer
  • Q6: Given 4-bit Signed Binary Numbers, which of the following operation will result in overflow (check all that apply) 1000 + 1111 1111 + 1111 0111 - 1111 0100 + 0100See Answer
  • Q7: Use the Boolean functions developed in Problem 1 to create a circuit in verilog HDL with four inputs(a,b,c,d) and two outputs (F1, F2) with each output equal to the result of Problem 1. Show your HDL code as well as the simulation results.See Answer
  • Q8: Find the current through each branch of the circuit in Figure 1. See Answer
  • Q9: 2)Figure 2 shows a simple curent-divider circuit with two resistors in parallel and a voltage source. Show that the current through resistor R2, k is given by: I_{2}=\frac{R_{1}}{R_{1}+R_{2}} \times I s where Is is the total curent supplied by the souce. Figure 2.Current-Divider circuit.See Answer
  • Q10: Use the PLA figure given at the end of the assignment to implement the given logic functions. Write what each product term P1 through P5 is assigned and draw in fuse diodes to show how each productt erm as well as resulting function is implemented. F1 3D A:B':С+ B:С'+ А-B':С ||See Answer
  • Q11: Consider the following truth table: a) Draw a circuit for the logic function F as a sum of minterms using a3 to 8 decoder symbol with negative logic outputs as well as aNAND gates. b) In the same circuit as part a) use an AND gate to implement logic function G as a product of maxterms. c) Draw a circuit for the logic function G using a 4 by 1 multiplexer.The multiplexer has select inputs a1,a0. See Answer
  • Q12: Find the Decimal Equivalent for the following 8-bit signed binary number: 01011010 (use "-" for negative numbers, example: -11 )See Answer
  • Q13: Figure 2 outlines an Input / Output (I/O) port used for boundary scan testing of integrated circuits. Provide a research-based report (minimum 2000 words) that considers the following points as a minimum: (25 marks) Provide an introduction to boundary scan in your report, consider: what is boundaryscan, how it functions, where boundary scans are used, why they are important, andthe purpose of the various inputs to the boundary scan cell. Provide references whereappropriate. With reference to TDI and TDO explain how these ports may be arranged around apiece core logic to allow boundary scan testing Explain how the I/O ports may be configured as an input port with input datascanned into the cell for testing the core logic of an integrated circuit. Explain how the I/O port may be configured as an output port for capturing datafrom the core logic of an integrated circuit. Explain how these ports may be arranged for testing printed circuit board interconnections between pins of an integrated circuit.6.See Answer
  • Q14: ) The circuit shown in figure 1 is a 4-bit weighted resistor Digital to Analogue Converter (DAC). (a) Given that the logic inputs eo- e3 have a value of 0V for logic '0' and +5V for logic '1' and that a full-scale range (FSR) output of -15V is required from the DAC determine values for the resistors Ro. R3.(7 marks) (b) If the actual values of the resistors R0 - R3 were: R0=40k2, R1=16k2, R2=7.28k2,R3=5.72k. Determine the error voltage contributed to the output of the converter due to difference in the theoretical and actual values of the resistor when a logic '1' is applied to that resistor and only that resistor. Hence compile a set of error values in terms of LSB's for each of the bits 0-3.(7marks) (c) Given that your DAC circuit has output errors associated with each bit as shown in Table 1and is still operating with the values given in part (a): (i)Draw a graph (on the graph paper provided) of the output voltage of the DAC as a function of applied digital input value.(5 marks) (ii)Determine if the DAC is monotonic. (iii) Determine the linearity of the DAC. (iv) Determine the differential non-linearity of the DAC.See Answer
  • Q15: 7. Use the Boolean functions developed in problem #3 to create a circuit in verilog HDL with four inputs(a,b,c,d) and four outputs (w,x,y,z) with each output equal to the result of problem #3. Show your HDL code as well as the simulation results.See Answer
  • Q16: Figure 1 illustrates design of an nMOS using p-well with technology parameters shown in Table 1. Only polysilicon gate and drain of the transistor is shown in Figure 1.Assume all junctions are abrupt and the transistor is zero biased.Use textbook for any data NOT specified.See Answer
  • Q17: What is the logic equation at the ENABLE input for the 'ten'BCD counter in Lab 4? See Answer
  • Q18: Suppose that when experimenting with Lab 4 we getDisplayA: 56 and DisplayB: 87. Which instance is driving thevalue 8 seen on the displays? See Answer
  • Q19:A1 In a Verilog-HDL source description, what kind of statement uses the following format? and A1 (F, A, B, C); (2.5 marks) A2 Draw the correct logic symbol corresponding to the following Verilog-HDL module. module A2 (input A, B, output F); assign F = A | B; endmodule A3 Create the correct Continuous Assignment statement for the circuit shown in figure A3. Figure A3 AB T C D D A4 Given that the states of the flip-flops in Figure A4 are <Q2, Q1, Q0> = <0, 0, 0> initially, find out the correct sequence of decimal states from the alternatives given. CLK QO D CLK Q Figure A4 M Q1 (2.5 marks) D CLK (2.5 marks) Q2 (2.5 marks)See Answer
  • Q20:A14 Write down the correct equivalent Verilog continuous assignment for Figure A14. B(1) ► A[1]► B[0) ► A[0] Jan 2023 1 Figure A14 KD5065: C Programming and Digital Systems A15 Figure A15 shows the K-Map of a sum-of-products logic circuit showing the groupings used to form the products. AB /B 00 01 11 10 01000 IC 1 10 C 1 B JA A Figure A15 M /B (2.5 marks) Given that the circuit contains timing hazards, what type of hazard is the circuit experiencing? (2.5 marks) A16 Referring to figure A15, what is the correct pair of input combinations, which if applied to the logic circuit inputs in sequence, would reveal the timing hazard. (2.5 marks)See Answer

TutorBin Testimonials

I found TutorBin Logic Circuits Vlsi homework help when I was struggling with complex concepts. Experts provided step-wise explanations and examples to help me understand concepts clearly.

Rick Jordon

5

TutorBin experts resolve your doubts without making you wait for long. Their experts are responsive & available 24/7 whenever you need Logic Circuits Vlsi subject guidance.

Andrea Jacobs

5

I trust TutorBin for assisting me in completing Logic Circuits Vlsi assignments with quality and 100% accuracy. Experts are polite, listen to my problems, and have extensive experience in their domain.

Lilian King

5

I got my Logic Circuits Vlsi homework done on time. My assignment is proofread and edited by professionals. Got zero plagiarism as experts developed my assignment from scratch. Feel relieved and super excited.

Joey Dip

5

TutorBin helping students around the globe

TutorBin believes that distance should never be a barrier to learning. Over 500000+ orders and 100000+ happy customers explain TutorBin has become the name that keeps learning fun in the UK, USA, Canada, Australia, Singapore, and UAE.