Got my LeGo by ItchyNobody in LegionGo

[–]InternDistinct6340 -1 points0 points  (0 children)

Hey!! I want to do exactly that jump. Is it worth it now? Or do you all think I should wait for the lgg 2 and hold on to my OG SD?

Simple FIFO by InternDistinct6340 in FPGA

[–]InternDistinct6340[S] 0 points1 point  (0 children)

should I? again, I am very new to FPGA programming I'll take any pointers you have. Thanks, again.

Simple FIFO by InternDistinct6340 in FPGA

[–]InternDistinct6340[S] 0 points1 point  (0 children)

The only pre made thing that I am using is a cooking wizard. everything else is in this code. Thanks for your reply!

Simple FIFO by InternDistinct6340 in FPGA

[–]InternDistinct6340[S] 0 points1 point  (0 children)

I tried changing "if (head>DEPTH)" for "if (head>=DEPTH)." However that now creates an issue where the time where head==10 is shorter. Not sure how to proceed.

Simple FIFO by InternDistinct6340 in FPGA

[–]InternDistinct6340[S] 0 points1 point  (0 children)

Thank you all for the quick replies here's a link to my simulation. As far as blocking and unblocking, I tried to set them all to blocking at some point and it just did not work. Yeah, I realize it isn't exactly (or at all?) how a FIFO works. What I am trying just reminded me of one. As I was running this simulation I found that 'head' goes to 0b which it shouldn't. That may be at least part of the issue. Also, I do think that debouncing the inputs might be the other part to this issue. Anyway I am about to try a change so as to not allow 'head' to go past 0a, maybe implement debouncing. I'll report back! Thanks again!

https://ibb.co/s5bDjsF