Пікірлер
@rizkypratama594
@rizkypratama594 Ай бұрын
please mr, i need for my exam🙏🏻
@rizkypratama594
@rizkypratama594 Ай бұрын
can you give me code!!!!
@PhátNguyễn-e4e
@PhátNguyễn-e4e Ай бұрын
my VGA is no signal whereas i have connected all of gpio pins of camera ov7670, and also VGA port to de10, and I have configed for VGA and camera for resolution 640*480. Can u give me your config for this project? Or give me some reasons. Tks a lot.
@thomassorensen7907
@thomassorensen7907 Ай бұрын
Hi. In the Adder 2 example how is the "add1" nested inside "add16"? I understand it like this that the two "add16" are instantiated inside the top_module. But the "add1" module is defined outside as it should but not instantiated inside "add16".
@WhiteBracketsFPGA
@WhiteBracketsFPGA Ай бұрын
The add16 module is provided as a black box, with its internal workings (including add1 instantiation) hidden. In this exercise, add16 is pre-defined to use add1, and your task is to implement add1.
@thomassorensen7907
@thomassorensen7907 Ай бұрын
OK thank you.
@khoiphamang5054
@khoiphamang5054 3 ай бұрын
can you share your code, i would love to study your code lovely work
@AlienMaxi1817
@AlienMaxi1817 4 ай бұрын
thank you brother
@mirabeauAlberto
@mirabeauAlberto 4 ай бұрын
Could you pass on your quartus theme, my eyes always suffer when working on FPGA. I would appreciate it very much
@andywilliamkamgangnewou6851
@andywilliamkamgangnewou6851 4 ай бұрын
I just want to ask i tried to implement what you have done but i still have an issue with the programm the accumulator seems not to work properly. i dont know why
@andywilliamkamgangnewou6851
@andywilliamkamgangnewou6851 4 ай бұрын
please can you make a video for the exercise : A simple processor? Thank you a lot for your videos. It is a huge hepl in my study. P
@tiny_penguin
@tiny_penguin 5 ай бұрын
very helpful thanks man!! also ,would you mind mentioning your linkedin?
@nmeghana9092
@nmeghana9092 6 ай бұрын
why tempcarry is declared ? can you plz explain
@WhiteBracketsFPGA
@WhiteBracketsFPGA 6 ай бұрын
In the BCD exercise, I declare a temporary carry to connect the carry-out and carry-in bits of the modules. The top module output carry is just a single bit. Hope this helps!
@MsLFilipe
@MsLFilipe 7 ай бұрын
Excelent video. thank you
@WhiteBracketsFPGA
@WhiteBracketsFPGA 7 ай бұрын
Thanks :)
@hamsterworks
@hamsterworks 8 ай бұрын
Nice!
@WhiteBracketsFPGA
@WhiteBracketsFPGA 8 ай бұрын
Thanks :)
@newb_embedded040
@newb_embedded040 8 ай бұрын
which fpga dev board are you using?
@WhiteBracketsFPGA
@WhiteBracketsFPGA 8 ай бұрын
I use the DE1-SoC board. It combines FPGA and ARM processor, which makes it great for all kinds of projects.
@WhiteBracketsFPGA
@WhiteBracketsFPGA 8 ай бұрын
07:36 Even this row can be further simplified :) You can try it on your own.
@WhiteBracketsFPGA
@WhiteBracketsFPGA 9 ай бұрын
Hey guys! I'm going through these exercises fairly quickly to get to the more interesting ones ahead. I will try to explain those in more detail :)
@maduk22
@maduk22 9 ай бұрын
Great tutorial.Thank you!
@WhiteBracketsFPGA
@WhiteBracketsFPGA 9 ай бұрын
Thanks! Glad you liked it :)