You are on page 1of 4

Digital_MASS_Question_December 2023

www.maven-silicon.com
VLSI Training Services
Setting standards in VLSI Design

Maven Silicon Confidential


All the presentations, books, documents [hard copies and soft copies] labs
and projects [source code] that you are using and developing as part of the training
course are the proprietary work of Maven Silicon and it is fully protected under
copyright and trade secret laws. You may not view, use, disclose, copy, or
distribute the materials or any information except pursuant to a valid written
license from Maven Silicon

Copyright © 2023 Maven Silicon 2


www.maven-silicon.com
VLSI Training Services
Setting standards in VLSI Design

1. Design a combinational circuit to find y =16*a -256*b+c without using adders


multipliers.Where y,a,b,c are 9 bits,4 bits,1 bit and 3 bits decimal numbers
respectively.

Solution

The black box of the given specification is as shown below

As we need to multiply 4 bit binary number a by 16,in binary 16 is represented as


1_0000.The multiplication can be performed as shown below.

similarly the complete operation y=16*a-256*b+c can be performed as shown below.

so,we don't need any logic gates to design for the given specification.

Copyright © 2023 Maven Silicon 3


www.maven-silicon.com
VLSI Training Services
Setting standards in VLSI Design

Copyright © 2023 Maven Silicon 4


www.maven-silicon.com

You might also like