= FPGA Configuration Space (SDB) = * https://ohwr.org/projects/fpga-config-space [[https://afi-git.jinr.ru/soft/3rdparty/fpga-config-space|mirror]] * [[attachment:sdb-1.1.pdf]] * [[attachment:sdb.h]] This project defines data structures, to be embedded in the FPGA memory address space, to enumerate the devices that have been synthetized in the current design. The same structure is also used as a simple flash file system. AKA Self-Describing Bus (SDB) Specification for Logic Cores. The layout is simple enough to be parsed both by the host and by the internal soft-core, if any. ---- <>