Adding the AXI Timer IP:
Right-click in the block diagram and select Add IP from the IP catalog.
In the catalog, select AXI Timer.
Double-click the AXI Timer IP to add it to the design.
Review the AXI Timer configurations:
Double-click the AXI Timer IP block to configure the IP, as shown in following figure.
Click OK to close the window.
Add the AXI GPIO IP:
Right-click in the block diagram and select Add IP.
Search for “AXI GPIO” and double-click the AXI GPIO IP to add it to the design.
Add the second AXI GPIO IP:
Copy the axi_gpio_0 IP by typing Ctrl+C.
Paste it by typing Ctrl+V.
You can see that axi_gpio_1 is created.
Configure axi_gpio_0 for push buttons:
Double-click axi_gpio_0 to open its configurations.
Select Push button 5bits from the Board Interface drop-down list on the GPIO row.
Click OK.
Configure axi_gpio_1 for PL LEDs:
Double-click axi_gpio_1 to open its configurations.
Select led_8bits from the Board Interface drop-down list on the GPIO row.
Click OK.