Giter Site home page Giter Site logo

cs385-cpu's Introduction

Hello. I'm Rob. ๐Ÿ‘‹

This is my GitHub README. I will try to keep helpful and interesting things here.

About me

I enjoy the extremes of being either hyper-connected to everything tech/digital or completely disconnected and out in the woods. I'm an avid backpacker, a keyboard enthusiast who dabbles in DIY projects, and a novice guitarist. I enjoy everything of the synthwave/cyberpunk variety. I completed undergrad with a Bachelor of Science degree in Mathematics and a Bachelor of Science degree in Computer Science from CCSU.

I am a software engineer who works with automation tools for deployment and configuration of enterprise-scale systems.

Long but interesting reads

  1. WaitButWhy's Neuralink post
  2. You Don't Know Javascript

Helpful Documentation...

Git

  1. Atlassian's Git Tutorial - Getting Started
  2. Understanding Git Conceptually
  3. Conventional Commits - a specification for adding human and machine readable meaning to commit messages
  4. Conventional Comments - comments that are easy to grok and grep
  5. Markdown Architectural Decision Records - a solution to record architectural decisions

AWS

  1. AWS Solutions Architect Notes

Software Development

  1. The Missing Semester of Your CS Education
  2. Learn X in Y Minutes

JavaScript

  1. JavaScript.com

cs385-cpu's People

Contributors

antcerrit avatar brbigelow avatar brybig avatar

Watchers

 avatar  avatar  avatar  avatar

cs385-cpu's Issues

CPU module not working.

Test output for the CPU modules gives us a lot of "don't care" values (x's) where we should be getting output. Traced this down to a problem in either regfile or something to do with the register file modules, where we are getting don't cares for A and RD2 on line 104 of MIPS-CPU.vl

    reg_file rf (IR[11:10], IR[9:8], WR, AluOut, RegWrite, A, RD2, clock);

when we should be getting real values.

Anyone else let me know if you can get to the bottom of this. I'm trying to work on it but I don't think I understand the register file enough to make progress.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.