How to Pull Up/Pull Down GPIO pins?

Hello, I am using a Vaaman board, and I wanted to know if there is way in which we can pull up/pull down the FPGA GPIO pins.

Are you using Periplex, or is this based on your own custom design?

I am using periplex. Is it possible to do through periplex?

it might not be applicable at this stage, as we plan to add that support in a future update

You can manually provide Pull Up and Pull Down externally, but the problem right now in the periplex, you cannot provide pull up and pull down at runtime, you will able to do that at the time of bitstream generation! We are looking to add support for the GPIO configurations in which you would be able to provide the same in the JSON only.

Ok will do that, thank you for your reply…