Question: TASK 1 : Digital Electronics Using the Logic Analyzer A logic analyzer is the digital equivalent of the oscilloscope used in the analog world. It
TASK : Digital Electronics
Using the Logic Analyzer A logic analyzer is the digital equivalent of the oscilloscope used in the analog world. It is used to observe the value of the digital signals on wires over time. The logic analyzer is essential for debugging any digital circuit.
For a primary use of the logic analyzer, you can try a primary digital circuit as follows:
Design, enter, and simulate a circuit, using both schematic entry and Verilog as the design entry method ie do it twice, with the two forms that implements the two logic functions, f and f with four inputs named a b c and d
i The function f should be when either a c or b d but not when both a c and b d
ii The function f should be when the number of s in a b c and d is even. That is count the number of s in the four variables; if the count is even, then f is otherwise, it is
Give the truth tables for functions f and f Then derive a Boolean expression in canonical sumof products canonical sumofproducts means the sum of minterms only form for each function. Use algebraic manipulation to simplify the expressions.
Enter the simplified Boolean expressions into Quartus II in two different ways:
i Draw a schematic that includes the logic gates for both f and f
ii Write Verilog code representing f and f with Boolean equations.
Use the logic analyzer to observe timevarying digital signals of the circuit, do the following:
Output the MHz clock CLOCK on the DE board to a GPIO pin ie GPIO on JP The location of JP is shown in Figure The pin assignments for the GPIO pins can be found in the repository for pin assignment files.
Connect the MHz clock to the input from one of the inputs from part of the preparation. Use the logic analyzer to observe both outputs f and f of that circuit
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
