gruetzkopf has quit [Read error: Connection reset by peer]
gruetzkopf has joined #m-labs
gruetzkopf is now known as Guest24638
Guest24638 has quit [Read error: Connection reset by peer]
gruetzko- has joined #m-labs
gruetzko- has quit [Read error: Connection reset by peer]
gruetzko- has joined #m-labs
gruetzko- has quit [Read error: Connection reset by peer]
gruetzko- has joined #m-labs
cr1901_modern has quit [Read error: Connection reset by peer]
cr1901_modern has joined #m-labs
m4ssi has joined #m-labs
sb0 has quit [Quit: Leaving]
gruetzko- is now known as gruetzkopf
sb0 has joined #m-labs
sb0 has quit [Ping timeout: 276 seconds]
sb0 has joined #m-labs
mauz555 has joined #m-labs
mauz555 has quit [Remote host closed the connection]
mauz555 has joined #m-labs
mauz555 has quit [Remote host closed the connection]
<acathla>
If I comment out my VGA submodule, everything is working. If I uncomment it, migen throw a "Unresolved clock domain: "sys"
<acathla>
I cannot find how to tell migen to use the default clock everywhere except for the VGA module.
<acathla>
self.clock_domains.cd_sys = ClockDomain("sys") in the Top module allows everything to build fine, but with the sys clock unplugged.
mauz555 has joined #m-labs
<acathla>
Ok, found it. The default clock is unrequested when there is more than one clock domain, so I can do it with a plat.request("clk50") (which is not working with only one clock domain)
<GitHub-m-labs>
[artiq] sbourdeauducq commented on issue #790: When you shut down the repeater, it probably sends glitches/bogus data. The error reporting function is only run while the link is up, which is why you are seeing the message with a delay. https://github.com/m-labs/artiq/issues/790#issuecomment-436670578
<bb-m-labs>
build #2672 of artiq is complete: Exception [exception python_unittest_2 board_unlock_1] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2672 blamelist: Robert J?rdens <rj@quartiq.de>
<GitHub-m-labs>
[artiq] jordens commented on issue #790: As another data point I had also tested the switching branch with 125 MHz RTIO (just master-satellite with DIO, without another repeater through) a while back and ran it through the usual stress testing and determinism tests and found no additional issues.... https://github.com/m-labs/artiq/issues/790#issuecomment-436678208
<sb0>
whitequark: in what order (which 32-bit word first) does llvm store 64-bit values? is that constant and can it be enforced?
<sb0>
on or1k ofc
<GitHub-m-labs>
[artiq] hartytp commented on issue #790: @jordens ack. Once I've finished basic testing, measured latencies etc, I'll port an experiment over to it and check that Zotino, Urukul, SU-Servo etc still work https://github.com/m-labs/artiq/issues/790#issuecomment-436685358
<sb0>
if i == 0 and insn.op == "printf" or i == 1 and insn.op == "rtio_log":