4
4
< meta charset ="utf-8 " /> < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
5
5
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Gowin — Amaranth language & toolchain 0.6.0.dev67 documentation</ title >
7
+ < title > Gowin — Amaranth language & toolchain 0.6.0.dev68 documentation</ title >
8
8
< link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=80d5e7a1 " />
9
9
< link rel ="stylesheet " type ="text/css " href ="../_static/css/theme.css?v=19f00094 " />
10
10
< link rel ="stylesheet " type ="text/css " href ="../_static/platformpicker.css " />
17
17
18
18
< script src ="../_static/jquery.js?v=5d32c60e "> </ script >
19
19
< script src ="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c "> </ script >
20
- < script data-url_root ="../ " id ="documentation_options " src ="../_static/documentation_options.js?v=64cd38c7 "> </ script >
20
+ < script data-url_root ="../ " id ="documentation_options " src ="../_static/documentation_options.js?v=8cd79b05 "> </ script >
21
21
< script src ="../_static/doctools.js?v=888ff710 "> </ script >
22
22
< script src ="../_static/sphinx_highlight.js?v=4825356b "> </ script >
23
23
< script src ="../_static/platformpicker.js "> </ script >
41
41
< img src ="../_static/logo.png " class ="logo " alt ="Logo "/>
42
42
</ a >
43
43
< div class ="version ">
44
- 0.6.0.dev67
44
+ 0.6.0.dev68
45
45
</ div >
46
46
< div role ="search ">
47
47
< form id ="rtd-search-form " class ="wy-form " action ="../search.html " method ="get ">
@@ -126,6 +126,10 @@ <h1>Gowin<a class="headerlink" href="#gowin" title="Permalink to this heading">
126
126
< p > The environment is populated by running the script specified in the environment variable
127
127
< code class ="docutils literal notranslate "> < span class ="pre "> AMARANTH_ENV_APICULA</ span > </ code > , if present.</ p >
128
128
< dl class ="simple ">
129
+ < dt > Available overrides:</ dt > < dd > < ul class ="simple ">
130
+ < li > < p > < code class ="docutils literal notranslate "> < span class ="pre "> add_preferences</ span > </ code > : inserts commands at the end of the CST file.</ p > </ li >
131
+ </ ul >
132
+ </ dd >
129
133
< dt > Build products:</ dt > < dd > < ul class ="simple ">
130
134
< li > < p > < code class ="docutils literal notranslate "> < span class ="pre "> {{name}}.fs</ span > </ code > : binary bitstream.</ p > </ li >
131
135
</ ul >
@@ -141,6 +145,10 @@ <h1>Gowin<a class="headerlink" href="#gowin" title="Permalink to this heading">
141
145
< p > The environment is populated by running the script specified in the environment variable
142
146
< code class ="docutils literal notranslate "> < span class ="pre "> AMARANTH_ENV_GOWIN</ span > </ code > , if present.</ p >
143
147
< dl class ="simple ">
148
+ < dt > Available overrides:</ dt > < dd > < ul class ="simple ">
149
+ < li > < p > < code class ="docutils literal notranslate "> < span class ="pre "> add_preferences</ span > </ code > : inserts commands at the end of the CST file.</ p > </ li >
150
+ </ ul >
151
+ </ dd >
144
152
< dt > Build products:</ dt > < dd > < ul class ="simple ">
145
153
< li > < p > < code class ="docutils literal notranslate "> < span class ="pre "> {{name}}.fs</ span > </ code > : binary bitstream.</ p > </ li >
146
154
</ ul >
0 commit comments