Skip to content
View ee23b020's full-sized avatar

Block or report ee23b020

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. Image-Enhancement-using-Verilog Image-Enhancement-using-Verilog Public

    Implemented image processing in Verilog by converting BMP (Bitmap) image data into hex format and using FSMs (Finite State Machines) to perform brightness adjustment and color inversion. Verified s…

    Verilog

  2. Design-Verification-of-I2C-Communication-Protocol Design-Verification-of-I2C-Communication-Protocol Public

    I2C Master and Slave in SystemVerilog with FSMs handling start, stop, ACK/NACK, and 7-bit addressing over bidirectional SDA/SCL lines; Implemented control for open-drain behaviour, clock generation…

  3. Implementation-of-MBFF-for-Low-Power-Clock-Tree-Design Implementation-of-MBFF-for-Low-Power-Clock-Tree-Design Public

    Implemented Multi-Bit Flip-Flops (MBFFs) to replace single-bit flip-flops (SDFFs), targeting reduced clock-network switching power and cell area; Analyzed power, area, and timing trade-offs.

  4. Clock-Tree-Characterization-Optimization Clock-Tree-Characterization-Optimization Public

    Optimized Clock Tree by aiming to reduce CT Cell count, improve timing & power - by choosing optimal drive strengths & netlengths.

  5. Asynchronous-FIFO Asynchronous-FIFO Public

    Designed 16×8 async. FIFO with modular memory, synchronizers, & full/empty detection for CDC data transfer. Integrated single-bit ECC and pipelined skid buffers for error correction and high-throug…