Skip to content
View nabinSinghh's full-sized avatar

Highlights

  • Pro

Block or report nabinSinghh

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

Pinned Loading

  1. mini-unix-shell mini-unix-shell Public

    Step-by-step implementation of a mini Unix shell in C demonstrating process creation, pipes, and I/O redirection.

    C

  2. fpga-matrix-accelerator-hardware-software-codesign fpga-matrix-accelerator-hardware-software-codesign Public

    Hardware–software codesign of a 4×4 matrix operation accelerator on the DE1-SoC FPGA using a custom Avalon-MM peripheral and Nios II processor, with performance comparison against software execution.

    SystemVerilog

  3. systemverilog-16bit-risc-cpu systemverilog-16bit-risc-cpu Public

    Design and implementation of a custom 16-bit MIPS-like RISC CPU in SystemVerilog, developed as an academic computer architecture project and deployed on an FPGA.

    SystemVerilog 1

  4. parallel-programming-openmp-quantum-simulator parallel-programming-openmp-quantum-simulator Public

    Parallel programming project using OpenMP in C++ to accelerate quantum state-vector simulation on multi-core CPUs.

    C++

  5. pthread-parallel-pi-integration pthread-parallel-pi-integration Public

    Parallel numerical integration of π using POSIX threads (pthreads) with workload partitioning, mutex synchronization, and performance scaling analysis.

    C