Skip to content
View Ammar-Wahidi's full-sized avatar

Block or report Ammar-Wahidi

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. NPU NPU Public

    Silicon-proven INT8 systolic NPU (8×8 MAC array) taped out on SkyWater 130nm via LibreLane. Features a custom 32-bit ISA, UART–APB host interface, and fused streaming datapath. Validated on chest X…

    Verilog 3

  2. Analog_Digital-Communication-Project Analog_Digital-Communication-Project Public

    MATLAB 1 1

  3. Vending-machine Vending-machine Public

    Developed a vending machine software in C++ using OOP, enabling seamless product management, customer transactions, and robust error handling. Designed with modularity for maintainability and scala…

    C++ 1

  4. Computer-Arithmetic Computer-Arithmetic Public

    Design and verification of Computer Arithmetic Units: Adders, Multipliers, Dividers, Floating-point, and CORDIC algorithms. Modeled in C++ and implemented in Verilog HDL. Referenced Parhami’s Compu…

    Verilog

  5. HDLBits HDLBits Public

    In progress

    Verilog

  6. MIPS-Hashing-Algorithm MIPS-Hashing-Algorithm Public

    Developed a MIPS assembly program using MARS IDE to implement an 8-bit hashing algorithm. The program processes a 32-bit input, divides it into 8-bit sections, and uses XOR and polynomial transform…

    Assembly