Fixed typos in gpio test comments

This commit is contained in:
David Harris 2022-07-05 04:57:42 +00:00
parent f5bdbbe219
commit 714a3fa962
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@
00000000 # fall_ip
00000000 # high_ie
00000000 # high_ip
00000000 # fall_ie
ffffffff # fall_ip
00000000 # low_ie
ffffffff # low_ip
00000000 # iof_en
00000000 # iof_sel
00000000 # out_xor

View File

@ -77,11 +77,11 @@ test_cases:
.4byte rise_ie, 0x00000000, read32_test # rise_ie reset to zero
.4byte rise_ip, 0x00000000, read32_test # rise_ip reset to zero
.4byte fall_ie, 0x00000000, read32_test # fall_ie reset to zero
.4byte fall_ip, 0xffffffff, read32_test # fall_ip reset to ones (input_val is zero)
.4byte fall_ip, 0x00000000, read32_test # fall_ip reset to zeros
.4byte high_ie, 0x00000000, read32_test # high_ie reset to zero
.4byte high_ip, 0x00000000, read32_test # high_ip reset to zero
.4byte low_ie, 0x00000000, read32_test # low_ie reset to zero
.4byte low_ip, 0x00000000, read32_test # low_ip reset to zero
.4byte low_ip, 0xffffffff, read32_test # low_ip reset to ones (input_val is zero)
.4byte iof_en, 0x00000000, read32_test # iof_en reset to zero
.4byte iof_sel, 0x00000000, read32_test # iof_sel reset to zero
.4byte out_xor, 0x00000000, read32_test # out_xor reset to zero