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
<GitHub113> [artiq] sbourdeauducq commented on issue #40: Negative is doable. https://github.com/m-labs/artiq/issues/40#issuecomment-330712114
<sb0> excellent!
<GitHub98> [artiq] sbourdeauducq pushed 2 new commits to rtio-sed: https://github.com/m-labs/artiq/compare/171a2d19a04a...d8aa75b7420a
<GitHub98> artiq/rtio-sed 63e39de Sebastien Bourdeauducq: style
<GitHub98> artiq/rtio-sed d8aa75b Sebastien Bourdeauducq: rtio/sed: add minimum buffer space reporting
rohitksingh_work has joined #m-labs
sb0 has quit [Quit: Leaving]
sb0 has joined #m-labs
<rjo> _florent_: awesome. thanks for powering through!
rohitksingh_work has quit [Ping timeout: 260 seconds]
rohitksingh_work has joined #m-labs
mumptai has joined #m-labs
<GitHub140> [artiq] mntng opened pull request #831: set maximal divider value for SPI write and read clk (master...master) https://github.com/m-labs/artiq/pull/831
<rjo> sb0: didn't you have problems with the 10G bidi SFP+ from fiberstore?
<rjo> sb0: i just tested them at 1G and they work fine.
<sb0> rjo, with the KC705, yes
<sb0> but the kc705 transceivers are flaky, could be a problem with analog parameters
<sb0> do you have two kc705 now?
<GitHub183> [artiq] jordens commented on pull request #831 3385d84: The max valid is 257 at that point. And you will want to check for >=2 as well. https://github.com/m-labs/artiq/pull/831#discussion_r139926708
mumptai has quit [Remote host closed the connection]
<GitHub59> [artiq] jordens commented on issue #831: Oh. And please, please please, clean up your git history. https://github.com/m-labs/artiq/pull/831#issuecomment-330806098
<rjo> sb0: just one. but switch-switch works fine.
rohitksingh_work has quit [Read error: Connection reset by peer]
sb0 has quit [Quit: Leaving]
Gurty has quit [Ping timeout: 264 seconds]
Gurty has joined #m-labs
<rjo> bb-m-labs: force build --props=package=artiq-kc705-phaser artiq-board
<bb-m-labs> build forced [ETA 12m31s]
<bb-m-labs> I'll give a shout when the build finishes
<bb-m-labs> build #778 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/778
sandeepkr has joined #m-labs
cr1901_modern has quit [Ping timeout: 248 seconds]
cr1901_modern has joined #m-labs
sb0 has joined #m-labs
<sb0> whitequark, ping
<GitHub145> [artiq] dhslichter commented on issue #40: What are the issues/tradeoffs with negative offsets? Does this impact things badly when combined with the SRTIO design being produced, because of all the timeline rewinding it could potentially create? https://github.com/m-labs/artiq/issues/40#issuecomment-330896297
<GitHub44> [artiq] sbourdeauducq commented on issue #40: SRTIO makes things a bit trickier because the FIFO switch decision depends on the final (corrected) timestamp - that's a lot of combinatorial logic to spread in the couple cycles that a RTIO write currently takes. But I have found a way that should work, unless Xilinx silicon is even slower than I imagine and doesn't meet timing. https://github.com/m-labs/artiq/issues/40#issuecomment-330897627
<GitHub192> [artiq] jordens commented on issue #40: There are a few assumptions about slack uniformity across channels. One issue with negative offsets (executing earlier than the time cursor) is that it breaks those assumptions (e.g. setting the cursor to X after wall clock as we currently do will not guarantee positive slack anymore). The replacement code also has a virtual deadline ahead of the wall clock that would be broken. https://github.com/m-lab
<GitHub150> [artiq] dhslichter commented on issue #40: I was worried about some of these issues @jordens. Given all this, I think that negative offsets (the useful ones) are still problematic, while positive ones can "solve" the latency calibration problem at the cost of adding substantial latency to everything. I think unless there is a great hue and cry to have these features, this is something that people should be doing in their code rather than someth
mumptai has joined #m-labs
<GitHub162> [artiq] jbqubit commented on issue #40: I agree with @dhslichter:... https://github.com/m-labs/artiq/issues/40#issuecomment-330968919
<GitHub112> [artiq] jbqubit commented on issue #40: Currently prerecorded ```core_dma``` can span multiple experiments. If RTIO ```.latency``` could be set per-experiment things get complicated. AFACT it would be cleaner if RTIO latencies were settable only by the startup kernel (and if startup kernel erased recorded DMA events). Does anybody see a problem with that constraint? https://github.com/m-labs/artiq/issues/40#issuecomment-330971764
<whitequark> sb0: pong
<GitHub44> [smoltcp] whitequark pushed 2 new commits to master: https://git.io/v5hhB
<GitHub44> smoltcp/master 742a8f5 whitequark: smoltcp;:parsing → smoltcp::parsers.
<GitHub44> smoltcp/master 482ddbe whitequark: Implement a buffer (re)assembler.
<GitHub55> [smoltcp] whitequark force-pushed master from 482ddbe to 30cafe3: https://git.io/vMLjV
<GitHub55> smoltcp/master 30cafe3 whitequark: Implement a buffer (re)assembler.
<whitequark> what's left is to hook this up to TCP ring buffer
<travis-ci> m-labs/smoltcp#229 (master - 30cafe3 : whitequark): The build was fixed.
<rjo> whitequark: interesting!
<whitequark> rjo: hmm?
<rjo> whitequark: just liking the approach.
<whitequark> rjo: I thought that's what you meant when we last discussed it
<travis-ci> batonius/smoltcp#76 (master - 30cafe3 : whitequark): The build passed.
<travis-ci> batonius/smoltcp#77 (assoc_const - 30cafe3 : whitequark): The build passed.
<travis-ci> batonius/smoltcp#78 (assoc_const - b012e3b : Egor Karavaev): The build passed.
<travis-ci> batonius/smoltcp#79 (assoc_const - a3e7ccf : Egor Karavaev): The build passed.
<GitHub129> [smoltcp] batonius opened pull request #45: Uncomment associated constants (master...assoc_const) https://git.io/v5jmX
<GitHub157> [smoltcp] whitequark commented on issue #45: We say in README:... https://git.io/v5jY9
<GitHub138> [smoltcp] batonius commented on issue #45: Done. https://git.io/v5jOU
<travis-ci> batonius/smoltcp#80 (assoc_const - 7479ae9 : Egor Karavaev): The build passed.
<GitHub120> [smoltcp] whitequark commented on issue #45: Note: I'm going to hold off on merging this for a bit because m-labs has a fork of rustc that's stuck on 1.19, and there are higher priority tasks than updating rustc. But it shouldn't take too long, anyway. https://git.io/v5jOE
mumptai has quit [Quit: Verlassend]
<GitHub174> [smoltcp] batonius commented on issue #45: Sure, it's just something I've noticed while looking for something else. https://git.io/v5j3D
<GitHub116> [sinara] gkasprow pushed 1 new commit to master: https://github.com/m-labs/sinara/commit/48a02090657d735d45243e7c059b768cd900051f
<GitHub116> sinara/master 48a0209 Greg: 80% of routing done