mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	renamed ahbmulticontroller to ebu.
This commit is contained in:
		
							parent
							
								
									fd47cf05c3
								
							
						
					
					
						commit
						f24b0feeed
					
				@ -36,7 +36,7 @@
 | 
			
		||||
 | 
			
		||||
`include "wally-config.vh"
 | 
			
		||||
 | 
			
		||||
module ahbmulticontroller
 | 
			
		||||
module ebu
 | 
			
		||||
  (
 | 
			
		||||
   input logic                clk, reset,
 | 
			
		||||
   // Signals from IFU
 | 
			
		||||
@ -113,6 +113,7 @@ module ahbmulticontroller
 | 
			
		||||
    .HTRANSOut(IFUHTRANSOut), .HADDROut(IFUHADDROut), .HREADYin(HREADY));
 | 
			
		||||
 | 
			
		||||
  // input stage LSU
 | 
			
		||||
  // LSU always has priority so there should never be a need to save and restore the address phase inputs.
 | 
			
		||||
  controllerinputstage LSUInput(.HCLK, .HRESETn, .Save(save[1]), .Restore(restore[1]), .Disable(dis[1]),
 | 
			
		||||
    .Request(LSUReq), .Active(LSUActive),
 | 
			
		||||
    .HWRITEin(LSUHWRITE), .HSIZEin(LSUHSIZE), .HBURSTin(LSUHBURST), .HTRANSin(LSUHTRANS), .HADDRin(LSUHADDR), .HREADYOut(LSUHREADY),
 | 
			
		||||
@ -289,7 +289,7 @@ module wallypipelinedcore (
 | 
			
		||||
   // *** Ross: please make EBU conditional when only supporting internal memories
 | 
			
		||||
 | 
			
		||||
  if(`BUS) begin : ebu
 | 
			
		||||
    ahbmulticontroller ebu(// IFU connections
 | 
			
		||||
    ebu ebu(// IFU connections
 | 
			
		||||
     .clk, .reset,
 | 
			
		||||
     // IFU interface
 | 
			
		||||
     .IFUHADDR,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user