-
Notifications
You must be signed in to change notification settings - Fork 6
Update Pynq Driver #100
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
Update Pynq Driver #100
Conversation
Add RFSoC4x2 PAF support
This comment was marked as resolved.
This comment was marked as resolved.
Add missing qonnx files
Extended tests
Updated driver.py to reflect changes in driver_base.py
Fix pytest errors/failures
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Fix bugs in experiment_manager
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
| return settings | ||
|
|
||
| def apply(self, model): | ||
| # TODO: support runtime-writable and external weights (instr) |
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.
For clarification: Since driver/make_driver are now unified, doesn't that mean we now support runtime-writable and external weights when instrumentation is enabled (at least when instrumentation_no_dma is false and we use the FINNDMAInstrumentationOverlay, which inherits from FINNDMAOverlay that handles these features)?
Fix project generation Add Docs
This comment was marked as resolved.
This comment was marked as resolved.
Fix CLI bool conversion
Changelog:
For an example look at the driver_rework_test.yml. It generated a config based on the experiment_config selected and driver_config generated during the make_driver step.