(git:34ef472)
pw_fpga.F File Reference

Go to the source code of this file.

Modules

module  pw_fpga
 

Functions/Subroutines

subroutine, public pw_fpga::pw_fpga_init ()
 Allocates resources on the fpga device. More...
 
subroutine, public pw_fpga::pw_fpga_finalize ()
 Releases resources on the fpga device. More...
 
subroutine, public pw_fpga::pw_fpga_r3dc1d_3d_dp (n, c_out)
 perform an in-place double precision fft3d on the FPGA More...
 
subroutine, public pw_fpga::pw_fpga_c1dr3d_3d_dp (n, c_out)
 perform an in-place double precision inverse fft3d on the FPGA More...
 
subroutine, public pw_fpga::pw_fpga_r3dc1d_3d_sp (n, c_out)
 perform an in-place single precision fft3d on the FPGA More...
 
subroutine, public pw_fpga::pw_fpga_c1dr3d_3d_sp (n, c_out)
 perform an in-place single precision inverse fft3d on the FPGA More...
 
integer function, public pw_fpga::pw_fpga_init_bitstream (n)
 Invoke the pw_fpga_check_bitstream C function passing the path to the data dir. More...