Skip to content
View GauravDhak's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report GauravDhak

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
GauravDhak/README.md
**Hi there!** πŸ‘‹ **I'm Gaurav Dhak**

Welcome to my GitHub profile! I'm a dedicated student at NIELIT Aurangabad, pursuing a B.Tech in Electronics System Engineering. Here, you'll find some of my projects and contributions related to electronics and VLSI. Feel free to explore and connect with me!

🌱 **Currently Learning**

- Embedded Systems
- Verilog
- Digital Frontend Design
- ASIC Design
- CMOS Technology

πŸ“« **How to Reach Me**

- Email: gauravdhak2003@gmail.com

πŸ”— **Connect with Me**

[LinkedIn](https://www.linkedin.com/in/gauravdhak/)  
[Hashnode](https://gaurav789.hashnode.dev)  
[Twitter](https://twitter.com/GauravDhak)

πŸš€ **Skills**

**Languages:**
- C/C++
- Python
- Verilog HDL

**Tools & Technologies:**
- GNU/Linux
- Xilinx ISE
- FPGA Prototyping
- RTL Coding
- Linux OS

**Design and Development:**
- Very-Large-Scale Integration (VLSI)
- Application-Specific Integrated Circuits (ASIC)
- Verilog/SystemVerilog
- Universal Verification Methodology (UVM)
- RTL Design
- Static Timing Analysis (STA)
- Electronic Design Automation (EDA)


If you share similar interests or have something interesting to discuss, feel free to reach out!

Happy coding! πŸš€

Popular repositories Loading

  1. System-Design-Resource System-Design-Resource Public

    This repository is a comprehensive collection of resources aimed at helping software engineers and system architects enhance their skills in system design.

    1

  2. Single-port-Random-Access-Memory-RAM- Single-port-Random-Access-Memory-RAM- Public

    Single port Random Access Memory (RAM)" typically refers to a type of memory module or chip where data can be read from or written to through a single port, meaning it can handle one data access op…

    Verilog 1

  3. LRU-Cache-Memory LRU-Cache-Memory Public

    An LRU (Least Recently Used) cache memory in Verilog is designed to store and manage frequently accessed data by implementing a replacement policy that evicts the least recently used entries, ensur…

    Verilog 1

  4. 2-bit-Branch-Predictor-in-Verilog 2-bit-Branch-Predictor-in-Verilog Public

    This project implements a 2-bit branch predictor in Verilog. Branch prediction is a technique used in CPU instruction pipelines to guess the outcome of a conditional branch instruction to avoid pip…

    Verilog 1

  5. GauravDhak GauravDhak Public

  6. SPI-Master-Slave-Communication-System SPI-Master-Slave-Communication-System Public

    Designed and implemented an SPI master module in Verilog for interfacing with multiple slave devices.

    Verilog