Voting Machine in Verilog (with code) | Verilog project | XILINX | EDA Playground

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 พ.ย. 2024

ความคิดเห็น • 97

  • @ArjunNarula1122
    @ArjunNarula1122  2 ปีที่แล้ว +9

    Please find the code in the link description. Any suggestions or queries are most welcomed.
    PLEASE SUBSCRIBE TO THE CHANNEL. Let's aim for 450 SUBSCRIBERS!!
    Other Projects-
    ►Traffic Light Controller in Verilog - th-cam.com/video/Yt7no6rwCVk/w-d-xo.html
    ►Round Robin Arbiter in Verilog - th-cam.com/video/X6oJn7r9-8s/w-d-xo.html
    ►Vedic Multiplier in Verilog - th-cam.com/video/6M3nyyQfpHU/w-d-xo.html
    ►Clock with Alarm in Verilog - th-cam.com/video/pTk1H50e8bI/w-d-xo.html
    ►Washing Machine in Verilog - th-cam.com/video/iAoi9jTzxcI/w-d-xo.html
    ►N bit Multiplier in Verilog - th-cam.com/video/lmzCdx6gkdU/w-d-xo.html
    ►PWM Shift Register in Verilog - th-cam.com/video/Pz9sPflKpXc/w-d-xo.html
    ►Vending Machine in Verilog - th-cam.com/video/tJc0blBDRzo/w-d-xo.html
    ►Hexadecimal Keypad Scanner in Verilog - th-cam.com/video/Y1cp2kwos5M/w-d-xo.html
    ►RAM - ROM Design in Verilog - th-cam.com/video/m18YU9xjETU/w-d-xo.html

    • @RahulKumar-oz2mc
      @RahulKumar-oz2mc 2 ปีที่แล้ว +7

      There is no link in description for code. Pls.

    • @satyajeetnirmal7677
      @satyajeetnirmal7677 2 ปีที่แล้ว +4

      Sir where is link for the code?

    • @kavyareyya934
      @kavyareyya934 ปีที่แล้ว +3

      There is no link for voting machine project

  • @vineethshirurmath8509
    @vineethshirurmath8509 ปีที่แล้ว +8

    For the people like who are confused in the button control module with
    if(button & counter

  • @bagaspermana88
    @bagaspermana88 ปีที่แล้ว +5

    I support this channel to produce more FPGA Projects, will appreciate it if you could do some machine learning implementation related to the project ( like Q learning) :)

  • @yuganshibharti3892
    @yuganshibharti3892 2 ปีที่แล้ว +3

    Wonderful project Harman!! 💥💥
    Good work Arjun!!

  • @ishajain949
    @ishajain949 2 ปีที่แล้ว +4

    Great Project and Explanation Harman ✨

    • @ArjunNarula1122
      @ArjunNarula1122  2 ปีที่แล้ว +1

      Indeed, Great job Harman!!
      Thanks for watching the video Isha!!

  • @abhirambhaskaran6010
    @abhirambhaskaran6010 6 หลายเดือนก่อน +4

    there is no code in description can you please send it

  • @yuktasachdeva1204
    @yuktasachdeva1204 2 ปีที่แล้ว +5

    Waiting for this project 💥💫

  • @poojaagrawal4417
    @poojaagrawal4417 2 ปีที่แล้ว +4

    Great job 👍 Keep progressing

  • @diwanshi6669
    @diwanshi6669 2 ปีที่แล้ว +4

    Nice project and great explanation
    Keep it up guys💥💥

  • @parashgoswami7561
    @parashgoswami7561 2 ปีที่แล้ว +3

    Great explanation Harman 🔥🔥

    • @ArjunNarula1122
      @ArjunNarula1122  2 ปีที่แล้ว +1

      Indeed, Great job Harman!!
      Thanks for watching the video Parash!

  • @Desi_Odyssey
    @Desi_Odyssey 2 ปีที่แล้ว +3

    Mast ek dum 👌

  • @fevilpatel8457
    @fevilpatel8457 7 หลายเดือนก่อน +2

    insted of this code can we use this one
    ""
    module vm(
    input clk,
    input rst,
    input button_1,
    input button_2,
    input null,
    output reg led,
    output reg [2:0]ctr1,
    output reg [2:0]ctr2,
    output reg [2:0]ctr3
    );
    initial begin
    ctr1=0;ctr2=0;ctr3=0;
    end
    always @(posedge clk or negedge clk)
    begin
    if(rst)
    begin
    ctr1=0;ctr2=0;ctr3=0;
    end
    else
    begin
    if(button_1)
    begin
    ctr1

  • @markettodayy
    @markettodayy 2 ปีที่แล้ว +13

    Can you guys please do AES encryption using Verilog🙏🙏

    • @avengers7223
      @avengers7223 2 ปีที่แล้ว +4

      Yes would be really nice if you guys did it

    • @ArjunNarula1122
      @ArjunNarula1122  2 ปีที่แล้ว +3

      Will try to cover it in the coming videos.

    • @markettodayy
      @markettodayy 2 ปีที่แล้ว +2

      @@ArjunNarula1122 thank you so much, will be waiting!

  • @arshiyagarg9882
    @arshiyagarg9882 2 ปีที่แล้ว +4

    Nice project with great explanation 💯🌟

  • @akrh9177
    @akrh9177 ปีที่แล้ว

    Thank you, sir, for providing such great and wonderful knowledge to everyone.

  • @harmansaini9481
    @harmansaini9481 2 ปีที่แล้ว +2

    Great work you guys!🔥

  • @durgaprasadudp1476
    @durgaprasadudp1476 ปีที่แล้ว +3

    Can you please provide the full test bench code for this program.

  • @kushagravijan7290
    @kushagravijan7290 2 ปีที่แล้ว +3

    Great explaination 🤩

  • @ritikgupta8478
    @ritikgupta8478 2 ปีที่แล้ว +4

    Nice project and great explanation 💯💯

  • @atushgoel7823
    @atushgoel7823 2 ปีที่แล้ว +2

    Mast ek dum🔥

  • @adityamehta4147
    @adityamehta4147 2 ปีที่แล้ว +2

    Nice project, good going👏

  • @sruthipinapati5851
    @sruthipinapati5851 7 หลายเดือนก่อน +1

    Please give code in description

  • @rezaulislam9176
    @rezaulislam9176 2 ปีที่แล้ว

    Thank for nice presentation . Would you make a video series about image processing with verilog coding ?

  • @raeleenkanda8270
    @raeleenkanda8270 2 ปีที่แล้ว +4

    Great one 🌟🌟

  • @DarshanAchalkar
    @DarshanAchalkar 2 หลายเดือนก่อน

    How I would use it in modelsim Ise simulator
    Can i combine the modules in one module only

  • @vaibhavgupta5339
    @vaibhavgupta5339 2 ปีที่แล้ว +1

    Thanks bro,Can you make video on implementation of router in verilog.

  • @madhupatnana3634
    @madhupatnana3634 2 ปีที่แล้ว +2

    Very nice explanation....... please send code link

  • @anumulaharshith5876
    @anumulaharshith5876 2 ปีที่แล้ว +1

    Great project sir, can you plz share the code?

  • @vimminarula5523
    @vimminarula5523 2 ปีที่แล้ว +2

    Well done keep it up

  • @sanyamjain1617
    @sanyamjain1617 2 ปีที่แล้ว +2

    Good job 🔥🔥👍👍

  • @satyajeetnirmal7677
    @satyajeetnirmal7677 2 ปีที่แล้ว

    Awesome Project ! Can you send the code in description pls

  • @snehithreddy5576
    @snehithreddy5576 2 หลายเดือนก่อน

    How to display these projects on linkdin?

  • @Coco123-rl6ll
    @Coco123-rl6ll 6 วันที่ผ่านมา

    Can we do this in xilinx vivado

  • @baps24
    @baps24 2 ปีที่แล้ว

    Can you help me to do one project in verilog on the topic ultrasound medical imaging

  • @noorshaikh2549
    @noorshaikh2549 ปีที่แล้ว

    Sir... Can u write simple verilog code for water level indicator.. Please sir

  • @anandkumar-bd2ru
    @anandkumar-bd2ru 2 ปีที่แล้ว +4

    great

    • @ArjunNarula1122
      @ArjunNarula1122  2 ปีที่แล้ว +2

      Thanks!!!

    • @ArjunNarula1122
      @ArjunNarula1122  2 ปีที่แล้ว +3

      Also regarding your doubt of dot in code lines 206-219, there we are instantiating the main module (Port connection by name).

    • @anandkumar-bd2ru
      @anandkumar-bd2ru 2 ปีที่แล้ว +2

      thanks

  • @ani_A602
    @ani_A602 22 วันที่ผ่านมา

    in discription code is not available provide the code

  • @vishnuep6582
    @vishnuep6582 2 ปีที่แล้ว +2

    damn
    nice bro

  • @saaho-m
    @saaho-m ปีที่แล้ว

    can u show me the rtl schematic diagram for this project

  • @Coco123-rl6ll
    @Coco123-rl6ll 28 วันที่ผ่านมา

    can you please provide the project code

  • @adithyanu4830
    @adithyanu4830 2 ปีที่แล้ว

    Will it work for spartan 6 fpga

  • @pavansaikumar.m5653
    @pavansaikumar.m5653 5 หลายเดือนก่อน

    Sir,
    Could you please provide SPI and I2C projects.

  • @08arunc90
    @08arunc90 ปีที่แล้ว

    I wants code for voting machine sir
    Can you send me a link for this code sir

  • @hashiramasenju9406
    @hashiramasenju9406 2 ปีที่แล้ว +2

    Can u give the code in comment?

  • @sreelakshmis1736
    @sreelakshmis1736 2 ปีที่แล้ว

    can u plz share the code ..it is not in description

  • @mumbaikaladka6718
    @mumbaikaladka6718 2 ปีที่แล้ว +2

    I need this code plz share

  • @chaitanyagupta6668
    @chaitanyagupta6668 2 ปีที่แล้ว +4

    Nice

  • @shrivatsaparvatikar5423
    @shrivatsaparvatikar5423 4 หลายเดือนก่อน

    code of voting machine?

  • @Gateprep2024
    @Gateprep2024 3 หลายเดือนก่อน

    where is the code link

  • @GurunadhVana-z7e
    @GurunadhVana-z7e ปีที่แล้ว

    sir please share link of the code in description

  • @animeshchauhan3428
    @animeshchauhan3428 ปีที่แล้ว +1

    Code???

  • @Siddesh_dhurat
    @Siddesh_dhurat 2 ปีที่แล้ว

    Ye fpga hain kya ... Plzz reply

  • @adarshpanigrahi6935
    @adarshpanigrahi6935 ปีที่แล้ว

    What is dump. Vcd

  • @harmanchawla33
    @harmanchawla33 2 ปีที่แล้ว +1

    💥💥

  • @hgameryt6151
    @hgameryt6151 ปีที่แล้ว

    Cant find the code but the project is extrodonary bro

  • @MasterAnime-ps3yx
    @MasterAnime-ps3yx 6 หลายเดือนก่อน

    where is the code?

  • @mumbaikaladka6718
    @mumbaikaladka6718 2 ปีที่แล้ว

    Can you share the code plz

  • @varalakshmirathod3768
    @varalakshmirathod3768 2 หลายเดือนก่อน

    please give the code bro

  • @pranav_dance
    @pranav_dance 4 หลายเดือนก่อน

    Code pls

  • @virenjagwani2703
    @virenjagwani2703 2 ปีที่แล้ว

    Please post the code link

  • @MichaelJohnson-tj4kx
    @MichaelJohnson-tj4kx 7 หลายเดือนก่อน

    Source code?

  • @avinsony10
    @avinsony10 ปีที่แล้ว

    sound is very low

  • @lalitsingh4-yearb.tech.ele432
    @lalitsingh4-yearb.tech.ele432 ปีที่แล้ว

    also share the code pls

  • @sohamdas7775
    @sohamdas7775 2 ปีที่แล้ว

    Voice very low

  • @saibabuatmala9521
    @saibabuatmala9521 2 ปีที่แล้ว

    bro how can we contact you?

  • @kavya563
    @kavya563 5 หลายเดือนก่อน

    Could u please send the code

  • @atikpathan9693
    @atikpathan9693 4 หลายเดือนก่อน

    Code??