Verilog HDL Program for Serail In – Parallel Out Shift Register

Verilog HDL Program for Serail In – Parallel Out Shift Register.

1
2
3
4
5
6
7
8
module sipo(sout,sin,clk);
    output [3:0]sout;
    input sin,clk;
    dff2 u1(sout[0],sin,clk);
    dff2 u2(sout[1],sout[0],clk);
    dff2 u3(sout[2],sout[1],clk);
    dff2 u4(sout[3],sout[2],clk);
endmodule
Simulated Waveform for Serail In – Parallel Out Shift Register
Simulated Waveform for Serail In – Parallel Out Shift Register
Ansten Lobo

12 thoughts on “Verilog HDL Program for Serail In – Parallel Out Shift Register

  1. Have you evver thought about axding a little bit more than just
    your articles? I mean, what you say is valuable and everything.
    However think of if you added some great visuals or vidceo clips to give your posts more,
    “pop”! Your content is excellent but with images and videos, thiks website could definitely be one of thhe vvery best in its niche.
    Good blog!

  2. Hi there, I discovered yoyr website by the use of Google while searching for a
    comparable subject, your site got here up,it appears to be
    like great. I hve bookmarked itt in my google bookmarks.

    Helloo there, simply become aware of your boog via Google,
    and located that it’s really informative. I am going to be careful for brussels.
    I’ll be gratefuil if you proceed thuis in future.
    Numerous other people will likely be benefited out of your writing.
    Cheers!

  3. Oh my goodness! Impressive article dude! Thanks, However
    I am encountering difficulties with your
    RSS. I don’t understand the reason why I can’t subscribe to it.

    Is there anybody else getting similar RSS issues?
    Anyone that knows the answer can you kindly respond? Thanks!!

  4. It is truly a nice and useful piece of info. I am glad that you shared this useful
    info with us. Please keep us informed like this. Thanks for sharing.

  5. Hello, i feel that i noticed you visited my blog so i got here to go back the choose?.I’m trying to find things to enhance my website!I suppose its good enough to make use of some of your ideas!!

  6. Great post. I used to be checking continuously this blog and I’m inspired! Very helpful information particularly the final part 🙂 I maintain such info a lot. I used to be seeking this particular info for a long time. Thank you and good luck.

  7. Thanks for some other informative web site. The place else could I am getting that type of information written in such a perfect way? I have a undertaking that I’m just now operating on, and I have been at the glance out for such info.

Leave a Reply

Your email address will not be published. Required fields are marked *

Get the latest updates on your inbox

Be the first to receive the latest updates from Codesdoc by signing up to our email subscription.

    StudentProjects.in