FPGA Tutorial 1. Blinking LEDs on DE1 Altera Board

FPGA Tutorial 1. Blinking LEDs on DE1 Altera Board

Toni

10 лет назад

100,142 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@glynnmason8205
@glynnmason8205 - 15.03.2023 03:22

i get this error can you help me what am i missing

Error (287127): Text Design File syntax error: Text Design File contains a symbolic name where ASSERT, CONSTANT, DEFINE, DESIGN, FUNCTION, OPTIONS, PARAMETERS, SUBDESIGN, or TITLE was expected

Ответить
@abrahimnassiri2780
@abrahimnassiri2780 - 28.05.2022 20:41

THUMS UP BROOO YOU ARE A LIFE SAVER

Ответить
@mauriciogarciapuine8814
@mauriciogarciapuine8814 - 27.05.2022 20:24

jgjjhgjgh

Ответить
@SuperMrLello
@SuperMrLello - 09.04.2020 17:48

sorry but the source code is not available on the link provided by you

Ответить
@duongng8069
@duongng8069 - 27.03.2020 14:51

Man, you are awesome !!!

Ответить
@vinlyrix2274
@vinlyrix2274 - 16.01.2019 18:52

Hey i need some help,if you can support me im very much thankful to that...im from university of moratuwa sri lanka and im following the engineering course of electroics and telecommunication...even if im a student i was unable to create a digilent account to check the acedemics prices of the fpga board...if someone has such an account can you please tell me the price for the basys3 artix-7 fpga trainer board....it's great help if you can do this please

Ответить
@bacemzouali7065
@bacemzouali7065 - 03.01.2019 00:00

5/5

Ответить
@dearcln
@dearcln - 18.09.2017 13:58

Source Code link is broken.

Ответить
@virgilio72
@virgilio72 - 16.08.2017 13:17

Your example looks easy and interesting. I'm fiddling with my Cyclone V and i cannot find a pin assignment file. But I cannot find your source code. By clicking on your link, a "page not found" message appears.

Ответить
@patelkeyurkumar6027
@patelkeyurkumar6027 - 23.07.2017 06:43

plsease tell me which link on to download this software

Ответить
@klemarcio
@klemarcio - 06.07.2017 18:20

Very good. Please post more videos about fpga's please

Ответить
@user-js2ku8ty3k
@user-js2ku8ty3k - 25.05.2017 10:08

i got this kind of error with your code:-

Error (10028): Can't resolve multiple constant drivers for net "LEDR[17]" at LED.vhd(22)

what should i do?
i tried rearrange your code into only one process but still did not succeed

Ответить
@slap_my_hand
@slap_my_hand - 07.05.2017 14:34

Wouldn't it be better to put the prescaler in a different process?

Ответить
@oleksaoleksa2216
@oleksaoleksa2216 - 21.04.2017 20:06

Super!! I studying VHDL with Alterra this Summer semester and prepare myself for a first lab work!

Ответить
@MikeVella
@MikeVella - 14.04.2017 05:06

I really enjoyed this video, it made things very clear. Could you put the code on github? the snipt is gone.

Ответить
@pattymorfi2164
@pattymorfi2164 - 03.03.2017 17:22

Great video i'm studing FPGA at the moment and that was very helpfull. We appriciate :)

Ответить
@EvanildoAlmeidatecnologia
@EvanildoAlmeidatecnologia - 01.03.2017 00:13

Hello Anton, I'm sorry I'm using an electronic translator.
Anton, I'm very glad to know your channel here on you tube, And happy to hear that you've allocated part of your time to teach us. Your videos are real tools that you are hungry to learn. Thank you very much.

Ответить
@thitinungas-osoth7025
@thitinungas-osoth7025 - 25.08.2016 07:18

Your VDO Tutorials are very easy to understand. You showed how to code VHDL step by step that makes me understand deeply. As a FPGA amateur, I am very impressed for what you explained each condition. I would like to suggest you that you should explain by speaking with text, which I though I am lazy to switch my eyes between your codes and your explaination. Thank you so much.

Ответить
@radexx
@radexx - 18.07.2016 21:19

I don't think you need to check for RESULT to be >= 1024 to reset the signal manually. When you define a signal of type INTEGER RANGE 0 to (some power of two) it will most likely synthesize a register with log2(n) bits (in this case 10 bits), so if it's got 1023 and you increase it by 1 it should overflow and wrap around to 0 again. Same thing when it's got a value of 0 and you decrement it by 1.
All in all, good tutorial for beginners ;-)

Ответить
@roozbeh5828
@roozbeh5828 - 23.05.2016 02:42

there is no source code anymore

Ответить
@yiyou6529
@yiyou6529 - 28.04.2016 01:21

It has been a while, I have been waiting for Tutorial 2;

Ответить
@MrMaestro14231
@MrMaestro14231 - 09.02.2016 06:36

Source code link is 404'd. Do you still have it?

Ответить
@deadfeed7551
@deadfeed7551 - 20.08.2015 21:33

I have the cyclone 2 starter board with DE1 using Quartus 2, v13.0..During setup I programmed the board with Active Serial Mode and now the program is obviously saved on the board whenever I turn it on. So now the lights don't run, do you know if there is a safe and simple way to reset the board ? Any help would be very much appreciated.

Ответить
@michaelmartinez218
@michaelmartinez218 - 22.07.2015 22:47

Hey Toni, you are f***ing AWESOME! you explained it so well!!!!

Ответить
@SOREE5565
@SOREE5565 - 05.07.2015 20:14

This tutorial is well thought out and is of high quality in terms of production! One specific feature in this tutorial that is immensely helpful is that there are some errors/modifications in the process which are corrected in way smooth manner and does not distract from the content. This is very helpful because each error/modification is given enough explanation to create a learning experience and limit the amount of user errors produced when trying to recreate the experiment. It also helpful, and necessary to a degree given the technical content, that there is no voiceover narration. Instead, the video is narrated with a text bar at the bottom of screen. A few spelling/punctuation errors in text (not code), but still very legible! Thanks!

Ответить
@tanyagupta3034
@tanyagupta3034 - 20.06.2015 14:26

Can somebody please tell what is the song in the starting?

Ответить
@ThuanTran-yr4vw
@ThuanTran-yr4vw - 27.05.2015 17:49

can You help me , i really need this code . you can send this code of you for me. my gmail.   [email protected]. thanks all

Ответить
@mt-fh5yf
@mt-fh5yf - 28.04.2015 09:47

hi there.great job!I would like to ask you something.
Can you do this project on altera?
project:for example ,if you press the button for five times,then the led will blink for five times.if you press 10 times,the the led will blink 10 times.
Thanks, good luck...

Ответить
@RafaelAcurcio
@RafaelAcurcio - 11.01.2015 02:42

Nice tutorial Toni, congrats. I just bought my DE2 and I'll start learning today :D

Ответить
@glassman047
@glassman047 - 02.12.2014 22:14

Excellent concise introduction!  For someone like me who would rather look at the code than the latest shiny graphical editor, this was the best 19 minutes I've spent on a tutorial so far.

Ответить
@bilaljamjama
@bilaljamjama - 21.08.2014 05:02

tnx man ;) we need a tutorial how to generate a sound with fpga ;)

Ответить
@NguyenThanh-uj9fe
@NguyenThanh-uj9fe - 10.06.2014 04:13

hey bro can you upload your assignment file ?

Ответить
@icaroj
@icaroj - 05.06.2014 05:20

Good tutorial man! thanks!

Ответить
@tahmad20
@tahmad20 - 18.05.2014 14:58

another nice tutorial. Thanks

Ответить
@cr6925
@cr6925 - 07.05.2014 23:55

Thank you! A great introduction and gives a "feel" for what writing with VHDL is like. I'm of a generation where we drew out our logic in schematic capture, so this is a very welcome alternative! Do you prefer VHDL over Verilog?

Ответить
@ovi2wise
@ovi2wise - 13.04.2014 00:55

aw man, snipt dont work. but its ok, just remake my own source code. thanks for the tutorial

Ответить
@TheKutia
@TheKutia - 14.02.2014 04:35

Lemme get this streght, you draw a circuit, upload it and then it works as that circuit would irl?! if so omg, ima get one

Ответить
@dacres2002
@dacres2002 - 15.10.2013 05:54

I like the music. Without it it will be so plane.

Ответить
@dacres2002
@dacres2002 - 15.10.2013 03:01

Thats the description!! Arduino on steroids...haha

Ответить
@michaelwerner6024
@michaelwerner6024 - 10.09.2013 11:55

Cool Tutorial... more of this...

Ответить
@Wilksey37
@Wilksey37 - 07.09.2013 03:46

Excellent video! I tried to thumbs up but it would't let me (ratings disabled!)

Ответить
@ToniT800
@ToniT800 - 01.09.2013 06:09

unfortunately iI lost the source file for first 3 videos, so i guess i will leave them this way. My next video will be without any music in background. The last video (VGA one) will be modified soon,

Ответить
@ToniT800
@ToniT800 - 10.08.2013 06:03

i will upload new tutorial in a hour or two, stay tuned;)

Ответить
@CxC2007
@CxC2007 - 10.08.2013 05:46

I just received and opened the box from china, it'a a cyclone IV board with plenty of accessories !! I will follow this tutorial for my very first time.

Ответить
@CxC2007
@CxC2007 - 09.08.2013 22:09

Anton Used Cyclone II ........ it's very efective !

Ответить
@KimbrellBrad
@KimbrellBrad - 04.08.2013 19:18

To answer your question on the way you put your video together - I think it was very well done and easy to follow. What are some of the practical uses that you plan to explore in the future? This thing looks like Arduino on steroids! Great stuff!

Ответить
@ivanv754
@ivanv754 - 31.07.2013 00:04

I like the Pokemon/Zelda style dialog box in the bottom.

Ответить