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
<GitHub121> [artiq] sbourdeauducq commented on issue #767: You need to connect the computer that runs artiq_flash to the micro-USB port of the kc705. Note that the kc705 has several USB ports and you must use the one with JTAG. Is the JTAG device recognized in dmesg and lsusb? HDMI is not used anywhere. https://github.com/m-labs/artiq/issues/767#issuecomment-312405992
mumptai_ has joined #m-labs
mumptai has quit [Ping timeout: 255 seconds]
hozer has joined #m-labs
sb0 has joined #m-labs
sb0 has quit [Client Quit]
_whitelogger has joined #m-labs
sb0 has joined #m-labs
<GitHub115> [artiq] sbourdeauducq opened issue #768: inappropriate error message when using integer constant as boolean https://github.com/m-labs/artiq/issues/768
attie has quit [Ping timeout: 258 seconds]
attie has joined #m-labs
<sb0> _florent_, did you receive the sayma boards?
attie has quit [Ping timeout: 268 seconds]
attie has joined #m-labs
<_florent_> sb0: no, I was not there yesterday but I don't have any notification and tnt tracking isn't updated...
<sb0> sigh
key2 has joined #m-labs
<key2> sb0: what do you think of a rtl simulator based on openCL ?
<key2> sb0: I was thinking one could synth a verilog code with yosys for example, and generate the proper kernel for openCL in order to get it simulated faster than with verilator or other
<sb0> how does yosys help?
<sb0> opencl is a cpu-style environment, yosys will give you a netlist
<whitequark> is FPGA simulation even parallelizable to SIMD hardware?
<whitequark> well, gateware simulation
<sb0> if you like GPUs, iirc LLVM can target some of them
<sb0> maybe you could compile migen into gpu code using a llvm python binding
<sb0> (migen is also much simpler to deal with than verilog)
<sb0> but of course if you call python at every cycle to transfer data then it'll probably slow things down
ohama has quit [Ping timeout: 255 seconds]
ohama has joined #m-labs
<whitequark> using CUDA, so not even any LLVM needed
<cr1901_modern> How might you simulate it in LLVM anyway (there's lots of "spooky action at a distance" in HDL)?
<cr1901_modern> Should prob take a look at how verilator does it
<sb0> "spooky action at a distance" in HDL?
<cr1901_modern> sb0: you set one variable (reg) and it will automatically affect the value of all variables (wires) dependent on the first one.
<cr1901_modern> I've heard it compared to FRP, but Idk enough about that type of programming to comment
<sb0> you can have the same thing reg to reg; the wire/reg distinction in verilog has no basis
<cr1901_modern> fair enough; was just an example
cr1901_modern has quit [Ping timeout: 276 seconds]
cr1901_modern has joined #m-labs
key2 has quit [Ping timeout: 260 seconds]
<whitequark> cr1901_modern: well you don't simulate it directly
<whitequark> you preprocess it into some different representation
<whitequark> if there are no logic loops then a single warp could be handling a single flip-flop or something
<whitequark> not a lot of data locality but at least it parallelizes
<GitHub167> [artiq] jbqubit opened issue #769: ad9154 bad CODEGRPSYNCFLG https://github.com/m-labs/artiq/issues/769
<GitHub78> [artiq] jbqubit opened issue #770: phaser: 55 seconds to load demo_2tone.py https://github.com/m-labs/artiq/issues/770
<GitHub28> [artiq] sbourdeauducq commented on issue #769: Details? Obviously it doesn't do that every time. https://github.com/m-labs/artiq/issues/769#issuecomment-312447336
<GitHub194> [artiq] sbourdeauducq commented on issue #770: Likely not a problem with the latest version. https://github.com/m-labs/artiq/issues/770#issuecomment-312447429
<GitHub109> [artiq] sbourdeauducq closed issue #770: phaser: 55 seconds to load demo_2tone.py https://github.com/m-labs/artiq/issues/770
<GitHub193> [artiq] sbourdeauducq commented on issue #770: That one you are reporting about is before a lot of TCP fixes. https://github.com/m-labs/artiq/issues/770#issuecomment-312447502
<GitHub170> [artiq] jbqubit commented on issue #770: Sure. I can believe this got better with TCP fixes. In light of #769 what version do you recommend for continuing phaser testing? https://github.com/m-labs/artiq/issues/770#issuecomment-312447608
<GitHub66> [artiq] jbqubit commented on issue #769: I've flashed that version three times and saw erratic LED blinking each time. That's why I reverted to g07f5e991. What additional information would be helpful? https://github.com/m-labs/artiq/issues/769#issuecomment-312447785
mumptai_ has quit [Quit: Verlassend]
<GitHub83> [artiq] whitequark closed issue #768: inappropriate error message when using integer constant as boolean https://github.com/m-labs/artiq/issues/768
<GitHub171> [artiq] whitequark pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/ea7549cfa4efd585a9d115aebb527f4ba097e095
<GitHub171> artiq/master ea7549c whitequark: compiler: coerce `while` condition to bool....
<GitHub126> [artiq] jordens commented on issue #769: Does this happen with current master? Does it happen every time? https://github.com/m-labs/artiq/issues/769#issuecomment-312449893
<jbqubit> rjo: the latest conda build of artiq-kc705-phaser is f4624e08
<jbqubit> bb-m-labs: force build --props=package=artiq-kc705-phaser artiq-board
<bb-m-labs> The build has been queued, I'll give a shout when it starts
cr1901_modern has quit [Ping timeout: 240 seconds]
cr1901_modern has joined #m-labs
<bb-m-labs> build #687 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/687
<bb-m-labs> build forced [ETA 16m37s]
<bb-m-labs> I'll give a shout when the build finishes
stekern_ has quit [Ping timeout: 246 seconds]
stekern has joined #m-labs
madgoat has joined #m-labs
madgoat has left #m-labs [#m-labs]
<bb-m-labs> build #688 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/688
<rjo> sb0: could you have a look at defusing that DMA logic path?
<GitHub47> [artiq] jbqubit commented on issue #769: bb reports timing failed for build of artiq-kc705-phaser for current master. Please let me know when there's a binary available and I'll test again. ... https://github.com/m-labs/artiq/issues/769#issuecomment-312453718
<bb-m-labs> build #507 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/507
<bb-m-labs> build #1595 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1595
hozer has quit [Ping timeout: 268 seconds]