@@ -9,25 +9,25 @@ A Constraints File Example
9
9
--------------------------
10
10
11
11
.. code-block :: xml
12
- :caption: An example of a placement constraints file in XML format.
13
- :linenos:
14
-
15
- <vpr_constraints tool_name="vpr">
16
- <partition_list>
17
- <partition name="Part0">
18
- <add_atom name_pattern="li354">
19
- <add_atom name_pattern="alu*"> <!-- Regular expressions can be used to provide name patterns of the primitives to be added -->
20
- <add_atom name_pattern="n877">
21
- <add_region x_low="3" y_low="1" x_high="7" y_high="2"> <!-- Two rectangular regions are specified, together describing an L-shaped region -->
22
- <add_region x_low="7" y_low="3" x_high="7" y_high="6"
23
- </partition>
24
- <partition name="Part1">
25
- <add_region x_low="3" y_low="3" x_high="7" y_high="7" subtile="0"> <!-- One specific location is specified -->
26
- <add_atom name_pattern="n4917">
27
- <add_atom name_pattern="n6010">
28
- </partition>
29
- </partition_list>
30
- </vpr_constraints>
12
+ :caption: An example of a placement constraints file in XML format.
13
+ :linenos:
14
+
15
+ <vpr_constraints tool_name =" vpr" >
16
+ <partition_list >
17
+ <partition name =" Part0" >
18
+ <add_atom name_pattern =" li354" >
19
+ <add_atom name_pattern =" alu*" > <!-- Regular expressions can be used to provide name patterns of the primitives to be added -->
20
+ <add_atom name_pattern =" n877" >
21
+ <add_region x_low =" 3" y_low =" 1" x_high =" 7" y_high =" 2" > <!-- Two rectangular regions are specified, together describing an L-shaped region -->
22
+ <add_region x_low =" 7" y_low =" 3" x_high =" 7" y_high =" 6"
23
+ </partition>
24
+ <partition name =" Part1" >
25
+ <add_region x_low =" 3" y_low =" 3" x_high =" 7" y_high =" 7" subtile =" 0" > <!-- One specific location is specified -->
26
+ <add_atom name_pattern =" n4917" >
27
+ <add_atom name_pattern =" n6010" >
28
+ </partition >
29
+ </partition_list >
30
+ </vpr_constraints >
31
31
32
32
.. _end :
33
33
0 commit comments