Versions Compared

Key

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

...

Lastly, you can also use xbutil to query those electrical information. Usage example and sample output for xrt 2.12, querying the first card. Power consumption is shown in line 17:

Code Block
[tester@n2fpga02 ~]$ ml fpga
[tester@n2fpga02 ~]$ ml xilinx/xrt/2.12
[tester@n2fpga02 ~]$ xbutil examine
...
Devices present
  [0000:a1:00.1] : xilinx_u280_xdma_201920_3 user(inst=129) 
  [0000:81:00.1] : xilinx_u280_xdma_201920_3 user(inst=130) 
  [0000:01:00.1] : xilinx_u280_xdma_201920_3 user(inst=128) 
  
[tester@n2fpga02 ~]$ xbutil examine -d 0000:a1:00.1 --report electrical

-----------------------------------------------
1/1 [0000:a1:00.1] : xilinx_u280_xdma_201920_3
-----------------------------------------------
Electrical
  Max Power              : 225 Watts
  Power                  : 33.793573 Watts
  Power Warning          : false

  Power Rails            : Voltage   Current
  12 Volts Auxillary     : 12.199 V,  1.363 A
  12 Volts PCI Express   : 12.192 V,  1.408 A
  3.3 Volts PCI Express  :  3.286 V
  3.3 Volts Auxillary    :  3.292 V
  Internal FPGA Vcc      :  0.851 V,  5.076 A
  DDR Vpp Bottom         :  2.500 V
  DDR Vpp Top            :  2.500 V
  5.5 Volts System       :  5.488 V
  Vcc 1.2 Volts Top      :  1.212 V
  Vcc 1.2 Volts Bottom   :  1.204 V
  1.8 Volts Top          :  1.808 V
  0.9 Volts Vcc          :  0.901 V
  12 Volts SW            : 12.235 V
  Mgt Vtt                :  1.203 V

...