Pinout Mappings FP 1.x to FP 3.0

Does anyone have the correct HI side pinout mappings for a XEM3010 which is using Front Panel 3.0? The XEM3010 user’s manual that I downloaded from the website shows the Xilinx LOC information for the older Front Panel 1.x We are trying to map to the newer Front Panel 3.0 and the okHostInterface pinout naming convention is different.

– Front Panel 1.x
okHostInterface okHI(
.hi_clk(hi_clk), – Xilinx LOC “N10”
.hi_rdwr(hi_rdwr), – Xilinx LOC “V3”
.hi_cs(hi_cs), – Xilinx LOC “V2”
.hi_irq(hi_irq), – Xilinx LOC “V11”
.hi_busy(hi_busy), – Xilinx LOC “V10”
.hi_addr(hi_addr), – Xilinx LOC “V7”, “V8”, “T8”, “R8”
.hi_data(hi_data), – etc…
.ti_clk(ti_clk),
.ti_control(ti_control),
.ti_data(ti_data));

– Front Panel 3.0
okHostInterface okHI(
.hi_in(hi_in), – Xilinx LOC ???
.hi_out(hi_out), – Xilinx LOC ???
.hi_inout(hi_inout), – Xilinx LOC ??? maps directly to hi_data above ?
.ti_clk(ti_clk),
.ok1(ok1),
.ok2(ok2));

Ah. We’ll fix that documentation today. Thanks!

In the mean time, please refer to the UCF files in the Samples folder of your FP3 installation. These should have the updated mappings that you can use.