PmpTargetPlatform¶
platform = PmpTargetPlatform.<MemberName>
Enumeraton class object used for setting the PMP target platform type during code generation through PmpRunCodeGen.
Value |
Description |
|---|---|
lnx_x86_64 |
Generates code for PMP simulator for Linux. |
win_x86_32 |
Generates code for PMP simulator for 32-bit Windows. Deprecated since version 96.9.0. |
win_x86_64 |
Generates code for PMP simulator for 64-bit Windows. |
bb_x86_64 |
Generates code for PMP bb-x86 based motion controller hardware. |
bb_x86_64_avx512 |
Generates code for PMP bb-x86 based motion controller hardware with support for the AVX-512 instruction set. |
bb_armv8a_64 |
Generates code for PMP bb-armv8a based motion controller hardware. |
Output: PmpTargetPlatform