MiniZed board has two pl leds (green and blue). In the IP integrator block diagram (vivado 2017.1) I can create an axi gpio interface and automatically connect one of the the two leds. Given that GPIO interface supports up to 32 bits it seems too much to use a second channel or a second axi gpio interface for connecting the second led. I can customise the axi gpio channel to support 2 bits but then how to connect the automatically inferred gpio_rtl signal to the leds? Graphically it doesn't seem possible. I suspect I have to use a custom constraint file but I am clueless about where leds map to the fpga