Skip to content
View Krsaurab49's full-sized avatar

Block or report Krsaurab49

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Krsaurab49/README.md

Banner

Hi, I'm Kumar Saurab πŸ‘‹

RTL Design Engineer Β· Verilog HDL Β· FPGA Β· VLSI

πŸŽ“ M.Tech β€” Microelectronics & VLSI Technology Β |Β  CGPA: 8.44 / 10

πŸ“ India Β |Β  🟒 Open to RTL / FPGA Opportunities

Portfolio LinkedIn Email Profile Views


πŸ’» About Me

module KumarSaurab (
  input  wire  passion,
  input  wire  mtech_degree,
  output reg   rtl_engineer
);
  // Degree  : M.Tech β€” Microelectronics & VLSI Technology
  // CGPA    : 8.44 / 10
  // Focus   : RTL Design | FPGA Synthesis | Timing Closure
  // Tools   : Xilinx Vivado | ModelSim | XDC Constraints
  // Board   : Xilinx Artix-7 (Basys 3)
  // Status  : OPEN TO OPPORTUNITIES 🟒

  always @(*) begin
    if (passion && mtech_degree)
      rtl_engineer = 1'b1;  // Always TRUE
  end

endmodule

πŸ› οΈ Tech Stack

HDL & Languages

Verilog SystemVerilog Python TCL Git

EDA Tools & FPGA

Vivado ModelSim Artix-7 Basys3

Design Techniques

RTL FSM Pipelining Timing Booth


πŸš€ Featured Projects

8Γ—8-bit multiplier combining Booth radix-4 encoding with a Carry-Select / Carry-Lookahead hybrid adder tree. Synthesized and validated on Xilinx Artix-7 (Basys 3).

134MHz +57% 312 LUTs 1024 Slack


Full ALU supporting 6 arithmetic and logical operations with optimized logic paths and complete testbench coverage.

100MHz 6 Ops Artix-7


Mealy/Moore hybrid FSM for a 4-way traffic intersection, implemented and validated on FPGA with full state-transition verification.

FSM 4-way Basys3


πŸ“Š GitHub Stats

Kumar's GitHub Stats

Top Languages


πŸ† Key Results

╔══════════════════════╦══════════════════════════════════════╗
β•‘  Max Frequency       β•‘  134 MHz  (+57% vs ripple-carry)    β•‘
β•‘  LUT Utilisation     β•‘  312 LUTs (12% of Artix-7)          β•‘
β•‘  Setup Slack         β•‘  +0.3 ns  (zero violations)         β•‘
β•‘  Test Coverage       β•‘  1,024 vectors β€” 100% PASS          β•‘
β•‘  Degree              β•‘  M.Tech VLSI Β· CGPA 8.44            β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•©β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

πŸ“¬ Get In Touch


"Design without verification is guesswork."

Pinned Loading

  1. 4bit-alu-verilog 4bit-alu-verilog Public

    4-bit ALU in Verilog β€” 6 operations, 100 MHz on Artix-7 FPGA

    Verilog

  2. hybrid-multiplier-fpga hybrid-multiplier-fpga Public

    High-speed hybrid multiplier in Verilog β€” 134 MHz on Artix-7 FPGA

    Verilog 1

  3. traffic-light-fsm-verilog traffic-light-fsm-verilog Public

    4-way traffic light FSM in Verilog β€” Mealy/Moore hybrid on Basys 3

    Verilog 1