mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fixed typos in gpio test comments
This commit is contained in:
		
							parent
							
								
									dab87811e9
								
							
						
					
					
						commit
						0232593e88
					
				| @ -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 | ||||
|  | ||||
| @ -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 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user