Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

How to Run GPIF Continuously in FX2LP and When to Use TCXpire in GPIF Designer - KBA218337

How to Run GPIF Continuously in FX2LP and When to Use TCXpire in GPIF Designer - KBA218337

Anonymous
Not applicable

Version: **

Question:

What happens if the internal TCXpire signal is not used in the decision point of the FX2LP GPIF state machine? Also, how do you run GPIF continuously?

Answer:

In certain applications, you do not know how many GPIF transactions may occur. The completion of GPIF may depend only on RDY signals not involving TCXpire (such as FV and LV). This KBA discusses such a scenario.

In the Block Diagram tab of the GPIF Designer utility, if you right-click RDY, the ‘Internal Status’ and ‘External Inputs’ sections are displayed, as shown in the following figure

1.png

In the Internal Status section, if the ‘Subst TC for RDY5’ option is unchecked:

  1. TCXpire does not appear in the drop-down section of the Specify Decision Point window in the state machine. This indicates that the internal TCXpire signal cannot be used at the decision point.
    2.png
  2. The state transition occurs based on the logic resulting from other RDY signals (in the above diagram they are EF#, FF#, FIFOFlag, and IntReady) selected from the decision point drop-down list.

If the ‘Subst TC for RDY 5’ option is checked:

  1. TCXpire appears in the drop-down section of Decision Point in the state machine. This indicates that the internal TCXpire signal can be used (optional) at the decision point. If the internal TCXpire signal is used, then the GPIF stops when the number of transactions mentioned in the GPIFTCB are complete.
    3.png
  2. If the internal TCXpire signal is not selected from the decision point drop-down list, GPIF stops based on the logic resulting from other RDY signals.

Note that if the internal TCXpire signal is not used at decision point, then the value loaded into the GPIFTCB does not matter. It is also acceptable to not initialize the GPIFTCB in the firmware; however, do not load zero into the GPIFTCB.

0 Likes
577 Views
Contributors