mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Merge branch 'YosysHQ:master' into rtlworks/script-stack/issue/3594
This commit is contained in:
		
						commit
						84f03971b2
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -141,7 +141,7 @@ LDLIBS += -lrt | ||||||
| endif | endif | ||||||
| endif | endif | ||||||
| 
 | 
 | ||||||
| YOSYS_VER := 0.29+40 | YOSYS_VER := 0.29+44 | ||||||
| 
 | 
 | ||||||
| # Note: We arrange for .gitcommit to contain the (short) commit hash in
 | # Note: We arrange for .gitcommit to contain the (short) commit hash in
 | ||||||
| # tarballs generated with git-archive(1) using .gitattributes. The git repo
 | # tarballs generated with git-archive(1) using .gitattributes. The git repo
 | ||||||
|  |  | ||||||
|  | @ -706,6 +706,9 @@ struct AigerWriter | ||||||
| 		for (auto &it : latch_lines) | 		for (auto &it : latch_lines) | ||||||
| 			f << it.second; | 			f << it.second; | ||||||
| 
 | 
 | ||||||
|  | 		if (initstate_ff) | ||||||
|  | 			f << stringf("ninitff %d\n", ((initstate_ff >> 1)-1-aig_i)); | ||||||
|  | 
 | ||||||
| 		wire_lines.sort(); | 		wire_lines.sort(); | ||||||
| 		for (auto &it : wire_lines) | 		for (auto &it : wire_lines) | ||||||
| 			f << it.second; | 			f << it.second; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue