mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	slice bug corrected
This commit is contained in:
		
							parent
							
								
									c347f2825f
								
							
						
					
					
						commit
						aa3cb20e1e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -275,7 +275,7 @@ struct BtorDumper | |||
| 				assert(wire_line_num>0); | ||||
| 				++line_num; | ||||
| 				str = stringf("%d slice %d %d %d %d;2", line_num, chunk->width, wire_line_num,  | ||||
| 					chunk->wire->width - chunk->offset - 1, chunk->wire->width - chunk->offset - chunk->width); | ||||
| 					chunk->width + chunk->offset - 1, chunk->offset); | ||||
| 				fprintf(f, "%s\n", str.c_str()); | ||||
| 				l = line_num;				  | ||||
| 			} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue