-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNA fetch script #11
DNA fetch script #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got some comments that need addressing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made some small comments. Check the DNA-script
branches of the nengo-pynq
and nengo-de1
repos as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slight changes on the comments. Forgot that they needed tweaking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just spotted this. Oops!
Okay. This looks good to be merged now. |
- Add DNA script to fpga_config - Add DNA extractor to docs
This adds a python script that will fetch the device DNA from the FPGA using the existing
fpga_config
framework.DNA_scripts have been added to
nengo-pynq
ornengo-de1
.To use this run
python DNA_extractor.py --fpga_name <board-name from fpga_config>
Testing
I tried this with both PYNQ and DE1 boards
TODO
DNA_extractor.py
andfpga_pes_ensemble_network.py
(see Refactorfpga_pes_ensemble_network
andDNA_extractor
scripts to maximize reuse of SSH code. #13 )