forked from Github_Repos/cvw
		
	Modified regression to use proper rv32e test name, but rv32e_wally32e still isn't passing due to loop exceeding iteration limit
This commit is contained in:
		
							parent
							
								
									a9d2386010
								
							
						
					
					
						commit
						0f7b8017d1
					
				@ -48,8 +48,9 @@
 | 
				
			|||||||
`define UARCH_PIPELINED 1
 | 
					`define UARCH_PIPELINED 1
 | 
				
			||||||
`define UARCH_SUPERSCALR 0
 | 
					`define UARCH_SUPERSCALR 0
 | 
				
			||||||
`define UARCH_SINGLECYCLE 0
 | 
					`define UARCH_SINGLECYCLE 0
 | 
				
			||||||
`define DMEM `MEM_TIM
 | 
					// *** replace with MEM_BUS
 | 
				
			||||||
`define IMEM `MEM_TIM
 | 
					`define DMEM `MEM_CACHE
 | 
				
			||||||
 | 
					`define IMEM `MEM_CACHE
 | 
				
			||||||
`define VIRTMEM_SUPPORTED 0
 | 
					`define VIRTMEM_SUPPORTED 0
 | 
				
			||||||
`define VECTORED_INTERRUPTS_SUPPORTED 0 
 | 
					`define VECTORED_INTERRUPTS_SUPPORTED 0 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -88,7 +88,7 @@ for test in tests32ic:
 | 
				
			|||||||
        grepstr="All tests ran without failures")
 | 
					        grepstr="All tests ran without failures")
 | 
				
			||||||
  configs.append(tc)
 | 
					  configs.append(tc)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tests32e = ["arch32e"] 
 | 
					tests32e = ["wally32e"] 
 | 
				
			||||||
for test in tests32e:
 | 
					for test in tests32e:
 | 
				
			||||||
  tc = TestCase(
 | 
					  tc = TestCase(
 | 
				
			||||||
        name=test,
 | 
					        name=test,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user