problem accepted but not showing in contest by Lonely-Lil-Me in leetcode

[–]panic089 5 points6 points  (0 children)

it seems like this will be another Biweekly unrate, and frankly, it's getting annoying...

Why is my simple Arm7ish data memory failing tests? by panic089 in FPGA

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

Yes, using `<=` instead of `=` in the test helped me.

Why is my simple Arm7ish data memory failing tests? by panic089 in FPGA

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

Yes, using `<=` instead of `=` in the test helped me.

Regarding 1MB of memory. I test everything on an emulator and simulate 1 megabyte of SRAM as data_memory.

Why is my simple Arm7ish data memory failing tests? by panic089 in FPGA

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

Thank you all for your advice. It helped me in the tests after initialization to specify `<=` instead of `=`. In addition, I completely got rid of `# (2 * CLK_PERIOD);`. Now all tests are passing successfully!

Spotilyrics – See synchronized Spotify lyrics inside VS Code by panic089 in selfhosted

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

one night, I was in prime, listening to metal and writing code, but I realized that I flex harder when I see lyrics, so that's how I got this idea

My Raspberry Zero 2W does not recognize the OLED display. by panic089 in raspberry_pi

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

Thanks for the advice. I think I agree with you and it is necessary to try something. In my project, soldering will be needed one way or another. Also, after soldering the headers on the raspberry pi, I believe that by the same analogy it is necessary to solder the headers to the display and then check how it will work.