Skip to content
View SidharthMehta's full-sized avatar
🐣
🐣
Block or Report

Block or report SidharthMehta

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. Cache-Simulator Cache-Simulator Public

    Implemented a Decoupled sectored CACHE. The simulator can adjust cache size, block size, associativity and can give out results like Hit rate, miss rate etc.

    C++ 1 2

  2. Tanh-unit Tanh-unit Public

    Created a Tanh gate for LSTM cell, a type of neural network using RTL with the goal of least area and execution time product

    Verilog 3

  3. Branch-Predicton-Simulator Branch-Predicton-Simulator Public

    Designed a branch predictor simulator and use it to design branch predictors (bi-modal, gShare, hybrid) with Branch Target buffer well suited to the SPECint95 benchmarks.

    C++

  4. Dynamic-Instruction-Scheduling-Simulator Dynamic-Instruction-Scheduling-Simulator Public

    Constructed a simulator for an out-of-order superscalar processor based on Tomasulo’s algorithm that fetches, dispatches, and issues N instructions per cycle.

    C++ 1

  5. Braille-Display Braille-Display Public

    Developed a device which encodes the file uploaded via serial port to the braille format and displays the same.

    C#

  6. USB-keyboard USB-keyboard Public

    The code implements a composite USB mouse and keyboard device using USB HID class and FRDM KL25Z.

    C