Lab4 Blinking Led
Lab4 Blinking Led
Nour turky
28/10/2024
Introduction:
in this lab we are going to understand how a D flip flop works, how a clock
divider works, and do the implementation of them.
Created a nexw project ‘lab4’
1) D Flip-Flop (D-FF):
Created a new verilog module named ‘dff’ :
2) Clock Divider
Created a new verilog module named ‘clk_divider’
Defined the inputs and the output
In class we tried the code you provided us but it did not work for anyone
that is why this part of the report is missing
Then uploaded the code to the board. During this lab I worked with Sabaa,
we showed the led blinking in class.
Conclusion:
In this lab, we learned about the D flip-flop's functionality, practiced
writing its behavioral description in Verilog, and explored a simple clock
divider circuit.
During this lab, the only problem we faced was the simuloation otherwise
everything else is understandable.