diff options
| author | Clifford Wolf <clifford@clifford.at> | 2018-01-16 18:03:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-16 18:03:49 +0100 |
| commit | edef5d246527a442c8c8025e89b6d9da06276d2d (patch) | |
| tree | 3d67bf462292e3c0c75c308e662b84f22af7c318 /icefuzz/tests/ip/up5k_SPI_data.txt | |
| parent | bca8c3c88f5707213a6cc55ec7b06b576ab98809 (diff) | |
| parent | 99857b1505fa6c651ad9cd4177d8fc68d3e3851c (diff) | |
Merge pull request #116 from daveshah1/up5k_misc_fixes
Miscellaneous UltraPlus fixes and improvements
Diffstat (limited to 'icefuzz/tests/ip/up5k_SPI_data.txt')
| -rw-r--r-- | icefuzz/tests/ip/up5k_SPI_data.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/icefuzz/tests/ip/up5k_SPI_data.txt b/icefuzz/tests/ip/up5k_SPI_data.txt index 149c93a..be4be44 100644 --- a/icefuzz/tests/ip/up5k_SPI_data.txt +++ b/icefuzz/tests/ip/up5k_SPI_data.txt @@ -47,6 +47,10 @@ "SOE": (0, 20, "slf_op_5"), "SPIIRQ": (0, 20, "slf_op_2"), "SPIWKUP": (0, 20, "slf_op_3"), + "SPI_ENABLE_0": (7, 0, "cbit2usealt_in_0"), + "SPI_ENABLE_1": (7, 0, "cbit2usealt_in_1"), + "SPI_ENABLE_2": (6, 0, "cbit2usealt_in_0"), + "SPI_ENABLE_3": (6, 0, "cbit2usealt_in_1"), }, ("SPI", (25, 0, 1)): { "MCSNO0": (25, 21, "slf_op_2"), @@ -97,4 +101,8 @@ "SOE": (25, 20, "slf_op_5"), "SPIIRQ": (25, 20, "slf_op_2"), "SPIWKUP": (25, 20, "slf_op_3"), + "SPI_ENABLE_0": (23, 0, "cbit2usealt_in_0"), + "SPI_ENABLE_1": (24, 0, "cbit2usealt_in_0"), + "SPI_ENABLE_2": (23, 0, "cbit2usealt_in_1"), + "SPI_ENABLE_3": (24, 0, "cbit2usealt_in_1"), }, |
