mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-03 08:25:25 +02:00
core,xilinx,device: added option/methods to enable/disable quad mode on SPI Flash
This commit is contained in:
@@ -65,6 +65,10 @@ class Xilinx: public Device, SPIInterface {
|
||||
* \brief unprotect SPI flash blocks
|
||||
*/
|
||||
bool unprotect_flash() override;
|
||||
/*!
|
||||
* \brief configure Quad mode for SPI Flash
|
||||
*/
|
||||
bool set_quad_bit(bool set_quad) override;
|
||||
/*!
|
||||
* \brief erase SPI flash blocks
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user