This commit is contained in:
iceman1001 2024-08-29 12:29:23 +02:00
commit 7f40ad7f9d
11 changed files with 183 additions and 102 deletions

View file

@ -33,8 +33,7 @@
#define FPGA_TRACE_SIZE 3072
// definitions for multiple FPGA config files support
typedef enum
{
typedef enum {
FPGA_BITSTREAM_UNKNOWN = 0,
FPGA_BITSTREAM_LF = 1,
FPGA_BITSTREAM_HF,
@ -43,8 +42,7 @@ typedef enum
FPGA_BITSTREAM_MAX = FPGA_BITSTREAM_HF_15,
} FPGA_config;
typedef struct
{
typedef struct {
const char *const versionString;
const FPGA_config target_config;
} FPGA_VERSION_INFORMATION;