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)).
14
15
The RobustVerilog top source file is axi2apb.v, it calls the top definition file named def_axi2apb.txt.
16
17
The default definition file def_axi2apb.txt generates a bridge with 8 APB slaves.
18
19
Changing the interconnect parameters should be made only in def_axi2apb.txt in the src/base directory (changing slave num etc.).