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
Guest68864 has joined #m-labs
<GitHub-m-labs> [artiq] whitequark commented on issue #919: @gkasprow I used to get the expected output from DACs before, so it's not your fault, it's something else. https://github.com/m-labs/artiq/issues/919#issuecomment-382922846
rohitksingh_work has joined #m-labs
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #967: No errors on the HKG board... https://github.com/m-labs/artiq/issues/967#issuecomment-382962512
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #967: No errors on the HKG board... https://github.com/m-labs/artiq/issues/967#issuecomment-382962512
ncl has quit [Remote host closed the connection]
ncl has joined #m-labs
mumptai has joined #m-labs
<GitHub-m-labs> [artiq] enjoy-digital commented on issue #967: @jbqubit, @sbourdeauducq: thanks for testing. ... https://github.com/m-labs/artiq/issues/967#issuecomment-382990678
FabM_cave has joined #m-labs
mumptai has quit [Quit: Verlassend]
stekern has joined #m-labs
<GitHub169> smoltcp/master 7b91126 Dan Robertson: Add Repr support for NDISC packets...
<GitHub169> [smoltcp] whitequark pushed 1 new commit to master: https://github.com/m-labs/smoltcp/commit/7b911267efcfb6683effa6e58c02e626d398d958
<GitHub93> [smoltcp] whitequark closed pull request #191: Add Repr support for NDISC packets (master...ndisc) https://github.com/m-labs/smoltcp/pull/191
<GitHub89> [smoltcp] whitequark commented on issue #191: Thanks! This is very nice. https://github.com/m-labs/smoltcp/pull/191#issuecomment-383063722
<travis-ci> m-labs/smoltcp#873 (master - 7b91126 : Dan Robertson): The build passed.
hartytp has joined #m-labs
<GitHub105> [smoltcp] whitequark commented on pull request #178 0eb0467: We need to decide what to do here with storage that isn't empty. Do we clear it? Or do we allow bootstrapping an interface already joined to multicast groups? I'm leaning to the latter because it lets you do things like saving state across reboots, if you want.... https://github.com/m-labs/smoltcp/pull/178#discussion_r180949324
<hartytp> rjo: any updates on when you think the SU-servo will be ready for testing?
<sb0> by the way, have you seen this device > http://sevensols.com/index.php/products/white-rabbit-switch/
<sb0> that could be used as a drtio master with a lot of lower-latency satellite devices
<sb0> I have some pictures of the inside, it's a large transceiver breakout board with a FPGA module plugged into it
<sb0> the module it comes with could run artiq already (kintex-7, sdram, ethernet)
FabM_cave is now known as FabM
rohitksingh_work has quit [Read error: Connection reset by peer]
<GitHub-m-labs> [artiq] jbqubit commented on issue #967: > Joe do those bad mem test eyes go away when you unplug the RTM?... https://github.com/m-labs/artiq/issues/967#issuecomment-383077208
<GitHub-m-labs> [artiq] whitequark closed issue #974: String comparisons by value using != on core https://github.com/m-labs/artiq/issues/974
<GitHub-m-labs> [artiq] sbourdeauducq pushed 1 new commit to release-3: https://github.com/m-labs/artiq/commit/d11f66291c19157bf5262c53ca6533a668722dbf
<GitHub-m-labs> artiq/release-3 d11f662 whitequark: compiler: desugar x != y into not x == y (fixes #974).
<rjo> hartytp: not yet.
hartytp has quit [Ping timeout: 260 seconds]
rohitksingh has joined #m-labs
<bb-m-labs> build #1435 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1435
<bb-m-labs> build #840 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/840
<rjo> hartytp: i expect to see some progress next week. then i can tell you more.
<bb-m-labs> build #2263 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2263
<bb-m-labs> build #1436 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1436
FabM has quit [Quit: ChatZilla 0.9.93 [Firefox 52.7.3/20180326230345]]
rohitksingh has quit [Quit: Leaving.]
<sb0> rjo, I'm checking if we can drop DDS batch mode
<sb0> it doesn't seem to be used, and it's a source of complexity + ad9914 vs. urukul inconsistency
<sb0> code that isn't there cannot make spaghetti
<whitequark> mmm, spaghetti
<sb0> though, it is nice when used with the phase modes (which we don't have for urukul yet)
<sb0> hmm
<GitHub-m-labs> [artiq] whitequark pushed 2 new commits to master: https://github.com/m-labs/artiq/compare/b4e3c30d8c26...742e27344119
<GitHub-m-labs> artiq/master 742e273 whitequark: Commit missing part of b4e3c30d.
<GitHub-m-labs> artiq/master 0d5fd1e whitequark: runtime: fix race condition in log extraction code paths (#979)....
<GitHub-m-labs> [artiq] whitequark commented on issue #979: The panics won't happen anymore. Investigating the slowdown. https://github.com/m-labs/artiq/issues/979#issuecomment-383133085
hartytp has joined #m-labs
<hartytp> rjo: cool, thanks
<hartytp> let me know how it goes
<whitequark> sb0: do we have measurement tape in office?
<hartytp> that's the last thing I want to test before placing an Urukul/Sampler order with Creotech
<sb0> whitequark, maybe
<sb0> that would be in the toolbox or in the big black drawers next to the argon bottle
hartytp has quit [Client Quit]
<whitequark> nope
<sb0> whitequark, can you fix release-3 as well?
<sb0> also batch mode as it is now is a PITA to implement if dds channels are scattered around, e.g. in a drtio system
mumptai has joined #m-labs
<sb0> maybe just exposing ref_time to the user and implementing batches explicitly in the experiments is a better solution
<GitHub126> [smoltcp] dlrobertson opened pull request #194: NDISC: Improve the representation layer for NDISC (master...ipv6) https://github.com/m-labs/smoltcp/pull/194
<GitHub155> [smoltcp] whitequark commented on issue #194: @m-labs-homu r+... https://github.com/m-labs/smoltcp/pull/194#issuecomment-383152025
<GitHub32> [smoltcp] m-labs-homu commented on issue #194: :pushpin: Commit ac37833 has been approved by `whitequark`
<GitHub106> [smoltcp] m-labs-homu pushed 1 new commit to auto: https://github.com/m-labs/smoltcp/commit/cc15985ba4c02153b4491c18e063ef6e76367340
<GitHub106> smoltcp/auto cc15985 Dan Robertson: NDISC: Improve the representation layer for NDISC...
<GitHub163> [smoltcp] m-labs-homu commented on issue #194: :hourglass: Testing commit ac3783392c4648f22bec564c9b4b0cd5ffc66c1d with merge cc15985ba4c02153b4491c18e063ef6e76367340... https://github.com/m-labs/smoltcp/pull/194#issuecomment-383152100
<GitHub144> [smoltcp] dlrobertson opened issue #195: Use new_checked by default https://github.com/m-labs/smoltcp/issues/195
<GitHub185> [smoltcp] dlrobertson commented on issue #195: Just a question/thought https://github.com/m-labs/smoltcp/issues/195#issuecomment-383152917
<travis-ci> m-labs/smoltcp#875 (auto - cc15985 : Dan Robertson): The build passed.
<GitHub108> [smoltcp] m-labs-homu commented on issue #194: :sunny: Test successful - [status-travis](https://travis-ci.org/m-labs/smoltcp/builds/369214823?utm_source=github_status&utm_medium=notification)
<GitHub159> [smoltcp] m-labs-homu merged auto into master: https://github.com/m-labs/smoltcp/compare/7b911267efcf...cc15985ba4c0
<GitHub151> [smoltcp] m-labs-homu closed pull request #194: NDISC: Improve the representation layer for NDISC (master...ipv6) https://github.com/m-labs/smoltcp/pull/194
<travis-ci> m-labs/smoltcp#876 (master - cc15985 : Dan Robertson): The build passed.
<GitHub114> [smoltcp] whitequark commented on issue #195: There is nothing inherently safer about constructing packets with `new_checked` because you can still get panics if you modify a length field inside the packet and then use an accessor.... https://github.com/m-labs/smoltcp/issues/195#issuecomment-383158774
<bb-m-labs> build #841 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/841
<bb-m-labs> build #2264 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2264
<bb-m-labs> build #1437 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1437
<bb-m-labs> build #2265 of artiq is complete: Failure [failed python_unittest_2] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2265 blamelist: whitequark <whitequark@whitequark.org>
X-Scale has quit [Ping timeout: 264 seconds]
X-Scale has joined #m-labs