mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fixed argument name in regression-wally
This commit is contained in:
		
							parent
							
								
									a9fd6e6cfb
								
							
						
					
					
						commit
						db2614f573
					
				| @ -513,7 +513,8 @@ def main(): | |||||||
| 
 | 
 | ||||||
|     # Scale the number of concurrent processes to the number of test cases, but |     # Scale the number of concurrent processes to the number of test cases, but | ||||||
|     # max out at a limited number of concurrent processes to not overwhelm the system |     # max out at a limited number of concurrent processes to not overwhelm the system | ||||||
|     if (args.lockstep or args.fcov): |     # right now fcov, ccov, nightly all use Imperas | ||||||
|  |     if (args.ccov or args.fcov or args.nightly): | ||||||
|         ImperasDVLicenseCount = 8 # limit number of concurrent processes to avoid overloading ImperasDV licenses |         ImperasDVLicenseCount = 8 # limit number of concurrent processes to avoid overloading ImperasDV licenses | ||||||
|     else: |     else: | ||||||
|         ImperasDVLicenseCount = 10000 # effectively no license limit for non-lockstep tests |         ImperasDVLicenseCount = 10000 # effectively no license limit for non-lockstep tests | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user