PYNQ z1 fpga board

how can i use both processor and fpga in PYNQ Z1 fpga board

Can you be more specific about what you are trying to do?
When the board boots it is using the processor to boot the OS. The LEDs are connected to the PL, so there is a PL design used to control the LEDs. I realise this is a very simple example, but it still uses the PS and PL together.
Most (all?) community designs are using PS and PL.

Cathal

actually i want to implement audio steganography in PYNQ z1 fpga. i have wrote have half of the code in python and half in verilog now how i suppose to implement this in PYNQ Z1 fpga

Sorry for delay replying. If you have Verilog, yes, this is the part you need for the FPGA or Programmable Logic.
I’m not sure how to respond to your post. It sounds like you don’t have experience with FPGAs if you are asking how to implement this, but you also say you have written your design in Verilog which suggests you know something about hardware design.
Vivado is the Xilinx software to “compile” the Verilog to something that can be used with the PL.

Can you be more specific about what you need, or what you are having problems with?

Cathal