forked from Github_Repos/cvw
		
	Restore original order of tests
This commit is contained in:
		
							parent
							
								
									ad40464557
								
							
						
					
					
						commit
						a3b5ae9742
					
				| @ -412,7 +412,7 @@ module testbench(); | ||||
|       end if (TESTSPERIPH) begin  | ||||
|         tests = tests64periph; | ||||
|       end else begin  | ||||
|         tests = {tests64p,tests64i,tests64periph}; | ||||
|         tests = {tests64i,tests64p,tests64periph}; | ||||
|         if (`C_SUPPORTED) tests = {tests, tests64ic}; | ||||
|         else              tests = {tests, tests64iNOc}; | ||||
|         if (`M_SUPPORTED) tests = {tests, tests64m}; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user