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
2d3c5e1c
Commit
2d3c5e1c
authored
13 years ago
by
Manohar Vanga
Browse files
Options
Downloads
Patches
Plain Diff
simulation: fix comment to be hardware agnostic
Signed-off-by:
Manohar Vanga
<
manohar.vanga@cern.ch
>
parent
d20186bc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
simulation/fake_wb_bus.c
+3
-2
3 additions, 2 deletions
simulation/fake_wb_bus.c
with
3 additions
and
2 deletions
simulation/fake_wb_bus.c
+
3
−
2
View file @
2d3c5e1c
...
...
@@ -57,9 +57,10 @@ static int fake_wbbus_probe(struct device *dev)
* the header from its appropriate location.
*
* For loading the bitstream, we read the bitstream ID off
*
the
eeprom on the
spec
board
? O
r some
othe
r way
?
*
an
eeprom on the board
o
r some
simila
r way
.
*
* Below, we just use the PCI id to get the firmware file.
* Below, we just use the PCI bus and slot number to get the firmware
* file.
*/
sprintf
(
fwname
,
"fakespec-%04x-%04x"
,
spec_vendor
,
spec_device
);
if
(
request_firmware
(
&
wb_fw
,
fwname
,
dev
))
{
...
...
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