mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
main: bitstream default target depends on mode spi/jtag
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@ class Device {
|
||||
typedef enum {
|
||||
WR_SRAM = 0,
|
||||
WR_FLASH = 1,
|
||||
RD_FLASH = 2
|
||||
RD_FLASH = 2,
|
||||
PRG_NONE = 3
|
||||
} prog_type_t;
|
||||
|
||||
Device(Jtag *jtag, std::string filename, const std::string &file_type,
|
||||
|
||||
Reference in New Issue
Block a user