Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

It is my term project.Could you please solve the question by explaining it in detail? begin{tabular}{|l|l} begin{tabular}{l} Student Name: Student ID: end{tabular} & begin{tabular}{l}

It is my term project.Could you please solve the question by explaining it in detail? image text in transcribed

\begin{tabular}{|l|l} \begin{tabular}{l} Student Name: \\ Student ID: \end{tabular} & \begin{tabular}{l} EEE 303 Digital System Design \\ Term Project \end{tabular} \\ \hline & \begin{tabular}{l} Design a 3-digit lock circuit such that the lock \\ opens (=0) when 3-digit passcode pressed \\ sequentially and closed (=1) otherwise. The \\ passcode is the 018. The circuit has 10 inputs \\ each is 1-bit. Each input represents a decimal \\ number 0-9 as shown in the picture. Module \\ hasto start with: \\ module Sequencelock ( \\ input A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, \\ output reg Lock \\ ); \end{tabular} \\ \hline \end{tabular} 1. Write the Verilog code in EDAplayground, Save it as "Public". Share the http link of the code here: 2. (40 points) Paste the design code inside this rectangle: 3. (40 points) Write a test bench in EDAplayground and paste the testbench code and the test output print results using \$monitor() inside this rectangle. First, enter 3 wrong digits with \#5 delay. If no key pressed or a pressed key released, 10 input bits become 0 (zero). 10 input bits has to become zero between each digit pressing. 4. (20 points) Synthesize the Verilog code using EDAplayground by selecting Yosys 0.9.0 Copy paste the diagram here

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

Database Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

More Books

Students also viewed these Databases questions