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
<sb0__> rjo: where do I connect the DDS clock on pipistrello?
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#215 (master - 4c8917a : Yann Sionneau): The build passed.
travis-ci has left #m-labs [#m-labs]
<GitHub102> [artiq] fallen pushed 1 new commit to master: http://git.io/vLqN1
<GitHub102> artiq/master 2bdf5f3 Yann Sionneau: conda: embed flash proxies in the artiq package
* ysionneau not thinking straight anymore, calling it a day, gn8!
<ysionneau> ah, I forgot to update the doc to remove "install the flash proxy" from the "install from conda part"
<GitHub46> [artiq] fallen pushed 1 new commit to master: http://git.io/vLqpE
<GitHub46> artiq/master a3f0663 Yann Sionneau: manual: flash proxies are installed via conda, don't tell to install them
<ysionneau> and now, gn8
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#216 (master - 2bdf5f3 : Yann Sionneau): The build passed.
travis-ci has left #m-labs [#m-labs]
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#217 (master - a3f0663 : Yann Sionneau): The build passed.
travis-ci has left #m-labs [#m-labs]
aeris has quit [Quit: en a pas]
<cr1901_modern> sb0__: https://github.com/m-labs/migen/issues/20 workaround that I didn't think to try until today
sb0 has joined #m-labs
_florent_ has joined #m-labs
_florent_ has quit [Ping timeout: 265 seconds]
_florent_ has joined #m-labs
_florent_ has quit [Ping timeout: 252 seconds]
_florent_ has joined #m-labs
FabM has quit [Remote host closed the connection]
FabM has joined #m-labs
FabM has quit [Remote host closed the connection]
FabM has joined #m-labs
ysionneau has quit [Ping timeout: 255 seconds]
ysionneau has joined #m-labs
sb0 has quit [Quit: Leaving]
<GitHub87> [artiq] fallen pushed 1 new commit to master: http://git.io/vL3aK
<GitHub87> artiq/master 95ff21d Yann Sionneau: gui: add ARTIQ icon
<sb0__> ysionneau: your conda package doesn't flash the bios correctly on kc705, it works when using misoc. additionally, fserase erases the bitstream.
<sb0__> maybe the flash map is conflicting with the pipistrello build or something?
<ysionneau> humm
<sb0__> a broken flash map would explain both problems.
<sb0__> BIOS is not relocated to the correct address for XIP, flash accesses for fstorage are at addresses that are too low
<ysionneau> ah yes
* ysionneau checks the linker script
<ysionneau> weird, kc705 is built first in the conda build script
<ysionneau> and each time I do the build-headers
<ysionneau> ah.
<ysionneau> god.
<ysionneau> I compile BIOS both time, then I do the 2 copy ... what could possibly go wrong?
<ysionneau> fixing that
<sb0__> the runtime looks broken too
<ysionneau> yes
<ysionneau> it is
<GitHub83> [artiq] fallen pushed 1 new commit to master: http://git.io/vLskC
<GitHub83> artiq/master 4bad5e4 Yann Sionneau: conda: fix KC705 BIOS and runtime
<ysionneau> hum
<GitHub125> [artiq] fallen pushed 1 new commit to master: http://git.io/vLsIY
<GitHub125> artiq/master 2f8a67c Yann Sionneau: conda: fix missing runtime for KC705 in previous commit
<ysionneau> (you were basically flashing pipistrello runtime+bios on the kc705, due to my faulty build.sh)
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#220 (master - 2f8a67c : Yann Sionneau): The build passed.
travis-ci has left #m-labs [#m-labs]
<ysionneau> sb0__: works better now?
<ysionneau> I just noticed there is an issue with the GUI under Windows: http://pastebin.com/jJU75h1b seems UDP is not supported
<ysionneau> QEventLoop from quamash inherits from ProactorEventLoop under Windows
<ysionneau> and ProactorEventLoop does not support UDP: https://docs.python.org/3/library/asyncio-eventloops.html#windows
_florent_ has quit [Quit: Leaving]
<sb0__> asyncio is a piece of shit
<sb0__> ysionneau: did you test artiq_coreconfig -r?
<sb0__> ha, it's ok
aeris has joined #m-labs
<cr1901_modern> ysionneau: Any particular reason you're using UDP?
<sb0__> essentially, because with udp there is no connection that can break and need monitoring and reset
aeris has quit [Quit: en a pas]
<larsc> in other words, its stateless and simple
<sb0__> ysionneau: artiq_coreconfig should default to -h
<sb0__> and/or use subparsers
aeris has joined #m-labs
T4b__ has quit [Ping timeout: 272 seconds]
<ysionneau> is something like if len(sys.argv) == 1: args.print_help() acceptable?
<ysionneau> (I mean, parser.print_help())
<ysionneau> anyway, ack for the need to print help when no arg given, will have a look in the morning
nicksydney_ has joined #m-labs
nicksydney has quit [Ping timeout: 272 seconds]