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
rohitksingh_work has joined #m-labs
_whitelogger has joined #m-labs
felix_ has quit [Ping timeout: 240 seconds]
felix_ has joined #m-labs
<GitHub36> [artiq] mntng closed pull request #831: set maximal divider value for SPI write and read clk (master...master) https://github.com/m-labs/artiq/pull/831
<GitHub17> [artiq] mntng opened pull request #832: set range for divider values (master...master) https://github.com/m-labs/artiq/pull/832
<GitHub107> [artiq] sbourdeauducq pushed 1 new commit to rtio-sed: https://github.com/m-labs/artiq/commit/07d3f87c5168e0b6441b102f5793f5d703fce17d
<GitHub107> artiq/rtio-sed 07d3f87 Sebastien Bourdeauducq: rtio/sed: min_space → buffer_space
<rjo> whitequark: it's better than what i had in mind. i had not expected Assembler.add() to be that nice.
<GitHub112> [artiq] jordens pushed 2 new commits to master: https://github.com/m-labs/artiq/compare/9ccd95e10dfc...0a4381595621
<GitHub112> artiq/master 0a43815 Robert Jördens: Merge pull request #832 from mntng/master...
<GitHub112> artiq/master e94d2d3 Thao: set range for divider values
<GitHub38> [artiq] jordens closed pull request #832: set range for divider values (master...master) https://github.com/m-labs/artiq/pull/832
<GitHub129> [artiq] jordens commented on issue #832: thanks! https://github.com/m-labs/artiq/pull/832#issuecomment-331066786
<bb-m-labs> build #779 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/779
<bb-m-labs> build #569 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/569
<bb-m-labs> build #1679 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1679
Gurty has quit [Ping timeout: 240 seconds]
<GitHub67> [artiq] sbourdeauducq closed issue #799: Minimum SPI clock frequency(equivalently maximum divider) needs documentation https://github.com/m-labs/artiq/issues/799
<GitHub80> [artiq] sbourdeauducq commented on issue #40: There is no problem with negative offsets, either on inputs or outputs, other than what I explained above and the increased slack requirements for outputs.... https://github.com/m-labs/artiq/issues/40#issuecomment-331084251
Gurty has joined #m-labs
Gurty has quit [Changing host]
Gurty has joined #m-labs
rohitksingh_work has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
<GitHub167> [artiq] sbourdeauducq pushed 2 new commits to rtio-sed: https://github.com/m-labs/artiq/compare/07d3f87c5168...5cf06937588e
<GitHub167> artiq/rtio-sed 5cf0693 Sebastien Bourdeauducq: rtio: use BlindTransfer to report collision and busy errors to sys domain
<GitHub167> artiq/rtio-sed d74a7d2 Sebastien Bourdeauducq: rtio: fix/cleanup parameters
<sb0> bb-m-labs, force build --branch=rtio-sed artiq
<bb-m-labs> build forced [ETA 32m29s]
<bb-m-labs> I'll give a shout when the build finishes
<bb-m-labs> build #780 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/780
<bb-m-labs> build #1680 of artiq is complete: Failure [failed python_unittest_2] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1680
<rjo> sb0: current bscan_spi bitstreams and openocd work with sayma amc, kc705, reading and writing. but now on the one Sayma AMC you have connected, the second flash doesn't work.
<sb0> okay, I'll connect another one tomorrow
<sb0> what was the bug with writing?
<rjo> unexpected behavior of those flash chips to spi commands with spurios bits at the end.
<rjo> there might still be minor tweaks needed for the RTM case.
<sb0> ah, good find
<sb0> it could be that write-lock when they see the master acting crazy. they might have purposefully designed it that way.
<rjo> yes.
rohitksingh has quit [Quit: Leaving.]
<GitHub159> [artiq] jbqubit commented on issue #40: > With the minimal amount of code modification, coreanalyzer would have compensated timestamps on inputs and uncompensated timestamps on outputs.... https://github.com/m-labs/artiq/issues/40#issuecomment-331224254
<GitHub35> [sinara] gkasprow pushed 1 new commit to master: https://github.com/m-labs/sinara/commit/ba48b4bb6ea0f90c5ad823629acf31f0481a6c8f
<GitHub35> sinara/master ba48b4b Greg: layout done, cosmetics missing.
<GitHub71> [artiq] dhslichter commented on issue #40: Negative-compensated timestamps on inputs is pretty straightforward I think; the trick is negative-compensated timestamps on outputs, and what this does to the FIFO structure proposed for SRTIO. In the current structure, with one FIFO per RTIO channel, it's pretty straightforward because each event in a given FIFO will have the same latency, but with this round-robin configuration things could get ugly fa
<GitHub9> [smoltcp] steffengy commented on issue #43: @whitequark ... https://git.io/vdvTj
<GitHub197> [artiq] jbqubit commented on issue #40: > one can easily change/reset the latency values... https://github.com/m-labs/artiq/issues/40#issuecomment-331259874
<GitHub181> [artiq] dhslichter commented on issue #40: Per-experiment latency control is a calibration/debugging feature. If you put some wack-ass latency values in, it may make things hard to debug, and you want to reset them to zero (for example) for debugging purposes. Likewise, you might change a cable in your lab setup and it would be nice to be able to recalibrate this without restarting everything. You might have an ion trapped and want to keep run
<GitHub195> [artiq] dhslichter commented on issue #40: Per-experiment latency control is a calibration/debugging feature. If you put some wack-ass latency values in, it may make things hard to debug, and you want to reset them to zero (for example) for debugging purposes. Likewise, you might change a cable in your lab setup and it would be nice to be able to recalibrate this without restarting everything. You might have an ion trapped and want to keep run
<GitHub77> [artiq] dhslichter commented on issue #40: A related question/thought: related to some of the issues in #778, it would be nice to do as little timeline rewinding as possible in the kernels. Is there a clean way that one could, at compile time, change the order in which pulse timestamps are emitted from the kernel in order to reduce rewinds? For example:... https://github.com/m-labs/artiq/issues/40#issuecomment-331277787
<GitHub53> [artiq] dhslichter commented on issue #40: A related question/thought: related to some of the issues in #778, it would be nice to do as little timeline rewinding as possible in the kernels. Is there a clean way that one could, at compile time, change the order in which pulse timestamps are emitted from the kernel in order to reduce rewinds? For example:... https://github.com/m-labs/artiq/issues/40#issuecomment-331277787
<GitHub164> [artiq] dhslichter commented on issue #40: A related question/thought: related to some of the issues in #778, it would be nice to do as little timeline rewinding as possible in the kernels. Is there a clean way that one could, at compile time, change the order in which pulse timestamps are emitted from the kernel in order to reduce rewinds? For example:... https://github.com/m-labs/artiq/issues/40#issuecomment-331277787
karlesomatagente has joined #m-labs
<karlesomatagente> hello
<karlesomatagente> me and some friends are writing a paper for college about what motivates participation in open hardware projects
<karlesomatagente> and would like to interview collaborators
<karlesomatagente> i was guided to seek help here from more general hardware channels
karlesomatagente has quit [Ping timeout: 255 seconds]
_whitelogger has joined #m-labs
_florent_ has joined #m-labs
<GitHub153> [sinara] gkasprow pushed 2 new commits to master: https://github.com/m-labs/sinara/compare/ba48b4bb6ea0...63e768f28cb2
<GitHub153> sinara/master 63e768f Greg: production files
<GitHub153> sinara/master 3e5d885 Greg: added polygons
<GitHub29> [sinara] jbqubit pushed 1 new commit to master: https://github.com/m-labs/sinara/commit/59a7fe8c6157f54cfaafabe87f5cc225ec2fc184
<GitHub29> sinara/master 59a7fe8 Joe Britton: layout renderings for baikal