mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Smallfix to remove top/bottom-bound attributes
This commit is contained in:
		
							parent
							
								
									a7b71684cc
								
							
						
					
					
						commit
						2d139c8735
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -459,8 +459,8 @@ void VerificImporter::import_attributes(dict<RTLIL::IdString, RTLIL::Const> &att
 | 
			
		|||
				bottom_const.flags |= RTLIL::CONST_FLAG_SIGNED;
 | 
			
		||||
				top_const.flags |= RTLIL::CONST_FLAG_SIGNED;
 | 
			
		||||
			}
 | 
			
		||||
			attributes.emplace(ID(bottom_bound), bottom_const);
 | 
			
		||||
			attributes.emplace(ID(top_bound), top_const);
 | 
			
		||||
			// attributes.emplace(ID(bottom_bound), bottom_const);
 | 
			
		||||
			// attributes.emplace(ID(top_bound), top_const);
 | 
			
		||||
		}
 | 
			
		||||
		if (!type_range->IsTypeEnum())
 | 
			
		||||
			return;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue