mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Major improvements in mem2reg and added "init" sync rules
This commit is contained in:
		
							parent
							
								
									84ced2bb8e
								
							
						
					
					
						commit
						09471846c5
					
				
					 10 changed files with 379 additions and 93 deletions
				
			
		|  | @ -44,7 +44,8 @@ namespace RTLIL | |||
| 		STp = 2, // edge sensitive: posedge
 | ||||
| 		STn = 3, // edge sensitive: negedge
 | ||||
| 		STe = 4, // edge sensitive: both edges
 | ||||
| 		STa = 5  // always active
 | ||||
| 		STa = 5, // always active
 | ||||
| 		STi = 6  // init
 | ||||
| 	}; | ||||
| 
 | ||||
| 	extern int autoidx; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue