-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
32 lines (20 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
FPGA Configuration Space, a.k.a. Self Describing Bus
----------------------------------------------------
[Updated as of 2013-03, right before release 1.1 of the specification]
This project hosts the SDB specification and related material:
docs/specification: the actual specification for SDB. The generated pdf
for official releases is always placed in the "Files" tab of the ohwr
project (http://www.ohwr.org/projects/fpga-config-space/files)
pcie-wb: a driver by Wesley, for two different FPGA carriers. It was
born as a separate project and then merged here, since it's very
relevant to SDB.
sdbfs: sdb "filesystem" work. Includes "gensdbfs", to generate rom images.
sdbfs/doc includes documentation for this project. Again, it used
to be a separate project, but it's now merged.
We kept some previous work:
historic/fosdem2012: the presentation by Manohar Vanga, made at
FOSDEM. The current data structures are very different from what
was planned back then, so this is mainly of historical value.
historic/driver: previous work by Manohar, most likely to be removed
at this point because it is based on the older data structures,
that were not implemented in gateware.