aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/python-console/data/test5.py
diff options
context:
space:
mode:
authorYRabbit <rabbit@yrabbit.cyou>2023-04-05 20:32:44 +1000
committermyrtle <gatecat@ds0.me>2023-04-06 08:41:54 +0200
commit9bcefe46a89a1fb55ab86f2e0a3319baf1b92807 (patch)
tree94f3987f583a68b83d3fcb48e225121d44ed51b2 /3rdparty/python-console/data/test5.py
parent23f2877ddee51e7e69fdf2b1caaa0337e2459ce9 (diff)
downloadnextpnr-9bcefe46a89a1fb55ab86f2e0a3319baf1b92807.tar.gz
nextpnr-9bcefe46a89a1fb55ab86f2e0a3319baf1b92807.tar.bz2
nextpnr-9bcefe46a89a1fb55ab86f2e0a3319baf1b92807.zip
gowin: Add implementation of IDDR and IDDRC primitives
Simple deserialization primitives are implemented for all supported boards. Compatible with older apicula bases. Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
Diffstat (limited to '3rdparty/python-console/data/test5.py')
0 files changed, 0 insertions, 0 deletions
n114'>114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 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 218 219 220 221 222 223 224 225 226 227