mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-03 02:43:58 +02:00
all devices / spiInterface / main: added method / infra to detect flash chip with --detect -f
This commit is contained in:
@@ -53,6 +53,10 @@ class Xilinx: public Device, SPIInterface {
|
||||
*/
|
||||
uint32_t dumpRegister(const std::string reg_name);
|
||||
|
||||
/*!
|
||||
* \brief display SPI flash ID and status register
|
||||
*/
|
||||
bool detect_flash() override;
|
||||
/*!
|
||||
* \brief protect SPI flash blocks
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user