Entity reconfig_icap_wrapper
This module was designed to connect the Xilinx "Internal Configuration Access Port" (ICAP) to a PCIe endpoint on a Dini board. Tested on:
tbd
Name |
Type |
Default |
Description |
---|---|---|---|
MIN_DEPTH_OUT |
positive |
256 |
|
MIN_DEPTH_IN |
positive |
256 |
Name |
Type |
Direction |
Description |
---|---|---|---|
clk |
std_logic |
in |
|
reset |
std_logic |
in |
|
clk_icap |
std_logic |
in |
|
icap_busy |
std_logic |
out |
|
icap_readback |
std_logic |
out |
|
icap_partial_res |
std_logic |
out |
|
write_put |
std_logic |
in |
|
write_full |
std_logic |
out |
|
write_data |
std_logic_vector |
in |
|
write_done |
std_logic |
in |
|
read_got |
std_logic |
in |
|
read_valid |
std_logic |
out |
|
read_data |
std_logic_vector |
out |
×