diff --git a/artiq/examples/phaser/startup_kernel.py b/artiq/examples/phaser/startup_kernel.py index 3fb678ab4..085bd913c 100644 --- a/artiq/examples/phaser/startup_kernel.py +++ b/artiq/examples/phaser/startup_kernel.py @@ -10,7 +10,6 @@ class StartupKernel(EnvExperiment): @kernel def run(self): - self.core.reset() self.ad9154.jesd_enable(0) self.ad9154.init() self.clock_setup()