I am a beginner to FPGAs and I am currently using a PYNQ-Z2. I am trying to see if it is possible to use the pattern generator and other logictools in Vivado instead of in jupyter. If this is possible, what would be the steps I need to follow?
You can regenerate the logictools project in Vivado
Clone the PYNQ repository and navigate to the boards/Pynq-Z2/logictools folder and run make.
Once the bitstream is generated, you can download it to the board from Vivado. However, you will need software running on the PS to interact with it. This is where the Jupyter notebooks come into play.