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
<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
<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
<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