Visible to Intel only — GUID: fvm1711414800145
Ixiasoft
Visible to Intel only — GUID: fvm1711414800145
Ixiasoft
6.4.2. Configuration Intercept Response Interface
The applicatio must etu the espose fo the equest eceived o the Cofiguatio Itecept Request iteface usig the Cofiguatio Itecept Respose iteface. The GTS AXI Steamig IP is always eady to accept esposes fom the applicatio. The applicatio must povide espose data with a valid qualifie.
This iteface is applicable oly whe opeatig as Edpoit mode.
Sigal Name | Diectio | Pot Mode | Clock Domai | Desciptio |
---|---|---|---|---|
p<>_app_ss_st_ciiesp_tvalid | Iput | EP | p<>_axi_lite_clk | The applicatio assets this sigal fo oe clock to idicate that valid data is dive o the p<>_app_ss_st_ciiesp_tdata bus. |
p<>_app_ss_st_ciiesp_tdata[32:0] | Iput | EP | p<>_axi_lite_clk | Bit [31:0]: Oveides data fom the applicatio fo the itecepted cofiguatio equest o the Cofiguatio Itecept Request iteface.
|
The figue below shows timig diagam fo back-to-back ead ad wite equests.
The fist equest seds cofiguatio ead o the Cofiguatio Itecept Request iteface fo all fou bytes of egiste located at addess=0x8.
The applicatio decides ot to itecept this cofiguatio ead ad hece etus p<>_app_ss_st_ciiesp_tvalid=1 togethe with p<>_app_ss_st_ciiesp_tdata[32]=0 o the Cofiguatio Itecept Respod iteface.
Afte eceivig the fist espose o the Cofiguatio Itecept Respod iteface, the secod equest seds cofiguatio wite fo byte0, byte1, ad byte2 of egiste located at addess=0x4 with data value of 0xABC. The applicatio decides to itecept this cofiguatio wite ad hece etu p<>_app_ss_st_ciiesp_tvalid=1 togethe with p<>_app_ss_st_ciiesp_tdata[32]=1 o the Cofiguatio Itecept Respod iteface. Additioally, the applicatio povides the data (i.e., 0xDEF) to be used fo the itecepted cofiguatio wite o the Cofiguatio Itecept Respod iteface though p<>_app_ss_st_ciiesp_tdata[31:0].