mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Fix incorrect $__ABC9_ASYNC[01] box
This commit is contained in:
		
							parent
							
								
									134e70e8e7
								
							
						
					
					
						commit
						789211d9b3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -186,7 +186,7 @@ module FDCE (output Q, input C, CE, D, CLR); | ||||||
|                                             //     $__ABC9_ASYNC1 below |                                             //     $__ABC9_ASYNC1 below | ||||||
|     ); |     ); | ||||||
|     // Since this is an async flop, async behaviour is dealt with here |     // Since this is an async flop, async behaviour is dealt with here | ||||||
|     $__ABC9_ASYNC0 abc_async (.A($abc9_currQ), .S(CLR ^ IS_CLR_INVERTED), .Y(QQ)); |     $__ABC9_ASYNC1 abc_async (.A($abc9_currQ), .S(CLR ^ IS_CLR_INVERTED), .Y(QQ)); | ||||||
|   end |   end | ||||||
|   else begin |   else begin | ||||||
|     assign Q = QQ; |     assign Q = QQ; | ||||||
|  | @ -204,7 +204,7 @@ module FDCE (output Q, input C, CE, D, CLR); | ||||||
|                                            //     $__ABC9_ASYNC0 below |                                            //     $__ABC9_ASYNC0 below | ||||||
|     ); |     ); | ||||||
|     // Since this is an async flop, async behaviour is dealt with here |     // Since this is an async flop, async behaviour is dealt with here | ||||||
|     $__ABC9_ASYNC1 abc_async (.A($abc9_currQ), .S(CLR ^ IS_CLR_INVERTED), .Y(QQ)); |     $__ABC9_ASYNC0 abc_async (.A($abc9_currQ), .S(CLR ^ IS_CLR_INVERTED), .Y(QQ)); | ||||||
|   end endgenerate |   end endgenerate | ||||||
|   $__ABC9_FF_ abc_dff (.D($Q), .Q($abc9_currQ)); |   $__ABC9_FF_ abc_dff (.D($Q), .Q($abc9_currQ)); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue