F-Tile Ethernet Hard IP User Guide

ID 683023
Date 8/18/2025
Public
Document Table of Contents

9.1.7.3. Resetting the AN/LT Controller

To reset the AN/LT IP after normal operation, first pause the controller to ensure completion of any pending CPI operations. Use the register interface to perform the following steps:

  1. Pause the AN/LT controller: 0x2C0[31] <= 1.
  2. Confirm the AN/LT controller is paused: 0x2C4[31] <== 1.
  3. Reset the AN/LT controller: i_reset <= 1.
  4. Release the reset: i_reset <= 0.
    Note: Resetting clears the pause request bit; you do not need to clear this bit.