Skip to content

Commit 2dac4e0

Browse files
committed
doc: add bullet points in openlane/README.md
1 parent 92d190e commit 2dac4e0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

openlane/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ design.
88

99
Each directory consists of the following:
1010

11-
`src`: The Verilog sources files.
12-
`.sdc` file: The design constraints for the design.
13-
`config.json`: The design configuration for the design.
14-
`gate_map.v`: Implementations of different small modules.
15-
`pin_order.cfg`: The pin order configuration which defines the locations of the
11+
* `src`: The Verilog sources files.
12+
* `.sdc` file: The design constraints for the design.
13+
* `config.json`: The design configuration for the design.
14+
* `gate_map.v`: Implementations of different small modules.
15+
* `pin_order.cfg`: The pin order configuration which defines the locations of the
1616
pins in the design.
1717

1818
The top level design also contains the following:
19-
`fixed_dont_change`: Configurations that must not be changed.
20-
`macro`: `gds`, `lef` and `lib` files for all macros.
21-
`vsrc`: Definitions for the power nets.
22-
`macro_placement.cfg`: The locations of the macros used in the top level design.
23-
`pdn_cfg.tcl`: A tcl script which defines the Power Distribution Network (PDN),
19+
* `fixed_dont_change`: Configurations that must not be changed.
20+
* `macro`: `gds`, `lef` and `lib` files for all macros.
21+
* `vsrc`: Definitions for the power nets.
22+
* `macro_placement.cfg`: The locations of the macros used in the top level design.
23+
* `pdn_cfg.tcl`: A tcl script which defines the Power Distribution Network (PDN),
2424
kindly provided by efabless.

0 commit comments

Comments
 (0)