/
Zynq   intr  – part 2 Description of the interrupt between PL to PS in Zynq   intr  – part 2 Description of the interrupt between PL to PS in

Zynq intr – part 2 Description of the interrupt between PL to PS in - PowerPoint Presentation

cheryl-pisano
cheryl-pisano . @cheryl-pisano
Follow
342 views
Uploaded On 2019-10-31

Zynq intr – part 2 Description of the interrupt between PL to PS in - PPT Presentation

Zynq intr part 2 Description of the interrupt between PL to PS in Vivado 2014x Content Concat block in 2014x The concat block maintains the interrupts order PS interrupt setup in 2014x ID: 761435

processing interrupt 2014 system7 interrupt processing system7 2014 irq f2p mode source parameter mapping files happening passed direct

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Zynq intr – part 2 Description of t..." is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Zynq intr – part 2

Description of the interrupt between PL to PS in Vivado 2014.x Content

Concat block in 2014.x The concat block maintains the interrupts order.

PS interrupt setup in 2014.x The note attached to the interrupt setup tick box is misleading: It gives an incorrect idea of what is happening See on the next slide for what is actually happening

Two auto-generated source files are now of interest: Dev_processing_system7_0_0.v is a wrapper for Processing_system7_v5_4_processing_system7.v PS7 source files

This is a new parameter introduced in 2014.x. It is assigned a value in Dev_processing_system7_0_0.v and passed to Processing_system7_v5_4_processing_system7.v The parameter value passed is “DIRECT”. C_IRQ_F2P_MODE

Generated PS source file in 2014.x The “DIRECT” parameter is now used in mapping the interrupt vector IRQ_F2P to the internal interrupt vector irq_f2p_i

An illustration of the interrupt mapping for IRQ_F2P_MODE = DIRECT

Summary of interrupt mapping strategy in 2014.x in DIRECT mode.