hi
i want to creat counter ip in vivado and connect it to ps,
can you help me and introduce me a usefull tutorial?
hi
i want to creat counter ip in vivado and connect it to ps,
can you help me and introduce me a usefull tutorial?
Hi Bahare,
Creating custom IP and connecting to the PS is something that is covered in Lab 7 of our "Developing Zynqu00AE-7000 All Programmable SoC Hardware SpeedWay Training" found here:
I would recommend going through that SpeedWay training to familiarize yourself with the workflow.
http://zedboard.org/course/developing-zynq%C2%AE-7000-all-programmable-soc-hardware-vivado-20133-and-201441
Once you are familiar with the workflow it should enable you to create your own custom counter IP using your counter HDL design.
Regards,
-Kevin
thank's alot Kevin :)
hi
i looked into lab 7 but and
i created a counter ip and i use vhdl language, how i can connect my output ip counter to output my master ip in VHDL code ?? for example in below tutorial
http://www.fpgadeveloper.com/2014/08/creating-a-custom-ip-block-in-vivado.html
after add component and add port map , u201Creg_data_out <= slv_reg1;u201D replace with u201Creg_data_out <= multiplier_out;" in u201Cmy_multiplier_v1_0_S00_AXI_instu201D file , i want to know what shoud change in u201Cmy_counter_v1_0_M00_AXI_VHDLu201D file after add component above 'begin' and add port map in 'user add logic' ?