Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem Description: In this lab you will be designing a digital circuit to implement a 3 - bit prime number detector. The circuit has 3

Problem Description:
In this lab you will be designing a digital circuit to implement a 3-bit prime number detector. The
circuit has 3 inputs N2,N1, and N0 that correspond to a 3-bit number where N2 is the MSB and N0
is LSB. The circuit has one output P.P will be 1 when the input is a prime number (e.g. when
the 3-bit input N2N1N0=101,P should be 1, and when the 3-bit input N2N1N0=000,P should be
0, etc.).
Pre-lab:
Using Logisim create and simulate the following function:
F(x,y,z)=x*y'+x'*y
Procedure:
Create a truth table to describe a 3-bit prime number detector as described above.
Simplify the output function P(N2,N1,N0) using 3-input K-map.
Draw and simulate your simplified function on Logisim. Verify its correctness.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Server Query Performance Tuning

Authors: Sajal Dam, Grant Fritchey

4th Edition

1430267429, 9781430267423

More Books

Students also viewed these Databases questions