Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

9 . 1 Introduction to Verilog zyLabs A zyLab lets the student design logic in a Verilog file or file hierarchy and test whether the

9.1 Introduction to Verilog zyLabs
A zyLab lets the student design logic in a Verilog file or file hierarchy and test whether the design compiles and simulates to meet specifications. The simulator uses testbenches created by the zyLab's author to verify the design. In addition to the complete testbenches, a Verilog design template file is provided to ensure the correct signal I/O names and'types.
This introductory zyLab is a simple 2-way multiplexer module mux2, that implements y=s'a+sb. Download the template and testbench via the Download button (as shown in the screen capture below, Step 1). The mux2.v file may be edited and simulated in a logic IDE (Integrated Development Environment) such as Quartus Prime or Vivado. Alternatively, modify mux2.v via a text editor if an IDE is not available. Sscreen capture of the buttons to download the template and upload and submit student work Then upload (Step 2) the mux2.v file and click the Submit for grading button (Step 3) to have the zyLab Verilog compiler and simulator validate the design and award points. If errors occur, revise the design and resubmit.
The zyLab simulator will print green check marks for tests that passed, but red x marks for failed tests:
Zscreen capture of simulator output
Clicking on the Select signals to show arrow
rscreen capture of simulator output
followed by clicking Select all ..
2screen capture of select signals to show menu, with a checkbox for each signal ... will display a graph of the simulated signals, which can be scrolled and zoomed:
waveforms for signals a,b,s, and y
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

Database Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions

Question

What are the objectives of job evaluation ?

Answered: 1 week ago

Question

Write a note on job design.

Answered: 1 week ago

Question

Compute the derivative of f(x)cos(-4/5x)

Answered: 1 week ago

Question

Discuss the process involved in selection.

Answered: 1 week ago

Question

Explain how the appraisal interview should be conducted.

Answered: 1 week ago

Question

Summarize training and development implementation issues.

Answered: 1 week ago

Question

Describe management development.

Answered: 1 week ago