Skip to content
View AshtonRopp's full-sized avatar

Block or report AshtonRopp

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

I am a computer engineering student at Rensselaer Polytechnic Institute with interests in computer hardware design, robotics, and space.

Highlighted Projects

  • Objective: Use System Verilog to create CNN hardware.
  • Highlights:
    • Utilized Synopsis Design Compiler, Vivado, and OpenROAD for PPA metrics.
    • Analyzed changes to modules and pipeline to maximize PPA.
    • Trained CNN to detect specific images.
  • Objective: Design and implement a Finite Impulse Response (FIR) filter using hardware description languages.
  • Highlights:
    • Developed FIR filter architecture using System Verilog.
    • Simulated and verified filter performance against design specifications.
    • Optimized the design for area and power efficiency.
  • Objective: Optimize matrix multiplication algorithms for performance improvements.
  • Highlights:
    • Implemented various matrix multiplication techniques.
    • Analyzed computational complexity and performance metrics.
    • Explored parallel processing approaches to enhance efficiency.
  • Objective: Evaluate the performance characteristics of Solid-State Drives.
  • Highlights:
    • Conducted read/write speed tests under different conditions.
    • Analyzed the impact of file sizes and access patterns on SSD performance.
    • Compared SSD performance with traditional Hard Disk Drives.

Pinned Loading

  1. Embedded_Neural_Network Embedded_Neural_Network Public

    SystemVerilog

  2. AdvancedComputerSystems AdvancedComputerSystems Public

    Course projects for ECSE-6320 at RPI.

    C++ 1

  3. rpiRobotics/ik-geo rpiRobotics/ik-geo Public

    Inverse kinematics and subproblem solutions from "IK-Geo: Unified robot inverse kinematics using subproblem decomposition" implemented in MATLAB, C++, Rust, and Python.

    C++ 173 23

  4. FIR-Filter-Design FIR-Filter-Design Public

    SystemVerilog