diff --git a/docs/ultraplus.html b/docs/ultraplus.html index e5706e6..da109b5 100644 --- a/docs/ultraplus.html +++ b/docs/ultraplus.html @@ -248,5 +248,20 @@ can be used as an open-drain IO using the standard IO cell.
The IO tiles contain a few new bits compared to earlier ice40 devices. + The bits padeb_test_0 and + padeb_test_1 are set for all pins, + even unused ones, unless set as an output.
+There are also some new bits used to control the pullup strength:
+| Strength | Cell 0 | Cell 1 |
|---|---|---|
| 3.3kΩ | cf_bit_32 B7[10] | cf_bit_36 B13[10] |
| 6.8kΩ | cf_bit_33 B6[10] | cf_bit_37 B12[10] |
| 10kΩ | cf_bit_34 B7[15] | cf_bit_38 B13[15] |
| 100kΩ (default) | !cf_bit_35 !B6[15] | !cf_bit_39 !B12[15] |