Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/design_notebooks/2025fall/lz3007.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Week 1: 09/08/2025 - 09/14/2025

* Worked through "Design Notebooks and Git" and "Development Environment" on the VIP website
* Completed "Getting Started" and "Verilog Language: Basics" on HDLBits

WSL and Ubuntu (and packages) were downloaded using the Windows Powershell terminal. There were no problems in this process.
The HDLBits problem sets were a great refresher for me and it does explain in more detail on how Verilog works compared to a circuit.

I am using VS Code for the first time, so I had a hard time navagating the files and learning how to use VS Code with Ubuntu. I hard a hard time creating a branch in my fork repository and could not tell where I was in the repository (main or branch) until I searched up the documentation for [Git source control in VS Code](https://code.visualstudio.com/docs/sourcecontrol/overview).

**Remaining Questions:** I am still kind of confused with how Ubuntu works with VS Code and where the files are stored (locally?).