Fix comment typo in APB clock crossing
This commit is contained in:
		
							parent
							
								
									0fafae1ab1
								
							
						
					
					
						commit
						1aa9dbcddd
					
				| 
						 | 
					@ -69,7 +69,7 @@ module hazard3_apb_async_bridge #(
 | 
				
			||||||
// - Initially both req and ack are low
 | 
					// - Initially both req and ack are low
 | 
				
			||||||
// - src asserts req high
 | 
					// - src asserts req high
 | 
				
			||||||
// - dst responds with ack high and begins transfer
 | 
					// - dst responds with ack high and begins transfer
 | 
				
			||||||
// - src deasserts req once it sees ack low
 | 
					// - src deasserts req once it sees ack high
 | 
				
			||||||
// - dst deasserts ack once:
 | 
					// - dst deasserts ack once:
 | 
				
			||||||
//     - transfer is complete *and*
 | 
					//     - transfer is complete *and*
 | 
				
			||||||
//     - dst sees req deasserted
 | 
					//     - dst sees req deasserted
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue