-
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
Update HAL for scatter and gather engines #663
Comments
hiddemoll
added a commit
that referenced
this issue
Dec 9, 2024
Also removes the FDT infrastructure, which is no longer used. Fixes: #663
hiddemoll
added a commit
that referenced
this issue
Dec 10, 2024
Also removes the FDT infrastructure, which is no longer used. Fixes: #663
hiddemoll
added a commit
that referenced
this issue
Dec 13, 2024
Also removes the FDT infrastructure, which is no longer used. Fixes: #663
hiddemoll
added a commit
that referenced
this issue
Dec 19, 2024
Also removes the FDT infrastructure, which is no longer used. Fixes: #663
hiddemoll
added a commit
that referenced
this issue
Jan 15, 2025
Also removes the FDT infrastructure, which is no longer used. Fixes: #663
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an existing Hardware Abstraction Layer for the scatter and gather engines, but these have not been used yet.
The hardware abstraction layers should be updated to not use the flattened device tree initialization.
Furthermore we should create tests that check the HAL and component combination.
Note that the scatter and gather engines currently operate on
Signal dom (Maybe (BitVector fw))
which should change toSignal dom (BitVector fw)
at some point in the future #662The text was updated successfully, but these errors were encountered: