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Ай бұрын
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Ай бұрын
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Ай бұрын
OK thank you.
@khoiphamang50543 ай бұрын
can you share your code, i would love to study your code lovely work
@AlienMaxi18174 ай бұрын
thank you brother
@mirabeauAlberto4 ай бұрын
Could you pass on your quartus theme, my eyes always suffer when working on FPGA. I would appreciate it very much
@andywilliamkamgangnewou68514 ай бұрын
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
@andywilliamkamgangnewou68514 ай бұрын
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_penguin5 ай бұрын
very helpful thanks man!! also ,would you mind mentioning your linkedin?
@nmeghana90926 ай бұрын
why tempcarry is declared ? can you plz explain
@WhiteBracketsFPGA6 ай бұрын
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!
@MsLFilipe7 ай бұрын
Excelent video. thank you
@WhiteBracketsFPGA7 ай бұрын
Thanks :)
@hamsterworks8 ай бұрын
Nice!
@WhiteBracketsFPGA8 ай бұрын
Thanks :)
@newb_embedded0408 ай бұрын
which fpga dev board are you using?
@WhiteBracketsFPGA8 ай бұрын
I use the DE1-SoC board. It combines FPGA and ARM processor, which makes it great for all kinds of projects.
@WhiteBracketsFPGA8 ай бұрын
07:36 Even this row can be further simplified :) You can try it on your own.
@WhiteBracketsFPGA9 ай бұрын
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 :)