117_rtio_channels #147
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#147
Loading…
Reference in New Issue
No description provided.
Delete Branch "mwojcik/artiq-zynq:117_rtio_channels"
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?
made two by mistake
@ -461,0 +501,4 @@
self.submodules += phy
rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=512))
# could check the LED #
What does this mean?
I was wondering if the exact LED that gets controlled on board really matters. The index 2 of the user LED here was copied from kc705, maybe a different one would be any better?
Can't recall why it's 2 on KC705. I suggest using the same LED index as in the former Simple target.
Former Simple target used all of them:
ab0c205dd2/src/gateware/zc706.py (L510)
Okay, then the example kernel used 0 :)
@ -59,4 +59,3 @@
fi
artiq_netboot $load_bitstream_cmd -f $result_dir/$fwtype.bin -b $board_host
fi
weird
true, not sure where that came from, popped up after updating the branch (merging master in)