Go to the source code of this file.
|
| subroutine, public | pw_fpga::pw_fpga_init () |
| | Allocates resources on the fpga device.
|
| |
| subroutine, public | pw_fpga::pw_fpga_finalize () |
| | Releases resources on the fpga device.
|
| |
| subroutine, public | pw_fpga::pw_fpga_r3dc1d_3d_dp (n, c_out) |
| | perform an in-place double precision fft3d on the FPGA
|
| |
| subroutine, public | pw_fpga::pw_fpga_c1dr3d_3d_dp (n, c_out) |
| | perform an in-place double precision inverse fft3d on the FPGA
|
| |
| subroutine, public | pw_fpga::pw_fpga_r3dc1d_3d_sp (n, c_out) |
| | perform an in-place single precision fft3d on the FPGA
|
| |
| subroutine, public | pw_fpga::pw_fpga_c1dr3d_3d_sp (n, c_out) |
| | perform an in-place single precision inverse fft3d on the FPGA
|
| |
| 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.
|
| |