# Using PYNQ to talk to a non-AXI design

**URL:** https://discuss.pynq.io/t/using-pynq-to-talk-to-a-non-axi-design/5934
**Category:** Support
**Created:** [August 13, 2023, 8:30am UTC](https://discuss.pynq.io/t/using-pynq-to-talk-to-a-non-axi-design/5934 "2023-08-13T08:30:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![fumo](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.pynq.io/fumo/32/5014_2.png) [@fumo](https://discuss.pynq.io/u/fumo)
#### Post date: [August 13, 2023, 8:30am UTC](https://discuss.pynq.io/t/using-pynq-to-talk-to-a-non-axi-design/5934/1 "2023-08-13T08:30:01Z")

</div>

Hi guys,

I have a PL design (post-synthesis) which I have packaged into an IP. I now need the ZYNQ PS to send and receive signals (through it’s ports) to this design through PYNQ.  
Is it doable? Can PYNQ (on Zynq PS) talk to PL designs which don’t have AXI ports?

I have attached the IP here as reference:  
 ![image](https://us1.discourse-cdn.com/flex019/uploads/pynq1/original/2X/5/5c817929d1866917c94d8e974e0bbb71a7bd5c5e.png)  
File:  
[ip.zip](https://discuss.pynq.io/uploads/short-url/2oz4mO8LtuegLxq4467o0cXm7Ak.zip) (70.5 KB)

Let me know if any other details are needed. Thank you!

(small note: if needed clk/reset are signals can be given by the PYNQ notebook. I don’t need them to be attached to system clock, reset as I want to simulate the inputs and outputs on hardware only).

---

<div class="post-metadata">

### Author: ![marioruiz](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.pynq.io/marioruiz/32/2177_2.png) [@marioruiz](https://discuss.pynq.io/u/marioruiz)
#### Post date: [August 14, 2023, 7:23am UTC](https://discuss.pynq.io/t/using-pynq-to-talk-to-a-non-axi-design/5934/2 "2023-08-14T07:23:11Z")

</div>

Hi @fumo,

Welcome to the PYNQ community.

You can either use an AXI GPIO IP to drive this IP.

[https://pynq.readthedocs.io/en/latest/pynq\_libraries/axigpio.html](https://pynq.readthedocs.io/en/latest/pynq_libraries/axigpio.html)

Or the PS GPIO

[https://pynq.readthedocs.io/en/latest/pynq\_libraries/psgpio.html](https://pynq.readthedocs.io/en/latest/pynq_libraries/psgpio.html)

Mario

---

<div class="post-metadata">

### Author: ![marioruiz](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.pynq.io/marioruiz/32/2177_2.png) [@marioruiz](https://discuss.pynq.io/u/marioruiz)
#### Post date: [August 14, 2023, 9:31am UTC](https://discuss.pynq.io/t/using-pynq-to-talk-to-a-non-axi-design/5934/3 "2023-08-14T09:31:15Z")

</div>


