Skip to content
View nwzs's full-sized avatar
  • Toronto

Block or report nwzs

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
nwzs/README.md

Hey, I'm Nawaaz

Computer Engineering student at Toronto Metropolitan University.

Currently looking for a co-op position in embedded systems, hardware design, or computer architecture.


What I'm Working On

  • Building out my RISC-V CPU simulator, adding more instructions and sample programs
  • Coursework in discrete math, algorithms, and digital systems

Projects

Project Description Stack
RISC-V CPU Simulator Software simulation of a RISC-V processor with fetch-decode-execute pipeline and built-in assembler Java
8-Bit Micro-coded ALU Processor Dual ALU with FSM control unit, synthesized and deployed on an Intel DE2 FPGA board Verilog · Quartus
Java Bookstore Application Multi-user desktop app using OOP design patterns, including State and Singleton Java · JavaFX

Tech Stack

Languages: Java · Verilog · Python · C++ · C#
Hardware: FPGA · Intel DE2 Board · Quartus Prime · ModelSim
Concepts: Computer Architecture · Digital Logic · OOP · Data Structures & Algorithms


Connect

LinkedIn


Computer Engineering @ TMU · Open to Co-op

Pinned Loading

  1. RISC-V-Simulator RISC-V-Simulator Public

    RISC-V processor simulator in Java with a fetch-decode-execute pipeline with a built-in assembler

    Java

  2. 8-Bit-ALU-Processor-Design 8-Bit-ALU-Processor-Design Public

    Micro-coded 8 Bit ALU with FSM control implemented in VHDL and tested on FPGA

    VHDL

  3. Java-Bookstore-Application Java-Bookstore-Application Public

    Java desktop bookstore application with role restricted access, reward system, and state design pattern

    Java