mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-05 08:52:04 +02:00
xilinx: support writing .bit file to flash
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@
|
||||
|
||||
class Xilinx: public Device, SPIInterface {
|
||||
public:
|
||||
Xilinx(Jtag *jtag, const std::string &filename, bool verbose);
|
||||
Xilinx(Jtag *jtag, const std::string &filename,
|
||||
bool flash_wr, bool sram_wr, bool verbose);
|
||||
~Xilinx();
|
||||
|
||||
void program(unsigned int offset = 0) override;
|
||||
|
||||
Reference in New Issue
Block a user