<mithro>
In the migen Dataflow / Actor stuff - How would a "mux" fit into the model, IE you have 1 sink which can be switched between n sources (but only one is active at a time?)
<sb0____>
rjo, how should I low-pass filter the FPGA clock outputs before connecting them to the mixer? LC circuit?
mumptai has quit [Remote host closed the connection]
sb0____ has quit [Quit: Leaving]
sb0 has joined #m-labs
mindrunner has quit [Ping timeout: 258 seconds]
mindrunner has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
key2 has joined #m-labs
<key2>
hi
<sb0>
hi
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
<rjo>
sb0: pass them into the mixer unfiltered. after the mixer just lowpass below -- let's say -- 1 MHz.
<rjo>
adjust the DC voltage after the mixer to be close to zero by shifting the phases of the inputs (either electronically or with cables). calibrate the DC voltage scale of the mixer output in rad/V by measuring peak-to-peak over 2*pi phase shift
<rjo>
sb0, whitequark: it would be great to get a bit of attention to the 2.0 issues before diving deeper into rust.
<rjo>
sb0: depending on your mixer you might have to high-pass the clocks before the mixer in order not to saturate it with dc. but this is all in the papers i referenced before.
rohitksingh_wor1 has quit [Read error: Connection reset by peer]
<whitequark>
rjo: hm, two gui bugs, docs, and kernel argument annotations
<whitequark>
oh, I remember now the issue with annotations
<whitequark>
there was a stupid problem, that annotations need to be executable code in host python
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
<rjo>
whitequark: yes. those are the things. should we go through them and re-assign them where appropriate and make sure everybody know what they are working on?
<whitequark>
yes.
<whitequark>
I'll handle the docs today, and kernel annotations tomorrow, perhaps
<whitequark>
as for the GUI, that sounds quite annoying
rohitksingh has joined #m-labs
<rjo>
whitequark: sounds good. i'll do the scanwidget/spinbox things and then docs when done there.
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
<sb0>
#463 only affects Windows Surface, which only UMD uses AFAICT, so it's very low priority
<sb0>
#429 is most certainly another qt bug
fengling has joined #m-labs
rohitksingh1 has joined #m-labs
rohitksingh has quit [Ping timeout: 244 seconds]
fengling has quit [Ping timeout: 240 seconds]
rohitksingh has joined #m-labs
rohitksingh1 has quit [Ping timeout: 258 seconds]
rohitksingh has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
fengling has joined #m-labs
rohitksingh1 has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
fengling has quit [Ping timeout: 240 seconds]
rohitksingh1 has quit [Ping timeout: 252 seconds]
rohitksingh has joined #m-labs
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
rohitksingh1 has joined #m-labs
rohitksingh has quit [Ping timeout: 260 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
rohitksingh1 has quit [Ping timeout: 276 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 276 seconds]
rohitksingh has joined #m-labs
key2 has quit [Ping timeout: 250 seconds]
mumptai has joined #m-labs
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
sandeepkr is now known as X7R
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
X7R is now known as sandeep
sandeep is now known as sandeepkr
rohitksingh has quit [Quit: Leaving.]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
FelixVi has joined #m-labs
kuldeep has quit [Ping timeout: 240 seconds]
sandeepkr has quit [Ping timeout: 276 seconds]
kuldeep has joined #m-labs
sandeepkr has joined #m-labs
mumptai has quit [Remote host closed the connection]
<GitHub105>
[artiq] whitequark pushed 1 new commit to master: https://git.io/v6LwR
<GitHub105>
artiq/master 3dc0101 whitequark: doc: explain monomorphism of user-defined classes....