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
Copy file name to clipboardExpand all lines: docs/source/basic_rom_usage.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
### [Go Back](./index.md#table-of-contents)
3
3
4
4
# Basic Usage
5
-
This page of the documentation explains the basic usage of OpenRAM's ROM compiler (OpenROM).
5
+
This page of the documentation explains the basic usage of OpenRAM's ROM compiler (OpenROM). For usage of the RAM compiler see [here](./basic_usage.md#go-back)
6
6
7
7
8
8
@@ -84,3 +84,16 @@ make sky130_rom_1kbyte
84
84
# Add a supply ring to the generated layout
85
85
route_supplies ="ring"
86
86
```
87
+
88
+
89
+
## Output Files
90
+
The output files are placed in the `output_dir` defined in the configuration
91
+
file.
92
+
93
+
The base name is specified by `output_name`and suffixes are added. Currently only layout and schematic files are generated.
Copy file name to clipboardExpand all lines: docs/source/basic_usage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
### [Go Back](./index.md#table-of-contents)
2
2
3
3
# Basic Usage
4
-
This page of the documentation explains the basic usage of OpenRAM's SRAM compiler.
4
+
This page of the documentation explains the basic usage of OpenRAM's SRAM compiler. For usage of the ROM compiler see [here](./basic_rom_usage.md#go-back)
0 commit comments