ECE2220 Lab7-Latched and Sequential circuits Solved

35.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: zip solution files instantly, after Payment

Securely Powered by: Secure Checkout

Description

Rate this product

The circuits constructed in previous labs can be described as having user generated inputs provided on one side of the circuit and output(s) on the other side. These are referred to as combinational circuits. However, this is not the only form in which circuits may be constructed. In this lab, the concept of feedback and/or memory elements is introduced in which the final result utilises both of the circuit’s input AND output signals to generate a final output.

A pair of circuits utilizing the concept of feedback is shown below. Notice that the outputs, labeled 𝑄𝑄 and 𝑄𝑄, feed back into the inputs of the gates. When NAND gates or NOR gates are connected as shown below, the circuit is referred to as a “latch” or “flip-flop”. The goal of this lab is to understand the operation of these types of circuits.

When 𝑄𝑄 = 1 and 𝑄𝑄 = 0, it is in the set state (or 1 state); and when 𝑄𝑄 = 0 and 𝑄𝑄 = 1, it is in the reset  state

(or clear or 0 state). Since 𝑄𝑄 and 𝑄𝑄 are defined as complements of one another any other state is considered invalid. A basic flip-flop is constructed from either NOR or NAND gates. In the NOR “latch”, the gates operate with both inputs normally 0 unless the state of the flip-flop has to be changed. Conversely, for the NAND “latch” gates, the inputs are set to 1 under normal operation conditions unless the state of the flip-flop has to be changed.

 

  • Instructions
  1. a) Build both versions of the flip-flop using the schematic diagrams and observe their operation. The “latches” must be built using the basic logic gates (NAND and NOR) and not using the Flip-Flop” blocks in Quartus II. Simulate these functions. Using switches as the inputs (R=SW[0] and S=SW[1]) and the two right (LED[1] and LED[0]). Leaving one LED blank use next 2 LEDs (LED[4] and LED[3]) as the outputs (Q and Q’). Complete the tables below. Explain the function of these circuits (relating the output to the inputs.) Why would inputs of these circuits be called “R” and “S”?

 

 

 

NOR FF                                                                                         NAND FF

Initial State        Next State                                                       Initial State        Next State

𝑆𝑆          𝑅𝑅                                                                                  𝑆𝑆          𝑅𝑅

(𝑄𝑄𝑡𝑡)        𝑄𝑄𝑡𝑡+1 𝑄𝑄𝑡𝑡+1                                                        (𝑄𝑄𝑡𝑡)        𝑄𝑄𝑡𝑡+1 𝑄𝑄𝑡𝑡+1

0 0     0 0 0    
0 1     0 0 1    
1 0     0 1 0    
1 1     0 1 1    
0 0     1 0 0    
0 1     1 0 1    
1 0     1 1 0    

0

0

0

0

1

1

1

1             1                   1                                                                   1             1                   1

 

 

  1. Add a clock input to your circuit as shown below. Use the switch SW[9] for the clock input and LED[9] as the clock output. Fill in the following table and simulate the circuit. Include you code and the simulation in your report.

 

 

Before applying the clock (current state) After applying the clock
S R (𝑄𝑄𝑡𝑡) 𝑄𝑄𝑡𝑡 (𝑄𝑄𝑡𝑡) 𝑄𝑄𝑡𝑡 State
0 0 0        
0 0 1        
0 1 0        
0 1 1        
1 0 0        
1 0 1        
1 1 0        
1 1 1        

 

How does the clock input affect the function of the circuit? The previous circuits are referred to as being “asynchronous” while the clocked circuit is referred to as a “synchronous” circuit. Do these descriptions make sense to you? Why?

 

 

  1. A 𝐷𝐷-latch simply transfers the input “𝐷𝐷” to the output “𝑄𝑄” on each clock cycle. If the Clock is not high nothing happens to the output. Fill out the table below to find the circuit required to produce the inputs for the 𝑅𝑅𝑆𝑆 latch from the input of the 𝐷𝐷-latch. (Hint: Compare the conditions required for 𝑅𝑅𝑆𝑆− 𝑄𝑄𝑡𝑡+1 =  𝐷𝐷− 𝑄𝑄𝑡𝑡+1). Using the code from the Clocked RS latch as a module, write the top level model for the 𝐷𝐷 Simulate the code and then download it to the board and test the functionality.
𝐷𝐷 𝑆𝑆 𝑅𝑅 𝑅𝑅𝑆𝑆− 𝑄𝑄𝑡𝑡+1 𝐷𝐷− 𝑄𝑄𝑡𝑡+1
         
         
         
         
         
         
         
         

 

  1. A J-K latch can be made using a D-latch. The characteristic table for a J-K latch is given below. Fill out the characteristic table for a J-K latch made from a D-latch. Using the Karnaugh map, minimise the circuit required. Draw the circuit diagram. Using (some of) the code form your previous clocked D-latch (from an RS latch) write the Verilog code to implement this J-K latch. Simulate the code, compile it and download it to the board and test it. Comment on the simulation and test results on the DE-10 board

 

 

J-K Latch                                                J-K Latch from D-latch

 

𝐽𝐽 𝐾𝐾 𝑄𝑄(𝑖𝑖 + 1)
0 0 𝑄𝑄(𝑖𝑖)
0 1 0
1 0 1
1 1 𝑄𝑄(𝑖𝑖)
 

𝐽𝐽 𝐾𝐾 𝑄𝑄𝑡𝑡 𝑄𝑄𝑡𝑡+1 𝐷𝐷
0 0 0    
0 0 1    
0 1 0    
0 1 1    
1 0 0    
1 0 1    
1 1 0    
1 1 1    

 

 

 

A more stable for of the J-K latch is referred to as a “master-slave” latch, which consists of two stages. This latch is edge triggered (as opposed to level triggered) where the “master” stage operates off of the positive edge of the clock and the “slave” stage off of the negative edge of the clock.  The “master-slave” J-K latch is shown in the following diagram.

 

  1. e) Master-Slave J-K latch. A simple clocked J-K latch is given in the diagram below.

 

 

Write the Verilog code for this J-K latch and implement this master slave latch. Simulate the code, compile and assemble and include your results in your report. You may use the previous code, but you are not required to.  

 

 

 

  • 07-Latched-and-Sequential-circuits-x5fzp4.zip