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
8385f1b0
Commit
8385f1b0
authored
13 years ago
by
Manohar Vanga
Browse files
Options
Downloads
Patches
Plain Diff
simulation: rename wb_addrgen to wb_cfggen
Signed-off-by:
Manohar Vanga
<
manohar.vanga@cern.ch
>
parent
c94ebcb4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
simulation/README
+2
-2
2 additions, 2 deletions
simulation/README
simulation/fw/Makefile
+4
-4
4 additions, 4 deletions
simulation/fw/Makefile
simulation/fw/wb_cfggen.c
+0
-0
0 additions, 0 deletions
simulation/fw/wb_cfggen.c
with
6 additions
and
6 deletions
simulation/README
+
2
−
2
View file @
8385f1b0
...
...
@@ -51,12 +51,12 @@ driver. Remember to name the firmware to load accordingly.
Generating Firmware
===================
To generate a Wishbone memory map, we can use the wb_
addr
gen tool found
To generate a Wishbone memory map, we can use the wb_
cfg
gen tool found
in the simulation/fw/ directory.
To generate a firmware file (the wishbone memory space):
$ ./wb_
addr
gen wbone.list firmware.bin
$ ./wb_
cfg
gen wbone.list firmware.bin
The wbone.def file specifies the devices that should be attached
to the Wishbone bus. The format for specifying devices can be seen
...
...
This diff is collapsed.
Click to expand it.
simulation/fw/Makefile
+
4
−
4
View file @
8385f1b0
CFLAGS
+=
-I
../include
all
:
wb_
addr
gen
all
:
wb_
cfg
gen
wb_
addr
gen
:
wb_
addr
gen.o
gcc wb_
addr
gen.o
-o
wb_
addr
gen
wb_
cfg
gen
:
wb_
cfg
gen.o
gcc wb_
cfg
gen.o
-o
wb_
cfg
gen
clean
:
rm
-rf
wb_
addr
gen
*
.o
rm
-rf
wb_
cfg
gen
*
.o
This diff is collapsed.
Click to expand it.
simulation/fw/wb_
addr
gen.c
→
simulation/fw/wb_
cfg
gen.c
+
0
−
0
View file @
8385f1b0
File moved
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