diff --git a/src/design_notebooks/2025fall/gb2789.md b/src/design_notebooks/2025fall/gb2789.md index 5ed1b8b..2e01283 100644 --- a/src/design_notebooks/2025fall/gb2789.md +++ b/src/design_notebooks/2025fall/gb2789.md @@ -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? \ No newline at end of file +**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. \ No newline at end of file