We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nengo-fpga
Just as the nengo-gui has a installable nengo script, we should do the same for the nengo-fpga repo. Envisaged uses:
nengo-gui
nengo
nengo -b nengo-fpga
nengo-fpga --configure
fpga_config
nengo-fpga --get_dna <device name>
<device name>
DNA_extractor.py
The text was updated successfully, but these errors were encountered:
Another use case:
nengo-fpga --update <device name>
Sorry, something went wrong.
No branches or pull requests
Just as the
nengo-gui
has a installablenengo
script, we should do the same for thenengo-fpga
repo. Envisaged uses:nengo-fpga
: Automatically starts upnengo
(gui) with thenengo-fpga
backend option. I.e.,nengo -b nengo-fpga
nengo-fpga --configure
: Instantiates a text-gui to prompt user for information to configure thefpga_config
file.nengo-fpga --get_dna <device name>
: Queries<device name>
for it's DNA value. I.e., calls out to theDNA_extractor.py
script.The text was updated successfully, but these errors were encountered: