-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,37 @@ | ||
# Xhovani Mali | ||
# VIP Processor Design Notebook Fall 2024 | ||
# Xhovani's VIP Processor Design Notebook - Fall 2024 | ||
|
||
## Weekly Updates | ||
|
||
### Week of 23 September 2024 | ||
|
||
**Progress Summary:** | ||
|
||
I set up my development environment on my MacBook Pro. Homebrew is already | ||
installed from prior internship work. For virtualization, I use Parallels on | ||
macOS and access VirtualBox remotely on my desktop. | ||
|
||
**Project Work:** | ||
|
||
* **Onboarding Lab 1** | ||
- **Repository Link:** [Onboarding Lab 1 Repository](https://github.com/XhovaniM8/nyu-processor-onboarding-labs/tree/eb052de69fd6b067898d4e37a82996aba0dd9c1f/lab_1/cmake-test) | ||
- **Issue Encountered:** I encountered issues with CMake, specifically an | ||
error during the build process suggesting compatibility issues. | ||
- **Resolution:** Resolved the issue by reinstalling `make` with support for | ||
the arm64 architecture. | ||
|
||
|
||
### Week of 30 September 2024 | ||
|
||
**Progress Summary:** | ||
|
||
Attended the weekly meeting to review onboarding labs, discussed challenges, and | ||
continued working on tasks with feedback from the session. Spoke about possible | ||
events for the semester as well as next steps post onboarding-labs. | ||
|
||
|
||
### Week of 7 October 2024 | ||
|
||
**Progress Summary:** | ||
|
||
Separated the onboarding lab folders into a new repository based on feedback | ||
from the weekly meeting. |