AHB/AXI updated
This commit is contained in:
		
							parent
							
								
									81f85d455b
								
							
						
					
					
						commit
						ce64b77952
					
				| 
						 | 
				
			
			@ -146,7 +146,6 @@ class ahb_to_axi4(TAG : Int) extends Module with lib with RequireAsyncReset {
 | 
			
		|||
  // AXI Read Response Channel - Always ready as AHB reads are blocking and the the buffer is available for the read coming back always.
 | 
			
		||||
  io.axi.r.ready           := true.B
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
object ahb_to_axi4 extends App {
 | 
			
		||||
 println((new chisel3.stage.ChiselStage).emitVerilog(new ahb_to_axi4(1)))
 | 
			
		||||
}
 | 
			
		||||
//object ahb_to_axi4 extends App {
 | 
			
		||||
// println((new chisel3.stage.ChiselStage).emitVerilog(new ahb_to_axi4(1)))
 | 
			
		||||
//}
 | 
			
		||||
		Loading…
	
		Reference in New Issue