Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In some application, it is necessary to quickly shut down the DAC output to prevent any spurious signals going into the downstream RF chain. For example, in case of a power supply failure, the power supply instabilities can transfer to the downstream devices through the DAC and create spurious signals. These signals can potentially damage the downstream RF chain hence the necessity to quickly shutdown the DAC to prevent further failure.

...

The design presented here is a light weight solution to shutdown the DAC tiles in a timely manner. It uses standard IP cores available in the Xilinx IP catalog: an AXI traffic generator in its simplest form, connected to an AXI interconnect. The AXI traffic generator writes to the necessary registers upon an external trigger. The external trigger is usually connected to the alarm of the central power supply unit (e.g. 12V main bus from where all other voltages derive). The AXI interconnect allows to set the highest priority on these register writes, ensuring the fastest shutdown possible. Since the solution is purely in HW, a very fast shutdown is achieveachieved.

We also present a way of testing this design in this wiki. The target board used is the ZCU208, however, the solution is valid for all RFSOC Generation and DFE.

...

The base design used is simply the RF analyzer design generated via the RFDC IP example design, targeting a ZCU208 (48DR). This will allow for a quick functionality functional test since RF analyzer GUI is able to readback the tile status. It is also easily portable to a custom board.

...

  1. Protocol “AXI4-Lite”, mode “system init”: these two settings allow to write a few registers when de-asserting the reset. The core is very light weight in this configuration.

  2. Ch-1 Base Address and High Address: These two addresses must correspond to the RFDC IP addresses. In this case, 0x44b00000 and 0x44b3ffff.

  3. Address and Data COE files: The two files initialize the small memory in the AXI traffic generator with the address and data to write. To shutdown one DAC tile, 0x3 must be written into the restart state register (offset 0x8) followed by 0x1 into the Restart Power-On State Machine Register (offset 0x4). Each tile address is offset at Tile_Id*0x4000 (refer to PG269, Ch. 4, Power-up Sequence → Power-Down Tile).

...

AXI interconnect settings

...

The trigger pin is connected to the DIP switch number 8 on the 208 board, circled in red in the picture below.

...

Once the tile tiles are up and running, we can toggle the dip switch to simulate a power failure, then refresh each tile status to check the tiles are in state 3.

...