Skip to content
View YousefMoussa's full-sized avatar

Highlights

  • Pro

Block or report YousefMoussa

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

    This project implements a Multi-Cycle RISC-V Processor using VHDL. Unlike a single-cycle processor, this implementation breaks down instruction execution into multiple clock cycles (Fetch, Decode, …

    VHDL

  2. oamkotb/riscv-cpu oamkotb/riscv-cpu Public

    A synthesizable, 32-bit Multi-Cycle RISC-V processor core implemented in Verilog.

    Verilog 1

  3. secure-element-fsm secure-element-fsm Public

    This project implements a Finite State Machine (FSM) for a Secure Element on a Xilinx Zybo Z7 FPGA board using VHDL. It models the behavior of a security module, managing states such as startup, id…

    VHDL

  4. CustomShell-C CustomShell-C Public

    Custom Shell is a simple custom shell implementation in C. It supports executing external commands, built-in commands, input/output redirection, piping, and job control.

    C

  5. Quacker Quacker Public

    Forked from oamkotb/quacker

    Quacker 🦆 is a CLI based social media platform that allows users to share posts, follow others, and interact with content, entirely built with C++ and its corresponding SQLite3 library.

    C++

  6. Simulated-Filesystem Simulated-Filesystem Public

    This project implements a simple user-space file system simulator in C. It mimics the behavior of a real file system, including mounting disks, creating files and directories, reading/writing data,…

    C