mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Removed $aconst cell type
This commit is contained in:
		
							parent
							
								
									a8124c137e
								
							
						
					
					
						commit
						6f41e5277d
					
				
					 7 changed files with 8 additions and 21 deletions
				
			
		|  | @ -1672,8 +1672,8 @@ skip_dynamic_range_lvalue_expansion:; | |||
| 				goto apply_newNode; | ||||
| 			} | ||||
| 
 | ||||
| 			// $anyconst and $aconst are mapped in AstNode::genRTLIL()
 | ||||
| 			if (str == "\\$anyconst" || str == "\\$aconst") | ||||
| 			// $anyconst is mapped in AstNode::genRTLIL()
 | ||||
| 			if (str == "\\$anyconst") | ||||
| 				return false; | ||||
| 
 | ||||
| 			if (str == "\\$clog2") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue