mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 05:47:16 -04:00
Updated fpga wally wrapper to work with the ILA.
This commit is contained in:
parent
f5cee3fb66
commit
1a23f1360f
2 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue