Skip to content

Commit e0e07d0

Browse files
stridge-cruxmlQuantamHD
authored andcommitted
Update documentation.
1 parent 60bfaf6 commit e0e07d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

vivado/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ vivado_create_project(
5959
)
6060
```
6161

62-
It has the optional argument `_create_project_tcl_template` which by default loads [create_project.tcl.template](create_project.tcl.template). This can be modified.
62+
It has the optional argument `create_project_tcl_template` which by default loads [create_project.tcl.template](create_project.tcl.template). This can be modified.
6363

6464
## synthesize
6565

@@ -76,7 +76,7 @@ vivado_synthesize(
7676
)
7777
```
7878

79-
It has the optional argument `_create_project_tcl_template` which by default loads [create_project.tcl.template](create_project.tcl.template). This can be modified.
79+
It has the optional argument `create_project_tcl_template` which by default loads [create_project.tcl.template](create_project.tcl.template). This can be modified.
8080

8181
There is another optional argument `synth_strategy` which defaults to `Vivado Synthesis Defaults`. Look at synthesis strategies in vivado to see different options.
8282

@@ -93,7 +93,7 @@ vivado_synthesis_optimize(
9393
)
9494
```
9595

96-
It has the optional argument `_synth_optimize_tcl_template` which by default loads [synth_optimize.tcl.template](synth_optimize.tcl.template). This can be modified.
96+
It has the optional argument `synth_optimize_tcl_template` which by default loads [synth_optimize.tcl.template](synth_optimize.tcl.template). This can be modified.
9797

9898
There is an optional argument `opt_directive` which defaults to `Explore`.
9999

@@ -110,7 +110,7 @@ vivado_placement(
110110
)
111111
```
112112

113-
It has the optional argument `_placement_tcl_template` which by default loads [placement.tcl.template](placement.tcl.template). This can be modified.
113+
It has the optional argument `placement_tcl_template` which by default loads [placement.tcl.template](placement.tcl.template). This can be modified.
114114

115115
## place_optimize
116116

@@ -125,7 +125,7 @@ vivado_place_optimize(
125125
)
126126
```
127127

128-
It has the optional argument `_place_optimize_tcl_template` which by default loads [place_optimize.tcl.template](place_optimize.tcl.template). This can be modified.
128+
It has the optional argument `place_optimize_tcl_template` which by default loads [place_optimize.tcl.template](place_optimize.tcl.template). This can be modified.
129129

130130
## routing
131131

@@ -140,7 +140,7 @@ vivado_routing(
140140
)
141141
```
142142

143-
It has the optional argument `_route_tcl_template` which by default loads [route.tcl.template](route.tcl.template). This can be modified.
143+
It has the optional argument `route_tcl_template` which by default loads [route.tcl.template](route.tcl.template). This can be modified.
144144

145145
There is an optional argument `route_directive` which defaults to `Explore`.
146146

@@ -157,7 +157,7 @@ vivado_write_bitstream(
157157
)
158158
```
159159

160-
It has the optional argument `_write_bitstream_tcl_template` which by default loads [write_bitstream.tcl.template](write_bitstream.tcl.template). This can be modified.
160+
It has the optional argument `write_bitstream_tcl_template` which by default loads [write_bitstream.tcl.template](write_bitstream.tcl.template). This can be modified.
161161

162162
## xsim_test
163163

@@ -176,7 +176,7 @@ xsim_test(
176176
)
177177
```
178178

179-
It has the optional argument `_xsim_test_template` which by default loads [_xsim_test_template.tcl.template](_xsim_test_template.tcl.template). This can be modified.
179+
It has the optional argument `xsim_test_template` which by default loads [xsim_test_template.tcl.template](xsim_test_template.tcl.template). This can be modified.
180180

181181
It is tagged as `manual` so it is not run by CI tools. They do not have vivado installed.
182182

0 commit comments

Comments
 (0)