mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Re-enable "final loop assignment" feature
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									32ff37bb5a
								
							
						
					
					
						commit
						59d74a3348
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -1172,14 +1172,12 @@ bool AstNode::simplify(bool const_fold, bool at_zero, bool in_lvalue, int stage, | |||
| 			varbuf->children[0] = buf; | ||||
| 		} | ||||
| 
 | ||||
| #if 0 | ||||
| 		if (type == AST_FOR) { | ||||
| 			AstNode *buf = next_ast->clone(); | ||||
| 			delete buf->children[1]; | ||||
| 			buf->children[1] = varbuf->children[0]->clone(); | ||||
| 			current_block->children.insert(current_block->children.begin() + current_block_idx++, buf); | ||||
| 		} | ||||
| #endif | ||||
| 
 | ||||
| 		current_scope[varbuf->str] = backup_scope_varbuf; | ||||
| 		delete varbuf; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue