You have a very clear style of speaking, explaining things, and de-conflicting the programming technique. Thank you so much.I would like to see your tutorials on verilog as well
Well, it is really difficult to follow since I am not (yet) familiar with verilog, VHDL, HDL and everything related. Also, I have Altera FPGA, not Xilinx, but that should be no problem if syntax is similar. I wanted to buy some book on VHDL, but out there are many, not sure which to chose for complete beginners? I know C/C++, Java, little bit of Python, but not FPGA related stuff (I know that there is also C/C++, but how to implement, that is tricky part).
so far your videos have been very helpful, i just was wondering why you didn't go over the constraint file for this video in the detail that you did in the previous videos considering that the new clock constraint was something you introduced in this video. like how did you know what pin to choose, or what exactly does the create clock line do? also for a future video i was wondering if you could provide a tutorial on how to implement the FPGA with an H-bridge or how to create a current detector using the 7seg display, an H-bridge, and a shunt resistor. thank you for the help you have given so far!
Hello, yes I have enjoyed your tutorial . I am a beginner in programming. and I have a question. I did all like in your Video but in the end there was no Blackboard_MasterDC_rev1.xdc generated :( What can be the mistake?
can you write a code for me where I can load to bitstream, I've Basys2 FPGA Spartan 3e, xcf02s platform flash. it supports multiboot. I can't find anywhere, even chatgpt is unable to write code.
@@mix0797 I have the cora Z7 board and clock signal is generated by the Ethernet ship (125MHz). So you can generate from any ship like simple 555 or from a crystale.
was wondering how you could llight up multiple led's and not just one.. like light up every other. im trying to do that right now and im failing so hard
your constraint file will depend on your board, this guide can walk you through getting the files download for your board reference.digilentinc.com/vivado/getting_started/start
@@andrewseo2567 hi, finally get myself here. So…the comment explaining why it’s not working seems to be deleted for some reason but anyway… As I remember, u should place the clock divider always block before the counter always block, then it should work properly. Hope this gonna help.
Hope you Enjoyed this Tutorial! Let me know what tutorial would you like to see next in the comments section below!
She
B j get
You have a very clear style of speaking, explaining things, and de-conflicting the programming technique. Thank you so much.I would like to see your tutorials on verilog as well
led blinking in FPGA is all about divide the clock to make the led on/off visible. Once again nice tutorial on FPGA.
Very comprehensive and tricky exercise on FPGA, appreciate your effort and tutorial.
Thanks. It is quick slick and to the point which helps!
8bit counter which count at input from one slide switch, use seven segment display for count value.
Keep up the good work 👌👍
Jimmy, Thanks for your support! I'll keep it in mind and try to set up something with it!
It is an amazing video, can please do videos on Fsm in detail, optimize verilog
Well, it is really difficult to follow since I am not (yet) familiar with verilog, VHDL, HDL and everything related. Also, I have Altera FPGA, not Xilinx, but that should be no problem if syntax is similar. I wanted to buy some book on VHDL, but out there are many, not sure which to chose for complete beginners? I know C/C++, Java, little bit of Python, but not FPGA related stuff (I know that there is also C/C++, but how to implement, that is tricky part).
Very cool tutorial. Thank you!
How do I get the vivado design suite? Need to start ASAP!
Sir please teach how to use and change user programmable clock in AC701 evaluation kit
One always was all you needed, clear the value then invert on the next line. Having two always blocks creates two comparators.
so far your videos have been very helpful, i just was wondering why you didn't go over the constraint file for this video in the detail that you did in the previous videos considering that the new clock constraint was something you introduced in this video. like how did you know what pin to choose, or what exactly does the create clock line do? also for a future video i was wondering if you could provide a tutorial on how to implement the FPGA with an H-bridge or how to create a current detector using the 7seg display, an H-bridge, and a shunt resistor. thank you for the help you have given so far!
Here is some useful video by Xilinx about creating clock: www.xilinx.com/video/hardware/creating-basic-clock-constraints.html
what is the song in the beginning??
Hello, yes I have enjoyed your tutorial . I am a beginner in programming. and I have a question. I did all like in your Video but in the end there was no Blackboard_MasterDC_rev1.xdc generated :( What can be the mistake?
Can somebody post the constrain file commands, please?
can you write a code for me where I can load to bitstream, I've Basys2 FPGA Spartan 3e, xcf02s platform flash. it supports multiboot. I can't find anywhere, even chatgpt is unable to write code.
How can I generate a clock signal with a non integer frequency such as 6.78Mhz using a clock divider?
After quite a few trials and errors I was able to create a bit stream for my board :). LED is ON/OFF for ~30 seconds though, hmmm!
very gud ♥
hello, why did you choose clk =100MHz?. I don't understand here.
Hello! By default for this development board the generated clock is 100MHz. Hope this helps!
@@SimplyEmbedded if the development board don't support clock generator external, how to generate clock ?. Thank you very much.
@@mix0797 I have the cora Z7 board and clock signal is generated by the Ethernet ship (125MHz). So you can generate from any ship like simple 555 or from a crystale.
okey, thank you.
What software did you use on this?
That's Vivado for Xilinx boards
Can You help me how can i on off led on fpga using bluetooth module
Can you please show how to send this file to xilinx board and run it there ?
was wondering how you could llight up multiple led's and not just one.. like light up every other. im trying to do that right now and im failing so hard
You could decclare as many outputs as you want
How do you get the constraints file?
your constraint file will depend on your board, this guide can walk you through getting the files download for your board reference.digilentinc.com/vivado/getting_started/start
Argh, wrote the code 100% as you did. Even the comments, but divided_clk never toggles :-( I have set clk
same problem here, have u found the solution ?
Nope, unfortunately not.. But I'd love to hear from anyone that did
@@jegjessing there is an answer from Mr. H van der Linden so hope this will help. At least it works for my board
@@wolfgeowild8709 Can you be more specific?
@@andrewseo2567 hi, finally get myself here. So…the comment explaining why it’s not working seems to be deleted for some reason but anyway… As I remember, u should place the clock divider always block before the counter always block, then it should work properly. Hope this gonna help.
i so bad at coding and my school assigment needed us to code blink item led for 5 times
which i had no idea how to start
it would be great to find a video for someone who doesnt know nothing
Never do equal, always say greater than or equal. Image what would happen if you had a glitch.
Is audio and video is out of sync for this video or I am the only one feeling this?
wow 15 minutes of complex operations to divide a clock