sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
cedric has quit [Ping timeout: 240 seconds]
stekern has quit [Ping timeout: 260 seconds]
stekern has joined #m-labs
rohitksingh_work has joined #m-labs
sb0 has quit [Quit: Leaving]
cr1901_modern1 has joined #m-labs
cr1901_modern has quit [Ping timeout: 260 seconds]
_whitelogger has joined #m-labs
rjo has quit [Ping timeout: 260 seconds]
mumptai has joined #m-labs
FabM has joined #m-labs
Gurty has quit [Quit: Kooll ~o~ datalove <3³\infty]
rjo has joined #m-labs
sb0 has joined #m-labs
mumptai has quit [Remote host closed the connection]
futarisIRCcloud has joined #m-labs
Gurty has joined #m-labs
Gurty has joined #m-labs
Gurty has quit [Changing host]
rohitksingh_work has quit [Read error: Connection reset by peer]
rohitksingh_work has joined #m-labs
sb0 has quit [Quit: Leaving]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
rohitksingh_work has quit [Read error: Connection reset by peer]
<jbqubit> I can't seem to get sawg to produce clean sinusoids at low frequencies. This is new.
<jbqubit> rjo, sb0
<rjo> jbqubit: have you filed an issue?
<jbqubit> I'm asking here first.
<jbqubit> Based on the gist I sent, am I doing something wrong or is there a regression in sawg?
jbqubit_ has joined #m-labs
jbqubit has quit [Quit: Page closed]
<rjo> did it look different before? if yes, when?
<rjo> i don't see anything wrong in particular.
<rjo> go file an issue.
<GitHub56> [artiq] jbqubit opened issue #752: sawg: harmonics > -10 dBc for frequency1.set(10*MHz) https://github.com/m-labs/artiq/issues/752
jbqubit_ is now known as jbqubit
<GitHub99> [artiq] jordens commented on issue #752: * The spectrum will never be completely "free of harmonics out to f_rtio_coarse/2".... https://github.com/m-labs/artiq/issues/752#issuecomment-309038680
<GitHub139> [artiq] jordens commented on issue #752: * The spectrum will never be completely "free of harmonics out to f_rtio_coarse/2".... https://github.com/m-labs/artiq/issues/752#issuecomment-309038680
<GitHub57> [artiq] jordens commented on issue #752: * The spectrum will never be completely "free of harmonics out to f_rtio_coarse/2".... https://github.com/m-labs/artiq/issues/752#issuecomment-309038680
<GitHub59> [artiq] sbourdeauducq commented on issue #751: Shouldn't ``core.reset()`` reset the SAWG state? https://github.com/m-labs/artiq/issues/751#issuecomment-309049802
sb0 has joined #m-labs
<GitHub58> [artiq] jordens commented on issue #751: Yes. I assume he meant fine grained per-channel reset control. https://github.com/m-labs/artiq/issues/751#issuecomment-309052069
<GitHub61> [artiq] jbqubit opened issue #753: version mismatch error due to string length mismatch https://github.com/m-labs/artiq/issues/753
<GitHub2> [artiq] jbqubit commented on issue #752: Roll back to previous version. ... https://github.com/m-labs/artiq/issues/752#issuecomment-309054944
<GitHub190> [artiq] jbqubit commented on issue #751: I don't see that ```core.reset()``` resets SAWG state. Example follows.... https://github.com/m-labs/artiq/issues/751#issuecomment-309058179
<rjo> sb0: what's supposed to be in rio_phy and rio exactly?
jbqubit has quit [Remote host closed the connection]
<GitHub104> [artiq] jordens commented on issue #751: Currently, we reset a couple things on `core.reset()`:... https://github.com/m-labs/artiq/issues/751#issuecomment-309069783
jbqubit has joined #m-labs
<GitHub74> [artiq] jbqubit commented on issue #751: This doesn't change the fact that the implementation lacks an adequate reset mechanism for swag. Establishing a well known starting state is crucial. Some reasons. ... https://github.com/m-labs/artiq/issues/751#issuecomment-309071304
<GitHub53> [artiq] jordens commented on issue #751: Currently, we reset a couple things on `core.reset()`:... https://github.com/m-labs/artiq/issues/751#issuecomment-309069783
<jbqubit> jordens: "The sum of their outputs is then interpolated by a factor of parallelism (2, 4, 8 depending on the bitstream)." If parallelism depends on bitstream it shouldn't be user-configurable in device_db.py.
<GitHub38> [artiq] jbqubit opened issue #754: sawg: parallelism https://github.com/m-labs/artiq/issues/754
<GitHub106> [artiq] jordens commented on issue #754: Many things (like RTIO channel numbers) are determined by the bitstream and still have to be specified in the device database.... https://github.com/m-labs/artiq/issues/754#issuecomment-309076452
<GitHub88> [artiq] jordens closed issue #754: sawg: parallelism https://github.com/m-labs/artiq/issues/754
<GitHub162> [artiq] jordens commented on issue #751: Don't worry Joe. That comment was not a response to you. https://github.com/m-labs/artiq/issues/751#issuecomment-309076862
<sb0> rjo, rio_phy is things that should not be usually reset when new experiments start (e.g. TTL state), rio is what gets reset with core.reset()
<sb0> for the SAWG maybe just reload all state using the regular writes? no gateware changes required
<GitHub180> [artiq] jbqubit commented on issue #754: Why perpetuate this annoying (and I gather vestigial) aspect of ARTIQ in SAWG? If the value of parallelism is already specified in the part of ARTIQ that defines .bit, it's poor design to have the same value repeated in device_db.py. ... https://github.com/m-labs/artiq/issues/754#issuecomment-309078977
<GitHub155> [artiq] sbourdeauducq commented on issue #754: Because having automatic generation of device database (#355) would solve it for all devices (as far as it can be done, for example things like exact DDS frequencies may not be known) and not only for SAWG. https://github.com/m-labs/artiq/issues/754#issuecomment-309080250
<GitHub140> [artiq] jbqubit commented on issue #754: OK. https://github.com/m-labs/artiq/issues/754#issuecomment-309080626
<rjo> sb0: ok
<GitHub81> [artiq] jordens pushed 2 new commits to master: https://github.com/m-labs/artiq/compare/10fb6c6216ad...b5772f478a13
<GitHub69> [artiq] jordens closed issue #751: sawg: sawg not reset between experiment runs https://github.com/m-labs/artiq/issues/751
<GitHub81> artiq/master b5772f4 Robert Jordens: sawg: add channel reset (closes #751)
<GitHub81> artiq/master 2a76034 Robert Jordens: cri: add note about clearing of o_data
<GitHub197> [artiq] jordens commented on issue #752: An oscilloscope shot would help a lot. Then try again with b5772f47 (and properly initializing the channel). https://github.com/m-labs/artiq/issues/752#issuecomment-309087670
<GitHub147> [artiq] jordens commented on issue #753: Does this occur with current master? There is no point in reporting issues that have already been fixed. https://github.com/m-labs/artiq/issues/753#issuecomment-309088396
<bb-m-labs> build #1557 of artiq is complete: Failure [failed python_unittest_1] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1557 blamelist: Robert Jordens <rj@m-labs.hk>
<GitHub114> [artiq] jordens pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/e19bfd478140fdc32f46f79fadcdd41250954a12
<GitHub114> artiq/master e19bfd4 Robert Jordens: test_sawg_fe: add ref_multiplier to simulated core
<rjo> bb-m-labs: force build --props=package=artiq-kc705-phaser artiq-board
<bb-m-labs> build forced [ETA 27m56s]
<bb-m-labs> I'll give a shout when the build finishes
sb0 has quit [Quit: Leaving]
<GitHub3> [artiq] jbqubit opened issue #755: swag: up conversion depends on amplitude https://github.com/m-labs/artiq/issues/755
<GitHub149> [artiq] jordens commented on issue #755: What do you mean by "spurious output"?... https://github.com/m-labs/artiq/issues/755#issuecomment-309098577
<GitHub95> [artiq] jbqubit commented on issue #755: Good point. With the range in this example the combined amplitude exceeds 1 and I shouldn't have an expectation of this working. My bad. ... https://github.com/m-labs/artiq/issues/755#issuecomment-309104838
cr1901_modern1 is now known as cr1901_modern
<GitHub162> [artiq] jbqubit commented on issue #752: ```... https://github.com/m-labs/artiq/issues/752#issuecomment-309112479
FabM has quit [Quit: ChatZilla 0.9.93 [Firefox 45.9.0/20170419042421]]
<rjo> sb0, whitequark: is the kc705-aux/ad9154-fmc-ebz/rigol scope still connected? if not, could you wire it?
<GitHub53> [artiq] jbqubit commented on issue #751: Please don't close the Issue until I've tested it. https://github.com/m-labs/artiq/issues/751#issuecomment-309116483
<GitHub140> [artiq] jbqubit commented on issue #753: (artiq3test4) britton@britton1:~/gitlab/jbqubit/artiqlab$ artiq_run repository/testing/test_simple_sin.py ... https://github.com/m-labs/artiq/issues/753#issuecomment-309117007
<bb-m-labs> build #618 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/618
<bb-m-labs> build #619 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/619
<bb-m-labs> build #1558 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1558
<bb-m-labs> build #492 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/492
<GitHub9> [artiq] jordens commented on issue #755: The gateware has headroom to prevent this from happening.... https://github.com/m-labs/artiq/issues/755#issuecomment-309125230
<GitHub55> [artiq] jordens closed issue #755: swag: up conversion depends on amplitude https://github.com/m-labs/artiq/issues/755
<rjo> bb-m-labs: force build --props=package=artiq-kc705-phaser artiq-board
<bb-m-labs> build forced [ETA 21m11s]
<bb-m-labs> I'll give a shout when the build finishes
<GitHub183> [artiq] jordens commented on issue #751: Please don't try to dictate our issue workflow. We have explained the procedure to you multiple times. https://github.com/m-labs/artiq/issues/751#issuecomment-309126082
<jbqubit> bb-m-labs: force build --props=package=artiq-kc705-phaser artiq-board
<bb-m-labs> The build has been queued, I'll give a shout when it starts
<bb-m-labs> build #620 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/620
<bb-m-labs> build forced [ETA 21m11s]
<bb-m-labs> I'll give a shout when the build finishes
<GitHub51> [smoltcp] batonius opened pull request #18: Add raw sockets (master...raw_sockets) https://git.io/vHpob
<bb-m-labs> build #621 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/621
ysionnea1 has joined #m-labs
siruf_ has joined #m-labs
ysionneau has quit [*.net *.split]
siruf has quit [*.net *.split]
siruf_ is now known as siruf