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
<GitHub163> [smoltcp] whitequark pushed 2 new commits to master: https://git.io/v1bYl
<GitHub163> smoltcp/master 3335b69 whitequark: Empty transmit buffers before starting to receive.
<GitHub163> smoltcp/master 85ae54a whitequark: Sort out buffer lengths.
azonenberg_hk has quit [Remote host closed the connection]
<GitHub56> smoltcp/master 49c0f4a whitequark: Fix IP checksum calculation for odd-length packets.
<GitHub56> smoltcp/master 5259855 whitequark: Fix a pointless crash in smoltcpserver.
<GitHub56> [smoltcp] whitequark pushed 2 new commits to master: https://git.io/v1bOD
key2 has quit [Ping timeout: 260 seconds]
<mithro> Using 8 seems to allow me to read the data correctly when using the wishbone bridge
azonenberg_hk has joined #m-labs
rohitksingh_work has joined #m-labs
rohitksingh_work has quit [Client Quit]
sb0 has joined #m-labs
<sb0> mithro, please send a patch
<sb0> replace this dqs thing with If(bitbang, [dq[i].eq(1) for i in range(1, len(dq))]) or something similar
<sb0> iirc _florent_ wrote this code
<sb0> ah no, that was ysionneau
<sb0> edb16226682
sb0 has quit [Quit: Leaving]
sandeepkr has joined #m-labs
hexanoid has quit [Remote host closed the connection]
key2 has joined #m-labs
key2 has quit [Ping timeout: 260 seconds]
sb0 has joined #m-labs
key2 has joined #m-labs
<rjo> mithro: 8 is what your datasheet says
<mithro> rjo: Ahh - 8 bits == 1 byte :-P
<rjo> mithro: pure magic
<mithro> rjo: I'm going to see if I can convince cr1901_modern to finish up this stuff
FabM has quit [Remote host closed the connection]
<rjo> mithro: what stuff?
* cr1901_modern yawns
<cr1901_modern> you called?
* cr1901_modern didn't ask to sleep 8 consecutive hours tonight, but I'll take it
azonenberg_hk has quit [Read error: Connection reset by peer]
azonenberg_hk has joined #m-labs
kuldeep has quit [Quit: Leaving]
sandeepkr has quit [Read error: No route to host]
kuldeep has joined #m-labs
sandeepkr has joined #m-labs
sb0 has quit [Quit: Leaving]
<whitequark> sleep is for the weak!
<cr1901_modern> I wish I didn't eat those words every time I go without sleep :P.
<azonenberg_hk> lol
<azonenberg_hk> cr1901_modern: Friday is not going to be a fun day for me
<azonenberg_hk> I have to wake up around 7 AM hong kong time, shower, have breakfast, check out of my hotel
<azonenberg_hk> Take the MTR to the airport, go through security, possibly do customs preclearance
<whitequark> azonenberg_hk: hk is really not paranoid about this...
<azonenberg_hk> whitequark: well there's more though
<azonenberg_hk> i have a 12+ hour flight
* whitequark was very late once, and the airport staff waved them through most of the queue
<azonenberg_hk> (With an aisle seat that isnt even in a window column, so no view)
<azonenberg_hk> No bulkhead to lean on either, i love window seats for long flights :p
<whitequark> azonenberg_hk: my personal strategy is to not sleep on the night before in these cases :p
<azonenberg_hk> So probably won't be able to get a ton of sleep on the plane
<azonenberg_hk> Then i land and it's 8am seattle time
<whitequark> also choose a seat somewhere in the back of the plane, because on long flights there are often empty adjacent seats
<azonenberg_hk> take the light rail to downtown
<azonenberg_hk> ferry to the island, taxi to home b/c $WIFE might not even be awake yet
<azonenberg_hk> and even if she was i have no way of calling her to say which boat i'm on
<azonenberg_hk> then have a "morning" shower and run around in a frenzy unpacking and prepping stuff for family coming over two hours after i land
<azonenberg_hk> :P
<azonenberg_hk> So pretty much friday is going to be one crazy 36-hour day for me
<cr1901_modern> azonenberg_hk: Ick. My sincere sympathies
<azonenberg_hk> whitequark: and i am in the middle-front area
<azonenberg_hk> they had me economy class initially but with my bad knee i wanted the leg room
<azonenberg_hk> so paid out of pocket for econ+ upgrade
<GitHub30> [smoltcp] whitequark pushed 2 new commits to master: https://git.io/v1NL0
<GitHub30> smoltcp/master 5a85a5c whitequark: Implement TCP representation parsing and emission.
<GitHub30> smoltcp/master b287833 whitequark: In Repr::emit, do not assume that the packet is pre-zeroed.
<GitHub56> [smoltcp] whitequark pushed 1 new commit to master: https://git.io/v1Nm9
<GitHub56> smoltcp/master 20348a6 whitequark: Implement TCP representation printing.
azonenberg_hk has quit [Ping timeout: 260 seconds]
azonenberg_hk1 has joined #m-labs
azonenberg_hk1 is now known as azonenberg_hk
rohitksingh has joined #m-labs
<GitHub94> [smoltcp] whitequark pushed 2 new commits to master: https://git.io/v1NGY
<GitHub94> smoltcp/master 00c311a whitequark: Add some sanity into enumeration names (avoid "*Type").
<GitHub94> smoltcp/master 268a552 whitequark: Fix TcpRepr field visibility.
<GitHub12> [smoltcp] whitequark pushed 1 new commit to master: https://github.com/m-labs/smoltcp/commit/b0f7ac11ae6a34313718f32e0fc779fe77c9ea48
<GitHub12> smoltcp/master b0f7ac1 whitequark: Add some sanity into buffer names (avoid clases with wire::*).
sb0 has joined #m-labs
<sb0> _florent_, how did you produce the ad9516_reg.py file?
<_florent_> sb0: IIRC I adapted a python script rjo did for the ad9154
<sb0> okay and what did you feed into it?
sb0 has quit [Quit: Leaving]
azonenberg_hk has quit [Ping timeout: 260 seconds]
<GitHub55> [artiq] jordens commented on issue #641: Thanks. https://git.io/v1Nzj
azonenberg_hk has joined #m-labs
FabM has joined #m-labs
FabM has quit [Quit: ChatZilla 0.9.93 [Firefox 45.6.0/20161213204132]]
sandeepkr has quit [Ping timeout: 256 seconds]
mumptai has joined #m-labs
rohitksingh has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
<GitHub95> [artiq] jordens pushed 2 new commits to master: https://git.io/v1NyU
<GitHub95> artiq/master cfb6611 Robert Jordens: fir: size hint for pre-adder
<GitHub95> artiq/master f310274 Robert Jordens: fir: cleanup halfgen4
<_florent_> sb0: it was a xml file from ADI (larsc sent us a link to a ADI repo, I'll try to find what it was)
<bb-m-labs> build #280 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/280
rohitksingh has quit [Quit: Leaving.]
<bb-m-labs> build #1180 of artiq is complete: Failure [failed python_unittest_1] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1180 blamelist: Robert Jordens <rj@m-labs.hk>
<bb-m-labs> build #281 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/281
<GitHub91> [smoltcp] whitequark pushed 1 new commit to master: https://git.io/v1Af5
<GitHub91> smoltcp/master efc7bfb whitequark: Reply with ICMP dest. unreachable or TCP RST from unused ports.
<GitHub81> [smoltcp] whitequark pushed 1 new commit to master: https://git.io/v1AtR
<GitHub81> smoltcp/master ab61890 whitequark: Implement TCP server sockets.
<GitHub114> [artiq] jordens pushed 1 new commit to master: https://git.io/v1Ana
<GitHub114> artiq/master f5f6622 Robert Jordens: fir: streamline, optimize DSP extraction, left-align inputs
<bb-m-labs> build #1181 of artiq is complete: Failure [failed python_unittest] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1181 blamelist: Robert Jordens <rj@m-labs.hk>
<bb-m-labs> build #282 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/282
<GitHub156> [smoltcp] whitequark pushed 1 new commit to master: https://git.io/v1A2A
<GitHub156> smoltcp/master 7e5127d whitequark: Fix no_std build.
<GitHub55> [smoltcp] whitequark pushed 1 new commit to master: https://github.com/m-labs/smoltcp/commit/a454a89b9ec6121d00163d22b2f16e69d43922c5
<GitHub55> smoltcp/master a454a89 whitequark: Implement conversion of incoming TCP connections into TCP streams.
key2 has quit [Ping timeout: 240 seconds]