Skip to content
View gokulbalagopal's full-sized avatar

Block or report gokulbalagopal

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

Popular repositories Loading

  1. Verification-of-FIFO-using-SystemVerilog Verification-of-FIFO-using-SystemVerilog Public

    Built a test environment using SystemVerilog to verify FIFO. Used QuestaSim to design and verify the module in SystemVerilog and Verilog. Created components like generator, driver, monitor, scorebo…

    SystemVerilog 25 8

  2. Verification-of-APB-Protocol-using-UVM Verification-of-APB-Protocol-using-UVM Public

    Built a test environment using UVM Methodology to verify APB Protocol.

    SystemVerilog 12 7

  3. Comprehensive-Analysis-of-Syrian-Conflict-News-Articles-using-NLP Comprehensive-Analysis-of-Syrian-Conflict-News-Articles-using-NLP Public

    My task was to help a journalist with data analysis to investigate the usage of certain words in newspaper articles. Media analysis focuses on text mining and therefore, our data will be text based…

    R 3 1

  4. Full-Custom-Design-and-Layout-of-One-Bit-ALU-using-Cadence-Virtuoso Full-Custom-Design-and-Layout-of-One-Bit-ALU-using-Cadence-Virtuoso Public

    • Designed a 1 Bit ALU using Cadence Virtuoso which implements two logical operations AND, OR and two arithmetic operations ADDITION and SUBTRACTION. These operations were selected using a 4 x 1 MU…

    1

  5. Smile-Detector Smile-Detector Public

    This project implements smile detection using OpenCV library. It faithfully detects features like face (blue box), nose (dark-green box), eyes (light-green box) and smile (red box). OpenCV has func…

    Python

  6. Guessing-Number-game Guessing-Number-game Public

    A program that picks a random integer from 1 to 100, and has players guess the number.Similar to Marco polo game

    Python