|
|
|
@@ -42,8 +42,10 @@ constexpr auto kSeed = "Seed0"; |
|
|
|
constexpr auto kSeed2 = "Seed1"; |
|
|
|
|
|
|
|
struct AicpuParamHead { |
|
|
|
uint32_t length; // Total length: include cunstom message |
|
|
|
uint32_t ioAddrNum; // Input and output address number |
|
|
|
uint32_t length; // Total length: include cunstom message |
|
|
|
uint32_t ioAddrNum; // Input and output address number |
|
|
|
uint32_t extInfoLength; // extInfo struct Length |
|
|
|
uint64_t extInfoAddr; // extInfo address |
|
|
|
} __attribute__((packed)); |
|
|
|
|
|
|
|
class AicpuOpUtil { |
|
|
|
|