117_rtio_channels
#147
Merged
sb10q
merged 10 commits from mwojcik/artiq-zynq:117_rtio_channels
into master
2 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'mwojcik/artiq-zynq:117_rtio_channels'
Deleting a branch is permanent. It CANNOT be undone. 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)
5c40115945
into master 2 years ago5c40115945
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.