mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Fix smtbmc smtc/aiw parser for wire names containing []
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									cabc3c59e0
								
							
						
					
					
						commit
						3ced2cca6e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -338,7 +338,7 @@ def get_constr_expr(db, state, final=False, getvalues=False): | ||||||
|         if state not in db: |         if state not in db: | ||||||
|             return ([], [], []) if getvalues else "true" |             return ([], [], []) if getvalues else "true" | ||||||
| 
 | 
 | ||||||
|     netref_regex = re.compile(r'(^|[( ])\[(-?[0-9]+:|)([^\]]*)\](?=[ )]|$)') |     netref_regex = re.compile(r'(^|[( ])\[(-?[0-9]+:|)([^\]]*|\S*)\](?=[ )]|$)') | ||||||
| 
 | 
 | ||||||
|     def replace_netref(match): |     def replace_netref(match): | ||||||
|         state_sel = match.group(2) |         state_sel = match.group(2) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue