mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Merge branch 'yosys-0.8-rc' of github.com:YosysHQ/yosys
This commit is contained in:
		
						commit
						4d2917447c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1781,7 +1781,7 @@ skip_dynamic_range_lvalue_expansion:; | |||
| 				if (GetSize(children) == 2) | ||||
| 				{ | ||||
| 					AstNode *buf = children[1]->clone(); | ||||
| 					while (buf->simplify(true, false, false, stage, width_hint, sign_hint, false)) { } | ||||
| 					while (buf->simplify(true, false, false, stage, -1, false, false)) { } | ||||
| 					if (buf->type != AST_CONSTANT) | ||||
| 						log_file_error(filename, linenum, "Failed to evaluate system function `%s' with non-constant value.\n", str.c_str()); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue