The AHB master is built out of an AXI master and an AXI2AHB bridge.
14
15
Supports 32 and 64 bits data bus.
16
17
In order to create the Verilog design use the run.sh script in the run directory (notice that the run scripts calls the robust binary (RobustVerilog parser)).
18
19
The RobustVerilog top source file is ahb_master.v, it calls the top definition file named def_ahb_master.txt.
20
21
The default definition file def_ahb_master.txt generates an AHB master with a 32 bit data bus.
22
23
Changing the stub parameters should be made only in def_ahb_master.txt in the src/base directory (changing address width, data width etc.).
24
25
Once the Verilog files have been generated instruction on how to use the stub are at the top of ahb_master.v (tasks and parameters).