mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Updated fpga wally wrapper to work with the ILA.
This commit is contained in:
		
							parent
							
								
									f5cee3fb66
								
							
						
					
					
						commit
						1a23f1360f
					
				@ -83,8 +83,7 @@ if {$board=="ArtyA7"} {
 | 
			
		||||
    source ../constraints/small-debug.xdc
 | 
			
		||||
 | 
			
		||||
} else {
 | 
			
		||||
    # *** RT: 16 June 2023 must add back in the debugger 
 | 
			
		||||
    #source ../constraints/debug4.xdc
 | 
			
		||||
    source ../constraints/debug4.xdc
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -64,7 +64,7 @@ module wallypipelinedsocwrapper (
 | 
			
		||||
);
 | 
			
		||||
  `include "parameter-defs.vh"
 | 
			
		||||
 | 
			
		||||
  wallypipelinedsoc  #(P) dut(.clk, .reset_ext, .reset, .HRDATAEXT,.HREADYEXT, .HRESPEXT,.HSELEXT,
 | 
			
		||||
  wallypipelinedsoc  #(P) wallypipelinedsoc(.clk, .reset_ext, .reset, .HRDATAEXT,.HREADYEXT, .HRESPEXT,.HSELEXT,
 | 
			
		||||
    .HCLK, .HRESETn, .HADDR, .HWDATA, .HWSTRB, .HWRITE, .HSIZE, .HBURST, .HPROT,
 | 
			
		||||
    .HTRANS, .HMASTLOCK, .HREADY, .TIMECLK(1'b0), .GPIOIN, .GPIOOUT, .GPIOEN,
 | 
			
		||||
    .UARTSin, .UARTSout, .SDCCmdIn, .SDCCmdOut, .SDCCmdOE, .SDCDatIn, .SDCCLK); 
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user