@@ -8,17 +8,17 @@ design.
8
8
9
9
Each directory consists of the following:
10
10
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
16
16
pins in the design.
17
17
18
18
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),
24
24
kindly provided by efabless.
0 commit comments