Describe the clock event statement as:
•Rising edge clock:
if rising_edge (clk) then
•Falling edge clock:
if falling_edge (clk) then
Describe the clock event statement as:
•Rising edge clock:
if rising_edge (clk) then
•Falling edge clock:
if falling_edge (clk) then