Fpga: Access to an FPGA Board
- Updated2025-04-30
- 1 minute(s) read
Introduced in PAtools 8.0
The data type fpga offers the possibility to establish a connection to an FPGA board in PAscript, load maps into a Matlab model of this FPGA board and close the connection again.
Definition Options
Data Type | Global | Local |
---|---|---|
fpga | — | ✔ |
In PAscript variables with data type fpga can be defined locally in the program code, in classes or in PAscript functions.