mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Fix RTLIL::Memory::start_offset initialization
This commit is contained in:
		
							parent
							
								
									87fe8ab3f2
								
							
						
					
					
						commit
						b54972c112
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -2050,6 +2050,7 @@ RTLIL::Memory::Memory() | ||||||
| 	hashidx_ = hashidx_count; | 	hashidx_ = hashidx_count; | ||||||
| 
 | 
 | ||||||
| 	width = 1; | 	width = 1; | ||||||
|  | 	start_offset = 0; | ||||||
| 	size = 0; | 	size = 0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue