xilinx: added readback access to registers (stat, conf, ...)

This commit is contained in:
Gwenhael Goavec-Merou
2024-04-21 14:35:23 +02:00
parent c0db1b4c98
commit 4fe3d7ccc1
4 changed files with 257 additions and 5 deletions
+2
View File
@@ -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 */
/**********************/