Skip to content

Commit

Permalink
phaser: don't init rtio in startup_kernel
Browse files Browse the repository at this point in the history
jordens committed Dec 14, 2016
1 parent e959210 commit 708c25b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artiq/examples/phaser/startup_kernel.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ def build(self):

@kernel
def run(self):
self.core.reset()
self.ad9154.jesd_enable(0)
self.ad9154.init()
self.clock_setup()

2 comments on commit 708c25b

@sbourdeauducq
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@jordens
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no rtio clock yet. And dac_setup will do it later anyway.

Sorry, something went wrong.

Please sign in to comment.