GitHub: chaseruskin

Email: [email protected]

LinkedIn: chaseruskin

I am a first-year PhD student in Computer Science and Engineering at the University of Michigan. I work on computer architecture research in the M-Bits group while being advised by Prof. Reetu Das. Outside of research, I enjoy being outdoors and running.

Interests

Education

IMG_3897.HEIC

Open-Source Projects

Orbit

As hardware codebases evolve over time, it becomes a challenge trying to manage your resources efficiently and minimize technical debt. Orbit solves this problem as an agile package manager and extensible build tool for hardware description languages. Orbit focuses on being simple and intuitive to use, encouraging source code reuse with low effort, and providing flexibility for users to integrate their existing backend EDA tools.

GitHub - chaseruskin/orbit: Package manager and build tool for HDLs

Verb

Simulating functional tests for digital hardware typically relies on the following pattern: generate inputs, send the inputs to the device under test, and check the outputs for correctness. Verb reduces the cost to test by providing the infrastructure to quickly apply this pattern as an approachable testing framework for digital hardware. Verb focuses on being accessible to use, supporting advanced testing strategies, and being flexible among programming languages and hardware description languages.

GitHub - chaseruskin/verb: An approachable testing framework for digital hardware