mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	added test config that doesn't use compressed instructions for privileged tests
This commit is contained in:
		
							parent
							
								
									501dc7cd68
								
							
						
					
					
						commit
						eb337fd3e1
					
				| @ -70,7 +70,7 @@ for test in tests64gc: | |||||||
|         cmd="vsim > {} -c <<!\ndo wally-pipelined-batch.do rv64gc "+test+"\n!", |         cmd="vsim > {} -c <<!\ndo wally-pipelined-batch.do rv64gc "+test+"\n!", | ||||||
|         grepstr="All tests ran without failures") |         grepstr="All tests ran without failures") | ||||||
|   configs.append(tc) |   configs.append(tc) | ||||||
| tests32gc = ["arch32i", "arch32priv", "arch32c",  "arch32m", "arch32f", "imperas32i", "imperas32f", "imperas32m", "wally32a",  "imperas32c", "wally32priv"]  #, "imperas32mmu""wally32i",  | tests32gc = ["arch32i", "arch32priv", "arch32c",  "arch32m", "arch32f", "imperas32i", "imperas32f", "imperas32m", "wally32a",  "imperas32c"]  #, "imperas32mmu""wally32i",  | ||||||
| for test in tests32gc: | for test in tests32gc: | ||||||
|   tc = TestCase( |   tc = TestCase( | ||||||
|         name=test, |         name=test, | ||||||
| @ -79,6 +79,25 @@ for test in tests32gc: | |||||||
|         grepstr="All tests ran without failures") |         grepstr="All tests ran without failures") | ||||||
|   configs.append(tc) |   configs.append(tc) | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|  | tests64ia = ["wally64priv"] | ||||||
|  | for test in tests64ia: | ||||||
|  |   tc = TestCase( | ||||||
|  |         name=test, | ||||||
|  |         variant="rv64ia", | ||||||
|  |         cmd="vsim > {} -c <<!\ndo wally-pipelined-batch.do rv64ia "+test+"\n!", | ||||||
|  |         grepstr="All tests ran without failures") | ||||||
|  |   configs.append(tc) | ||||||
|  | 
 | ||||||
|  | tests32ia = ["wally32priv"] | ||||||
|  | for test in tests32ia: | ||||||
|  |   tc = TestCase( | ||||||
|  |         name=test, | ||||||
|  |         variant="rv32ia", | ||||||
|  |         cmd="vsim > {} -c <<!\ndo wally-pipelined-batch.do rv32ia "+test+"\n!", | ||||||
|  |         grepstr="All tests ran without failures") | ||||||
|  |   configs.append(tc) | ||||||
|  | 
 | ||||||
| tests32ic = ["arch32i", "arch32c", "imperas32i", "imperas32c"]  | tests32ic = ["arch32i", "arch32c", "imperas32i", "imperas32c"]  | ||||||
| for test in tests32ic: | for test in tests32ic: | ||||||
|   tc = TestCase( |   tc = TestCase( | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user