acpki #110
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#110
Loading…
Reference in New Issue
No description provided.
Delete Branch "pca006132/artiq-zynq:acpki"
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?
Added wide output functionality (not yet tested), write log (not yet tested), and fixed rtio input.
Passed all tests with
artiq.test.coredevice.test_rtio
.Issue: #55
@ -179,3 +178,3 @@
evento_latched_d = Signal()
self.specials += MultiReg(evento, evento_latched)
self.sync += evento_latched_d.eq(evento_latched)
self.sync += [evento_latched_d.eq(evento_latched)]
remove this change