<sb0>
whitequark, the schematics were available for review before fabrication ...
attie has quit [Ping timeout: 264 seconds]
attie has joined #m-labs
<whitequark>
sb0: can you explain why microscope has both add_probe_single and add_probe_buffer?
<whitequark>
it crashes in finalization if I don't add at least one buffer probe too
<sb0>
whitequark, single is for asynchronous and infrequent sampling (like connecting to a LED), buffer has a synchronous trigger and can store a series of samples, one at each clock cycle
<whitequark>
sb0: any idea about the crash in finalization?
<whitequark>
I don't understand its logic well enough to fix it
<GitHub180>
microscope/master a17f095 Sebastien Bourdeauducq: fix corner case with no buffer probe
<sb0>
all those corner cases would be easier to handle if migen supported zero-size signals... maybe something for nvmigen, when I have time for it
<whitequark>
thanks
<whitequark>
nvmigen?
<sb0>
major migen overhaul... discussed in a few emails and irc
<sb0>
that would get rid of most known ugly bits
sb0 has quit [Quit: Leaving]
<cr1901_modern>
sb0: How do zero-size signals help you?
rohitksingh_work has joined #m-labs
attie has quit [Ping timeout: 264 seconds]
attie has joined #m-labs
<attie>
cr1901_modern: For my part, zero-size signals would be great to have whenever you create a select signal for a mux. I'm sure tired of writing "if len(l)==1: ... else:..."
rohitksingh_work has quit [Ping timeout: 276 seconds]
kykzamej has joined #m-labs
<kykzamej>
THIS IS A FREENODE BREAKING NEWS ALERT!! Hitechcg AND opal ARE GOING AT IT RIGHT NOW WITH A LOT OF FIGHTING AND ARGUING WOW YOU DON'T WANT TO MISS THIS!! TYPE /JOIN ## TO SEE THE ACTION...AGAIN TYPE /JOIN ## TO SEE THE ACTION!!
<17SAATCZL>
[artiq] sbourdeauducq reopened issue #935: Artiq 2.4: Experiment fails to run on Windows because cygwin1.dll can't be found https://github.com/m-labs/artiq/issues/935
Ultrasauce has quit [Read error: Connection reset by peer]
Ultrasauce has joined #m-labs
mumptai has joined #m-labs
<rjo>
sb0: TP-link MC220L with Kasli and fs.com SFPs works, right?
<whitequark>
sb0: it's deliberate
<whitequark>
all unknown traffic is slowed down to a crawl just in case it's used for tunneling
<rjo>
whitequark: could you please prioritize the binutils on windows issues over all the i2c things etc?
<GitHub-m-labs>
[artiq] whitequark commented on issue #935: No, it doesn't. I have provisioned a completely fresh Windows machine just now and installed only the binutils-or1k-linux package, and it doesn't crash because of `cygwin1.dll`:... https://github.com/m-labs/artiq/issues/935#issuecomment-373520539
<rjo>
whitequark: we were playing with windows and the camera yesterday. it does look a bit weird and we didn't yet get it to work.
<rjo>
whitequark: their "lightfield" software doesn't see the camera (but probably a usb dongle license issue with the license locked to camera **and** dongle...). one firmware updater didn't see the camera, the other didn't want to touch it (greyed out OK button).
<whitequark>
so it wasn't just me...
<rjo>
whitequark: probably not.
<rjo>
and the paths are the same now? mixing 8.3. and UNC in the same path is fine?
<rjo>
mixing 8.3 and "long names" (or whatever they are called).
<whitequark>
I don't think that was ever the issue