mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-07 03:42:59 +02:00
xilinx: added readback access to registers (stat, conf, ...)
This commit is contained in:
@@ -41,6 +41,8 @@ class Device {
|
||||
virtual void program(unsigned int offset,
|
||||
bool unprotect_flash) = 0;
|
||||
|
||||
virtual bool read_register(const std::string reg_name) { return false;}
|
||||
|
||||
/**********************/
|
||||
/* flash access */
|
||||
/**********************/
|
||||
|
||||
Reference in New Issue
Block a user