Concepts to learn:

Each counter must be parameterizable for counter bit width. All results in below questions must be verified from Waveform. All submissions should have waveform put in word document with questions title.

  1. DFF implementation
    1. Implement DFF using behavioural and gate level.
      1. Ports: clk, rst, d, q
      1. Synchronous reset DFF
      1. Asynchronous reset DFF
    1. DFF Gate level implementation
International Journal of Soft Computing and Engineering
  1. Implement Current value using 3 bit register(since 3 bit counter)
    1. Implement next value using 3 bit register (next_count[2:0])
    1. Use Karnaugh map for each bit of next_count[2:0]

Ex:

Write logic for Next_count[1], Next_count[0]

Now come up with logic for next_count[2,1,0] using count

Next_count[2] <= (~count[0]&count[2]) | (count[0] & ~count[1])

Similarly come up with logic for next_count[1], next_count[0]

  1. Implement Current value using 3 bit register & up_down(since 3 bit counter)
    1. Implement next value using 3 bit register (next_count[2:0])
    1. Use Karnaugh map for each bit of next_count[2:0] using count and up_down

Teacher is an important part of anybody's education.

I completed my post graduation in 2005. During my school and College, I always had difficulty coping up with things in classroom. But my Telugu teacher Mr. Hussain Budde during my 7th class , I used to enjoy his way of teaching, way he used to engage students by teaching lessons as stories. After that, I never found any teacher who kept sessions so much engaging. I don't want to blame my teachers, I always felt they could make sessions more engaging. I always had to spend time outside class hours to cope up with every minute of classroom session.

I as a teacher, adopt a style of teaching which keeps session engaging and ensures that students give 100% focus on the session. I always wanted to be that one teacher, whom my students will remember for lifetime. I am making sure that, rest of trainer's also follow same.

I want your 6 months of education at VLSIGuru to be among your best learning experiences. We at VLSIGuru will do our best to make this a memorable time.

Course Registration