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
13 changes: 9 additions & 4 deletions src/design_notebooks/2025fall/gb2789.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,15 @@ Answer the following:

Keeps the mess out of the src directory.

**Discussion Lab 2:** System Verilog

I had no major difficulty with writing the RTL files but I couldn't build the simulations using CMake/Ninja.
**Discussion Lab 2:** I had no major difficulty with writing the RTL files but I couldn't build the simulations using CMake/Ninja.
I keep getting error `CMake Error at CMakeLists.txt:8 (nyu_link_sv):
Unknown CMake command "nyu_link_sv".` and I am unsure of how to solve this.

**Confusions:** I still don't quiet get the differences between Ninja and CMake and I don't get the full purpose of them and why we're running them this way instead of directly from the src file. It says we are building a system, where is this system located and where is it running in the hardware?
**Confusions:** I still don't quiet get the differences between Ninja and CMake and I don't get the full purpose of them and why we're running them this way instead of directly from the src file. It says we are building a system, where is this system located and where is it running in the hardware?

## Week10: 11/10/25 - 11/16/25
- Completed lab 2 from onboarding labs

[Processor-Design VIP Project repository](https://github.com/Ghqlq/Processor-Design-Projects) - updated folder: Lab2_Ghala

**Discussion:** After experimenting more with CMake and Ninja, I have more understanding of how to use them. This is my first time using SystemVerilog, but it's not that much different. I still need to familiarize myself with the differences.