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 - kzbin.info/www/bejne/j6Wan6Jsp9x2jM0 ►Round Robin Arbiter in Verilog - kzbin.info/www/bejne/jmfSe6Ftp55gbtU ►Vedic Multiplier in Verilog - kzbin.info/www/bejne/bH6Wn6yvhsujfrc ►Clock with Alarm in Verilog - kzbin.info/www/bejne/poXOYntrZcprmKs ►Washing Machine in Verilog - kzbin.info/www/bejne/n3LSmmygid-rmas ►N bit Multiplier in Verilog - kzbin.info/www/bejne/op7ddJeua8yemrc ►PWM Shift Register in Verilog - kzbin.info/www/bejne/hqucpIOcobCjjsU ►Vending Machine in Verilog - kzbin.info/www/bejne/qnvGYZWid6mFsNE ►Hexadecimal Keypad Scanner in Verilog - kzbin.info/www/bejne/j2LGoWWhrNSma68 ►RAM - ROM Design in Verilog - kzbin.info/www/bejne/o2Kbiohvrc94irc
@RahulKumar-oz2mc2 жыл бұрын
There is no link in description for code. Pls.
@satyajeetnirmal76772 жыл бұрын
Sir where is link for the code?
@kavyareyya934 Жыл бұрын
There is no link for voting machine project
@vineethshirurmath8509 Жыл бұрын
For the people like who are confused in the button control module with if(button & counter
@ishajain9492 жыл бұрын
Great Project and Explanation Harman ✨
@ArjunNarula11222 жыл бұрын
Indeed, Great job Harman!! Thanks for watching the video Isha!!
@diwanshi66692 жыл бұрын
Nice project and great explanation Keep it up guys💥💥
@ArjunNarula11222 жыл бұрын
Thanks Diwanshi!!
@yuganshibharti38922 жыл бұрын
Wonderful project Harman!! 💥💥 Good work Arjun!!
@ArjunNarula11222 жыл бұрын
Thanks, Yuganshi!!
@parashgoswami75612 жыл бұрын
Great explanation Harman 🔥🔥
@ArjunNarula11222 жыл бұрын
Indeed, Great job Harman!! Thanks for watching the video Parash!
@bagaspermana88 Жыл бұрын
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) :)
@arshiyagarg98822 жыл бұрын
Nice project with great explanation 💯🌟
@ArjunNarula11222 жыл бұрын
Glad you liked it!!
@poojaagrawal44172 жыл бұрын
Great job 👍 Keep progressing
@ArjunNarula11222 жыл бұрын
Thanks, Pooja di!!
@yuktasachdeva12042 жыл бұрын
Waiting for this project 💥💫
@ArjunNarula11222 жыл бұрын
Hope you like it!
@yuktasachdeva78222 жыл бұрын
yes, it is amazing ✨🎉🌈
@ritikgupta84782 жыл бұрын
Nice project and great explanation 💯💯
@ArjunNarula11222 жыл бұрын
Thank you Ritik!!
@abhirambhaskaran60108 ай бұрын
there is no code in description can you please send it
@Desi_Odyssey2 жыл бұрын
Mast ek dum 👌
@ArjunNarula11222 жыл бұрын
Thanks, didi!!
@raeleenkanda82702 жыл бұрын
Great one 🌟🌟
@ArjunNarula11222 жыл бұрын
Thanks, Raeleen!
@harmansaini94812 жыл бұрын
Great work you guys!🔥
@ArjunNarula11222 жыл бұрын
Thanks, Harman!!
@atushgoel78232 жыл бұрын
Mast ek dum🔥
@ArjunNarula11222 жыл бұрын
Thanks, Atush!!
@akrh9177 Жыл бұрын
Thank you, sir, for providing such great and wonderful knowledge to everyone.
@kushagravijan72902 жыл бұрын
Great explaination 🤩
@ArjunNarula11222 жыл бұрын
Glad you liked it Kushagra!!
@fevilpatel84579 ай бұрын
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
@markettodayy2 жыл бұрын
Can you guys please do AES encryption using Verilog🙏🙏
@avengers72232 жыл бұрын
Yes would be really nice if you guys did it
@ArjunNarula11222 жыл бұрын
Will try to cover it in the coming videos.
@markettodayy2 жыл бұрын
@@ArjunNarula1122 thank you so much, will be waiting!
@adityamehta41472 жыл бұрын
Nice project, good going👏
@ArjunNarula11222 жыл бұрын
Thanks for watching Aditya!!
@sanyamjain16172 жыл бұрын
Good job 🔥🔥👍👍
@ArjunNarula11222 жыл бұрын
Thank you Sanyam!!
@durgaprasadudp1476 Жыл бұрын
Can you please provide the full test bench code for this program.
@mythri91239 күн бұрын
Great explanation sir. It would be really helpful if you share the code with us since its unavailable in the link description.
@vimminarula55232 жыл бұрын
Well done keep it up
@ArjunNarula11222 жыл бұрын
Thanks, Mumma!!
@DarshanAchalkar4 ай бұрын
How I would use it in modelsim Ise simulator Can i combine the modules in one module only
@rezaulislam91762 жыл бұрын
Thank for nice presentation . Would you make a video series about image processing with verilog coding ?
@Coco123-rl6ll2 ай бұрын
Can we do this in xilinx vivado
@baps242 жыл бұрын
Can you help me to do one project in verilog on the topic ultrasound medical imaging
@snehithreddy55764 ай бұрын
How to display these projects on linkdin?
@vishnuep65822 жыл бұрын
damn nice bro
@ArjunNarula11222 жыл бұрын
Thanks, Vishnu!!
@adithyanu48302 жыл бұрын
Will it work for spartan 6 fpga
@vaibhavgupta53392 жыл бұрын
Thanks bro,Can you make video on implementation of router in verilog.
@ArjunNarula11222 жыл бұрын
Sure Vaibhav, stay tuned.
@anandkumar-bd2ru2 жыл бұрын
great
@ArjunNarula11222 жыл бұрын
Thanks!!!
@ArjunNarula11222 жыл бұрын
Also regarding your doubt of dot in code lines 206-219, there we are instantiating the main module (Port connection by name).
@anandkumar-bd2ru2 жыл бұрын
thanks
@mumbaikaladka67182 жыл бұрын
I need this code plz share
@sruthipinapati58519 ай бұрын
Please give code in description
@kolabhavani3744Ай бұрын
Where these codes are found
@saaho-m Жыл бұрын
can u show me the rtl schematic diagram for this project
@madhupatnana36342 жыл бұрын
Very nice explanation....... please send code link
@sreelakshmis17362 жыл бұрын
can u plz share the code ..it is not in description
@hashiramasenju94062 жыл бұрын
Can u give the code in comment?
@adarshpanigrahi6935 Жыл бұрын
What is dump. Vcd
@anumulaharshith58762 жыл бұрын
Great project sir, can you plz share the code?
@noorshaikh2549 Жыл бұрын
Sir... Can u write simple verilog code for water level indicator.. Please sir
@08arunc902 жыл бұрын
I wants code for voting machine sir Can you send me a link for this code sir
@ani_A6022 ай бұрын
in discription code is not available provide the code
@satyajeetnirmal76772 жыл бұрын
Awesome Project ! Can you send the code in description pls
@429sahilahammadshaik2 Жыл бұрын
I too need this code...can u plz share if available?
@harmanchawla332 жыл бұрын
💥💥
@Coco123-rl6ll2 ай бұрын
can you please provide the project code
@chaitanyagupta66682 жыл бұрын
Nice
@ArjunNarula11222 жыл бұрын
Thanks!!
@shrivatsaparvatikar54236 ай бұрын
code of voting machine?
@animeshchauhan3428 Жыл бұрын
Code???
@GurunadhVana-z7e Жыл бұрын
sir please share link of the code in description
@mumbaikaladka67182 жыл бұрын
Can you share the code plz
@Gateprep20245 ай бұрын
where is the code link
@pavansaikumar.m56537 ай бұрын
Sir, Could you please provide SPI and I2C projects.
@MasterAnime-ps3yx8 ай бұрын
where is the code?
@virenjagwani27032 жыл бұрын
Please post the code link
@hgameryt6151 Жыл бұрын
Cant find the code but the project is extrodonary bro