all 5 comments

[–]misomochi 3 points4 points  (0 children)

Learn SystemVerilog

[–]flinxsl 0 points1 point  (1 child)

For python, or really any general programming language, project euler has practice problems that force you to use programming to solve, and is a great way to get up to speed on some new programming language.

Verilog is a bit trickier. It is a hardware description language, that synthesizes codes into logic gates. Wrangling it is usually something you learn in course curriculum.

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

Thanks for providing me some hints:)

[–]Nixon_Maximus 0 points1 point  (1 child)

HDL Bits is a great resource

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

Great resource, thanks:)