Sunteți pe pagina 1din 7

DIGITAL ASSIGNMENT -1

DIGITAL LOGIC AND DESIGN

COURSE CODE: CSE1003 SLOT: B2

COMBINATIONAL
LOGIC CIRCUIT
(USING MICROWIND
SOFTWARE)

SUBMITTED TO SUBMITTED BY
MOHANASUNDARAM R ANURAJ SRIVASTAVA
17BCE2006

ANURAJ SRIVASTAVA 1 17BCE2006


MICROWIND

The MICROWIND software allows the designer to


simulate and design an integrated circuit at
physical description level. Microwind3 unifies
schematic entry, pattern based simulator, SPICE
extraction of schematic, Verilog extractor, layout
compilation, on layout mix-signal circuit
simulation, cross sectional & 3D viewer, netlist
extraction, BSIM4 tutorial on MOS devices and
sign-off correlation to deliver unmatched design
performance and designer productivity.
The package contains a library of common logic
and analog ICs to view and simulate. Microwind3
includes all the commands for a mask editor as
well as, you can gain access to Circuit Simulation
by pressing just one single key. The electric
extraction of your circuit is automatically
performed and the analog simulator produces
voltage and current curves immedialyte.

ANURAJ SRIVASTAVA 2 17BCE2006


THE PROBLEM

A museum has three rooms, each with a


motion sensor (m0, m1, and m2) that outputs
1 when motion is detected. At night, the only
person in the museum is one security guard
who walks from room to room. Using the
combinational design process, create a circuit
that sounds an alarm (by setting an output A
to 1) if motion is ever detected in more than
one room at a time (i.e., in two or three
rooms), meaning there must be an intruder or
intruders in the museum.

ANURAJ SRIVASTAVA 3 17BCE2006


Input: Motion sensors M0,M1 and M2.
Output: Alarm ‘A’.

TRUTH TABLE:-
INPUT OUTPUT
M0 M1 M2 A
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1

K-MAP:-
M1’M2’ M1’M2 M1M2 M1M2’
M0 0 0 1 0
M0’ 0 1 1 1

ANURAJ SRIVASTAVA 4 17BCE2006


SIMPLIFIED SOP:-
A = M0M1+M0M2+M1M2

LOGIC CIRCUIT (GATE-LEVEL)

ANURAJ SRIVASTAVA 5 17BCE2006


LOGIC CIRCUIT(MICROWIND)

OUTPUT (MICROWIND):

ANURAJ SRIVASTAVA 6 17BCE2006


Source of the Problem:
Chegg Study : www.chegg.com

ANURAJ SRIVASTAVA 7 17BCE2006

S-ar putea să vă placă și