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
cr1901_modern has quit [Read error: Connection reset by peer]
cr1901_modern has joined #m-labs
<GitHub15>
[smoltcp] whitequark pushed 1 new commit to master: https://git.io/vQIVJ
<GitHub15>
smoltcp/master 6cf248e whitequark: Fix an unimplemented!() invocation that should be unreachable!().
<GitHub22>
[smoltcp] adamgreig commented on issue #17: On second thoughts `new` and `new_unchecked` might actually be more ergonomic, given most uses are of the checked variety.... https://git.io/vQIrK
<GitHub109>
[smoltcp] adamgreig commented on issue #17: On second thoughts `new` and `new_unchecked` might actually be more ergonomic, given most uses are of the checked variety.... https://git.io/vQIrK
<GitHub131>
[smoltcp] whitequark commented on issue #17: > On second thoughts new and new_unchecked might actually be more ergonomic, given most uses are of the checked variety.... https://git.io/vQIrS
<GitHub43>
[smoltcp] adamgreig commented on issue #17: Maybe just `new` and `new_checked`? The "parsing" as such is just to check the length of the buffer is OK. Or `wrap` and `wrap_checked`.... https://git.io/vQIoW
<GitHub94>
[artiq] sbourdeauducq closed pull request #759: protocols: increase another asyncio line limit (#671) (master...asyncio_line_limit) https://github.com/m-labs/artiq/pull/759
<bb-m-labs>
build #1574 of artiq is complete: Failure [failed conda_install] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1574 blamelist: Chris Ballance <chris.ballance@physics.ox.ac.uk>
_whitelogger has joined #m-labs
rohitksingh_work has joined #m-labs
ishan has joined #m-labs
ishan is now known as Ishan_Bansal
_whitelogger has joined #m-labs
<sb0>
_florent_, what is the status of the Artix-7 GTP transceiver code? I suppose it's difficult to estimate, but do you have an idea of how much effort is needed to get it to work?
Gurty has quit [Ping timeout: 276 seconds]
Gurty has joined #m-labs
Gurty has quit [Changing host]
Gurty has joined #m-labs
rohitksingh_wor1 has joined #m-labs
rohitksingh_work has quit [Ping timeout: 255 seconds]
rohitksingh_wor1 has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
<_florent_>
sb0: I got it working, but with a hack in the initialization...
<GitHub34>
artiq/master ff0da2c Robert Jordens: sawg: stage code for y-data exchange on channels
<GitHub34>
artiq/master b6569df Robert Jordens: dsp/tools: clean up SatAddMixin logic
<GitHub34>
artiq/master f369cb9 Robert Jordens: sawg/examples: add a bit more slack
<rjo>
bb-m-labs: force build --props=package=artiq-kc705-phaser artiq-board
<bb-m-labs>
build forced [ETA 12m27s]
<bb-m-labs>
I'll give a shout when the build finishes
<bb-m-labs>
build #1575 of artiq is complete: Failure [failed python_unittest_1] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1575 blamelist: Robert Jordens <rj@m-labs.hk>, Robert Jordens <jordens@gmail.com>
<rjo>
bb-m-labs: stop build artiq-board
rohitksingh has quit [Read error: Connection reset by peer]
<GitHub5>
[smoltcp] whitequark commented on issue #19: > Add process_repr methods to all the sockets which would be the same as process but would accept tcp/udp/raw reprs.... https://git.io/vQqsd
<GitHub149>
[smoltcp] batonius commented on issue #19: Yes. Basically, we now need to parse l4 headers in `EthernetInternet::poll` to get the dst port to dispatch the packet anyway, so there's no reason to parse it again in `Socket::proccess`. These methods will be socket-specific, but we can iterate over specific sockets only with `filter_map`.... https://git.io/vQqnS