Skip to content
Snippets Groups Projects
Commit 8385f1b0 authored by Manohar Vanga's avatar Manohar Vanga
Browse files

simulation: rename wb_addrgen to wb_cfggen


Signed-off-by: default avatarManohar Vanga <manohar.vanga@cern.ch>
parent c94ebcb4
Branches
Tags
No related merge requests found
......@@ -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_addrgen tool found
To generate a Wishbone memory map, we can use the wb_cfggen tool found
in the simulation/fw/ directory.
To generate a firmware file (the wishbone memory space):
$ ./wb_addrgen wbone.list firmware.bin
$ ./wb_cfggen 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
......
CFLAGS += -I../include
all: wb_addrgen
all: wb_cfggen
wb_addrgen: wb_addrgen.o
gcc wb_addrgen.o -o wb_addrgen
wb_cfggen: wb_cfggen.o
gcc wb_cfggen.o -o wb_cfggen
clean:
rm -rf wb_addrgen *.o
rm -rf wb_cfggen *.o
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment