Skip to content
View Avi-Gulati's full-sized avatar

Block or report Avi-Gulati

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

Pinned Loading

  1. cpu-datapath cpu-datapath Public

    I designed, tested, and synthesized a MIPS multicycle processor

    SystemVerilog

  2. signalprocessing signalprocessing Public

    My forays into audio signals

    Python

  3. Matrix-Computation Matrix-Computation Public

    Generating Cross-Over Points. When is Strassen's Better than Brute Force Multiplication?

    C++

  4. cache-simulator cache-simulator Public

    I implemented simulation infrastructure for three caches: a direct-mapped cache, a fully associative cache, and an n-way set-associative cache

    C

  5. assembler assembler Public

    I wrote a single-pass MIPS assembler.

    Python

  6. sudoku-solver sudoku-solver Public

    This repository contains Python code implementations for solving two distinct types of optimization problems using integer programming and backtracking search techniques: Sudoku puzzles and the min…

    Python