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
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
mindrunner has quit [Ping timeout: 250 seconds]
mindrunner has joined #m-labs
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
rohitksingh_work has joined #m-labs
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
FelixVi has quit [Remote host closed the connection]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
mumptai has joined #m-labs
sb0 has quit [Quit: Leaving]
fengling has joined #m-labs
sb0 has joined #m-labs
mumptai has quit [Remote host closed the connection]
rohitksingh_work has quit [Read error: Connection reset by peer]
rohitksingh_work has joined #m-labs
travis-ci has joined #m-labs
<travis-ci> mithro/migen#42 (urjtag - 806517a : Tim 'mithro' Ansell): The build has errored.
travis-ci has left #m-labs [#m-labs]
rohitksingh_work has quit [Quit: Leaving.]
rohitksingh_work has joined #m-labs
rohitksingh_work has quit [Ping timeout: 240 seconds]
rohitksingh_work has joined #m-labs
<GitHub159> [artiq] jordens pushed 1 new commit to master: https://git.io/v6tny
<GitHub159> artiq/master f183f87 Robert Jordens: gui.entries: avoid intermediate value feedback, closes #533
<GitHub177> [artiq] jordens pushed 1 new commit to release-1: https://git.io/v6tnS
<GitHub177> artiq/release-1 14addf7 Robert Jordens: gui.entries: avoid intermediate value feedback, closes #533
kuldeep has quit [Ping timeout: 244 seconds]
sandeepkr has quit [Ping timeout: 265 seconds]
<GitHub81> [artiq] sbourdeauducq pushed 1 new commit to master: https://git.io/v6tlO
<GitHub81> artiq/master 591e44b Sebastien Bourdeauducq: gui/applets: capture applet stdout/stderr and redirect to log. Closes #472
<bb-m-labs> build #579 of artiq-kc705-nist_clock is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-kc705-nist_clock/builds/579
<bb-m-labs> build #292 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/292
<bb-m-labs> build #854 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/854
sandeepkr has joined #m-labs
kuldeep has joined #m-labs
kuldeep has quit [Changing host]
kuldeep has joined #m-labs
rohitksingh_work has quit [Read error: Connection reset by peer]
<bb-m-labs> build #580 of artiq-kc705-nist_clock is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-kc705-nist_clock/builds/580
rohitksingh_work has joined #m-labs
<bb-m-labs> build #293 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/293
<bb-m-labs> build #855 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/855
<sb0> rjo, OK to move artiq/appdirs.py to artiq/gui/appdirs.py?
<rjo> sb0: i put it there because there is nothing graphical in that module and it could just as well be useful for other tools, e.g. have the CLI tools remember settings.
<rjo> sb0: but if you want to move it, i won't object loudly.
<sb0> well, XDG is only for GUI applications, isn't it?
<rjo> i don't think so. at least i see a bunch of CLI tools also using it. and it would not make much sense to restrict it to graphical apps imho.
<sb0> hmm ok
<sb0> maybe time to have an artiq/tools folder. and split tools.py to reduce the amount of boilerplate imports
<rjo> ack.
<sb0> rjo, what is artiq_version = get_versions()['version'] in tools?
<sb0> there is already artiq.__version__ that contains the same thing
<rjo> iirc you can't import that below.
<rjo> you could reverse the importing though, i think.
<sb0> -from artiq._version import get_versions
<sb0> -artiq_version = get_versions()['version']
<sb0> +from artiq import __version__ as artiq_version
<sb0> still works fine here after changing that
<rjo> ok then.
<GitHub152> [artiq] sbourdeauducq pushed 2 new commits to master: https://git.io/v6ta0
<GitHub152> artiq/master f64a1f5 Sebastien Bourdeauducq: tools: remove uneeded checkcache
<GitHub152> artiq/master d51b27e Sebastien Bourdeauducq: tools: cleanup artiq_version
rohitksingh_wor1 has joined #m-labs
sb0 has quit [Quit: Leaving]
rohitksingh_work has quit [Ping timeout: 276 seconds]
<bb-m-labs> build #581 of artiq-kc705-nist_clock is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-kc705-nist_clock/builds/581
<bb-m-labs> build #294 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/294
<bb-m-labs> build #856 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/856
fengling has quit [Ping timeout: 240 seconds]
sb0 has joined #m-labs
<sb0> Hong Kong MPF is a fucking scam, the banksters charge their fees on a percentage of the money you have in your fund, even if they lose you some with their gambling
key2 has joined #m-labs
<key2> hi
<key2> Is someone aware of a SDCard core made with migen ?
<sb0> key2, host or card?
<sb0> for host, you can look at the spi core in artiq
<key2> yeah host
<key2> i haven't looked much at the protocol yet, i though sdcard could support either SPI or a 4x bit protocol
<sb0> yes. SPI is the simple option, the other protocols are faster but kinda complicated, e.g. require changing voltages
<sb0> there's one which stays at 3.3V
<key2> ha
<key2> I didnt know that switching to something else than SPI requires changing voltage on a SD card
<key2> that's a weird behavour
<key2> gonna check it out
rohitksingh_wor1 has quit [Read error: Connection reset by peer]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 258 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
rohitksingh has joined #m-labs
rohitksingh1 has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
fengling 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 quit [Ping timeout: 250 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
mumptai has joined #m-labs
rohitksingh1 has quit [Quit: Leaving.]
rohitksingh has joined #m-labs
felix_ has quit [Ping timeout: 264 seconds]
felix_ has joined #m-labs
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
rohitksingh has quit [Quit: Leaving.]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
cr1901 has joined #m-labs
fengling has joined #m-labs
mumptai has quit [Ping timeout: 250 seconds]
fengling has quit [Ping timeout: 240 seconds]
mumptai has joined #m-labs
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
mumptai has quit [Remote host closed the connection]