Josh Goldsmith

Results 10 comments of Josh Goldsmith

The reason why we used this order was to keep compatibility with the original MS Excel-based tool by Xilinx, which this tool is based on. My worry with changing it...

Sorry for the late reply on this, I must have missed the notification. It is possible this was different in the original version, or I just got it round the...

This is an issue I've been meaning to deal with but haven't had time to get round to it yet. Heroku removed their free tier option and the app was...

Hi @meeg I think your method might work. If you'd like to make the PR I'll be happy to test it out. Thanks, Josh

Thanks @meeg for your PR. I've now pulled it into the v3.1.1 branch, which will be merged into Master soon. I used your fix in PR #1510 to support `RemoteDevice`...

Hi @mstojke, thank you for your PR. In what context have you used your updated code? From what I can see, you add `bd_allocate_target` to PYNQ's `allocate` function as a...

Hi @mstojke Could you share a minimal Vivado tcl design I could build and a Python file for me to run so I can test this out?

Hi @konosubakonoakua For your PIP question: can you try running `pip3 install --upgrade --upgrade-strategy only-if-needed pynq` as `sudo`. If that doesn't work try PIP's `--no-build-isolation` argument. For your image generation...

Hi @MarioMihaly Thanks for submitting this. I'm surprised this hasn't come up before. I guess there should be a reserved name check to avoid conflicts like this. This would at...

Hi @LambdaScorpii Ubuntu 22.04 support has now been added in v3.1. https://github.com/Xilinx/PYNQ/blob/19ed17d4fd4ea71f95a97d30f8ccd0d62b8dbaaa/sdbuild/scripts/setup_host.sh#L15 I will test a build on Ubuntu 24.04 in a future release and include this as well if...