sinara-hw / sinara

Sayma AMC/RTM issue tracker
Other
42 stars 7 forks source link

Sayma BaseMod no output #552

Closed jbqubit closed 6 years ago

jbqubit commented 6 years ago

Using build 20180530 HMC830 SAWG updatedJESD204B 38b51282226f9. I see no RF output from BaseMod. Things I've checked.

It's not easy to get scope probe on BaseMod output as its on the down-facing side. @sbourdeauducq, please check that you see RF output from BaseMod with a current build using SAWG.

class SAWGTestSines(EnvExperiment):
    def build(self):
        self.setattr_device("core")
        self.setattr_device("ttl_sma_out")
        self.sawgs = [self.get_device("sawg"+str(i)) for i in range(8)]

    @kernel
    def run(self):
        self.core.reset()
        delay(1*ms)

        for sawg in self.sawgs:
            sawg.reset()
            delay(100*ns)
            sawg.amplitude1.set(.5)
            sawg.frequency0.set(49*MHz)
            delay(100*ns)

        while True:
            delay(0.5*ms)
            self.ttl_sma_out.pulse(0.6*ms)
sbourdeauducq commented 6 years ago

@sbourdeauducq, please check that you see RF output from BaseMod with a current build using SAWG.

You tested that yourself yesterday. The sawg.reset() changes I made did not break it - I tested it on your board. Nothing else has changed AFAICT.

jbqubit commented 6 years ago

So far I've not seen output from BaseMod. All my tests have been on SMP N/P differential from Sayma_RTM motherboard. @sbourdeauducq You confirm that you saw output with BaseMod prior to shipping? Trying to track down what might be different.

sbourdeauducq commented 6 years ago

https://github.com/m-labs/artiq/commit/d4f074b1e162c80f3440fbdd6ea2b264bf72efb2 no problem since

sbourdeauducq commented 6 years ago

Tested this again on master (d686d3309), still works.

jbqubit commented 6 years ago

Thanks for testing again @sbourdeauducq. I can now see RF output from a BaseMod (s/n 20171115a) on all 8 channels on Sayma at UMD. I received a package with additional BaseMod from Warsaw last week and find that none of them generate RF output. Only the board which I've had for many months now at UMD (s/n 20171115a) generates RF output. Here's specifically what I tested.

@gkasprow What might be different about this new batch of AFE?