Skip to content

Commit f978b55

Browse files
Update 08_paths.md
1 parent 83e558a commit f978b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/getting_started/onboarding/08_paths.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The heart of an SoC is the CPU Core. As part of the core team, you will work on
2121
the design and implementation of a CPU core capable of executing the
2222
[RISC-V-32I instruction set](https://riscv.org/wp-content/uploads/2017/05/riscv-spec-v2.2.pdf).
2323

24-
Many of the individual modules that make up the core have been [outlined](https://github.com/NYU-Processor-Design/nyu-core/tree/main/Documentation/Module-Docs)
24+
Many of the individual modules that make up the core have been [outlined](https://github.com/NYU-Processor-Design/nyu-core/tree/main/Documentation/01_Module_Docs)
2525
in detail for easier implementation so you can get started writing Verilog code
2626
right away. You can find our getting started guide [here](https://github.com/NYU-Processor-Design/nyu-core/blob/main/Documentation/00_Dev_and_Test_Docs/00_Getting_Started_with_Core.md).
2727
We also have interfaces between modules that need to be built. More information
@@ -41,7 +41,7 @@ you'll need to be ready to validate and troubleshoot both, your designs and the
4141
designs of others. You can see the block diagram of the current core design on
4242
the [repository](https://github.com/NYU-Processor-Design/nyu-core), and you can
4343
find the functionality and design documentation for the more complex components
44-
[here](https://github.com/NYU-Processor-Design/nyu-core/tree/main/Documentation/Complex-Module-Functions).
44+
[here](https://github.com/NYU-Processor-Design/nyu-core/tree/main/Documentation/02_Complex_Module_Functions).
4545

4646
### [Memory](https://github.com/NYU-Processor-Design/nyu-mem)
4747
An SoC needs memory. As part of the memory team, you will work on the memory

0 commit comments

Comments
 (0)