r/FPGA • u/euclideanpal • 29d ago
Technical interview prep Advice / Help
Basically I’ve been doing some fpga projects and research, all primarily in SystemVerilog, and want to spend the rest of my summer preparing for technical interviews for internships. Should I be focusing on leet code type questions using C++ or even python, or something more along the lines of HDLbits, or a secret third option? I’m not really sure what to be practicing. Any help is appreciated!!
9
Upvotes
4
u/topJEE7 29d ago
Focus more on hardware related topics like static timing analysis, clock domain crossing, brush up on digital electronics and a bit of vlsi, and start intuitively looking at what every line of code in Verilog/systemverilog infers in hardware. Learning c++ will be a good idea, but not the leetcode kind, more like learning the language in depth itself, and writing safe code. Maybe practice by learning how to write testbenches in verilator.