You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
25
25
in detail for easier implementation so you can get started writing Verilog code
26
26
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).
27
27
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
41
41
designs of others. You can see the block diagram of the current core design on
42
42
the [repository](https://github.com/NYU-Processor-Design/nyu-core), and you can
43
43
find the functionality and design documentation for the more complex components
0 commit comments