backporting "Host report for async error upon kernel termination" #156
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#156
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "stevefan1999/artiq-zynq:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
backport of
4a6bea479a
@ -32,3 +32,2 @@
StartRequest,
KernelFinished,
KernelException(&'static eh_artiq::Exception<'static>, &'static [usize]),
KernelFinished {
Keep it on one line like the others. It's not special.
Not really a "backport", eventually this firmware will replace the one in ARTIQ.
Have you tested it thoroughly?
Is it okay to just use the test suites from artiq master branch and run it using the default-provided device db of Zynq? If yes, then I'd say lgtm.
Yes.