acpki #110

Merged
sb10q merged 1 commits from pca006132/artiq-zynq:acpki into master 2020-09-09 21:24:49 +08:00

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

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
sb10q reviewed 2020-09-09 20:38:33 +08:00
@ -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

remove this change
sb10q closed this pull request 2020-09-09 21:24:49 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/artiq-zynq#110
There is no content yet.