Skip to content

Commit b6633cd

Browse files
authored
docs(dn)-Ghala-Buarish-11/16/25 (#432)
1 parent d3cc7c5 commit b6633cd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/design_notebooks/2025fall/gb2789.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,15 @@ Answer the following:
8787

8888
Keeps the mess out of the src directory.
8989

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

96-
**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?
94+
**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?
95+
96+
## Week10: 11/10/25 - 11/16/25
97+
- Completed lab 2 from onboarding labs
98+
99+
[Processor-Design VIP Project repository](https://github.com/Ghqlq/Processor-Design-Projects) - updated folder: Lab2_Ghala
100+
101+
**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.

0 commit comments

Comments
 (0)