Update documentation links

This commit is contained in:
Eren Dogan 2022-10-04 22:16:12 -07:00
parent d879d22f08
commit f0de8d9c8f
14 changed files with 26 additions and 26 deletions

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Architecture
This page of the documentation explains the architecture of OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Base Data Structures
This page of the documentation explains the base data structures of OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Basic Usage
This page of the documentation explains the basic usage of OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Bitcells
This page of the documentation explains the bitcells supported by OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Characterization
This page of the documentation explains the characterization of OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Control Logic and Timing
This page of the documentation explains the control logic and timing of OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Debugging and Unit Testing
This page of the documentation explains the debugging and unit testing of OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Hierarchical Design Modules
This page of the documentation explains the hierarchical design modules of OpenRAM.

View File

@ -9,21 +9,21 @@ These pages provide the documentation of OpenRAM. You can use the links below to
1. [Contributors/Collaborators](#contributorscollaborators)
2. [OpenRAM Dependencies](#openram-dependencies)
3. [Supported Technologies](#supported-technologies)
4. [Bitcells](./bitcells.md)
5. [Architecture](./architecture.md)
4. [Bitcells](./bitcells.md#go-backindexmddirectory)
5. [Architecture](./architecture.md#go-backindexmddirectory)
6. [Implementation](#implementation)
7. [Technology and Tool Portability](#technology-and-tool-portability)
8. [Basic Usage](./basic_usage.md)
9. [Tutorials](./tutorials.md)
10. [Debugging and Unit Testing](./debug.md)
11. [Technology Setup](./technology_setup.md)
12. [Library Cells](./library_cells.md)
13. [Base Data Structures](./base_data_structures.md)
14. [Hierarchical Design Modules](./design_modules.md)
15. [Control Logic and Timing](./control_logic.md)
16. [Routing](./routing.md)
17. [Characterization](./characterization.md)
18. [Results](./results.md)
8. [Basic Usage](./basic_usage.md#go-backindexmddirectory)
9. [Tutorials](./tutorials.md#go-backindexmddirectory)
10. [Debugging and Unit Testing](./debug.md#go-backindexmddirectory)
11. [Technology Setup](./technology_setup.md#go-backindexmddirectory)
12. [Library Cells](./library_cells.md#go-backindexmddirectory)
13. [Base Data Structures](./base_data_structures.md#go-backindexmddirectory)
14. [Hierarchical Design Modules](./design_modules.md#go-backindexmddirectory)
15. [Control Logic and Timing](./control_logic.md#go-backindexmddirectory)
16. [Routing](./routing.md#go-backindexmddirectory)
17. [Characterization](./characterization.md#go-backindexmddirectory)
18. [Results](./results.md#go-backindexmddirectory)

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Library Cells
This page of the documentation explains the library cells of OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Results
This page of the documentation explains the results of OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Routing
This page of the documentation explains the routing of OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Technology Setup
This page of the documentation explains the technology setup of OpenRAM.

View File

@ -1,4 +1,4 @@
### [Go Back](./index.md)
### [Go Back](./index.md#directory)
# Tutorials
This page of the documentation includes tutorials for OpenRAM.