Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FPGA Configuration Space
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
FPGA Configuration Space
Commits
1863aa75
There was an error fetching the commit references. Please try again later.
Commit
1863aa75
authored
12 years ago
by
Wesley W. Terpstra
Committed by
Alessandro Rubini
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
sdb.h: some fixes
parent
24ad104e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/specification/sdb.h
+5
-4
5 additions, 4 deletions
docs/specification/sdb.h
with
5 additions
and
4 deletions
docs/specification/sdb.h
+
5
−
4
View file @
1863aa75
...
...
@@ -85,8 +85,8 @@ struct sdb_bridge {
/* Type 0x80: integration
*
* all types with by 7 set are meta-information, so
* software can ignore the types it doesn't know. Here
*
we
just provide product information for
the overall FPGA
* software can ignore the types it doesn't know. Here
we
* just provide product information for
an aggregate device
*/
struct
sdb_integration
{
uint8_t
reserved
[
24
];
/* 0x00-0x17 */
...
...
@@ -97,9 +97,10 @@ struct sdb_integration {
*
* this allows keeping empty slots during development,
* so they can be filled later with miminal efforts and
* no misleading description is ever shipped -- hopefully
* no misleading description is ever shipped -- hopefully.
* It can also be used to pad a table to a desired length.
*/
struct
sdb_
integration
{
struct
sdb_
empty
{
uint8_t
reserved
[
63
];
/* 0x00-0x3e */
uint8_t
record_type
;
/* 0x3f */
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment