aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/pybind11/tests/test_modules.cpp
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2023-01-29 22:04:13 +0100
committerSylvain Munaut <tnt@246tNt.com>2023-01-29 22:35:19 +0100
commitf50d4c1ed13142471505e0233e7985052d868ac2 (patch)
treedeaf661d7c07a89534ed3f817714925a6a32bd44 /3rdparty/pybind11/tests/test_modules.cpp
parent0cf5006e3bbad476616f09bf1baf8a2953e1c616 (diff)
downloadnextpnr-f50d4c1ed13142471505e0233e7985052d868ac2.tar.gz
nextpnr-f50d4c1ed13142471505e0233e7985052d868ac2.tar.bz2
nextpnr-f50d4c1ed13142471505e0233e7985052d868ac2.zip
ice40: Support for undriven / unconnected output ports
If a port specified as output (and thus had a $nextpnr_obuf inserted) is undriven (const `z` or const `x`), we make sure to not enable the output driver. Also enable pull-ups if it was requested by the user. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to '3rdparty/pybind11/tests/test_modules.cpp')
0 files changed, 0 insertions, 0 deletions
n136' href='#n136'>136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217