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
rohitksingh has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
mumptai has quit [Ping timeout: 256 seconds]
mumptai has joined #m-labs
rohitksingh_work has joined #m-labs
sb0 has quit [Quit: Leaving]
<GitHub-m-labs> [artiq] sbourdeauducq opened issue #997: serwb does not meet timing https://github.com/m-labs/artiq/issues/997
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #997: RTM side https://github.com/m-labs/artiq/issues/997#issuecomment-387953166
attie has quit [Remote host closed the connection]
sb0 has joined #m-labs
<sb0> now the hmc830 has stopped working again
<sb0> why is sayma always like this?
<sb0> _florent_, I don't know if that's the source of the problem, but can you fix the serwb timing failure soon?
<sb0> WTF? with a different *AMC* it locks
<sb0> well. that could be the serwb failure.
<_florent_> sb0: i'll look at serwb timing failure. But i don't think that's the issue with HMC830. Maybe we should configure the HMC7043 before the HMC830, to be sure it's not generating any broadband noise while HMC830 is configured?
<_florent_> sb0: hmm maybe not possible if hmc7043 needs a valid input clock to be configured.
<GitHub-m-labs> [artiq] sbourdeauducq opened issue #998: RTIO sequence error when resetting two SAWG channels https://github.com/m-labs/artiq/issues/998
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #998: The problem can be worked around by inserting a delay (e.g. 80ns) between the two resets. https://github.com/m-labs/artiq/issues/998#issuecomment-387973693
<GitHub-m-labs> [artiq] sbourdeauducq reopened issue #966: inconsistent serwb behavior when RTM FPGA is not loaded https://github.com/m-labs/artiq/issues/966
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #727: I have now set up RTM-1 and AMC-3 and the problem is easily reproduced. Turns out DAC0 is also affected.... https://github.com/m-labs/artiq/issues/727#issuecomment-387983911
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #727: Though it is probably a good idea to fix serwb timing before looking at bugs in areas that depend on serwb. https://github.com/m-labs/artiq/issues/727#issuecomment-387984138
sb0 has quit [Quit: Leaving]
<GitHub-m-labs> [artiq] hartytp commented on issue #997: @sbourdeauducq is it worth putting a bigger/faster FPGA on the RTM for Sayma v2.0? Obviously, it's best to use the cheapest FPGA we can, but I wonder if a bit more money on FPGAs will save us a lot of development time in the future? https://github.com/m-labs/artiq/issues/997#issuecomment-387988446
hartytp_ has joined #m-labs
<hartytp_> _florent_ what's your model for how the HMC7043 could affect the 830?
<hartytp_> my best guess is that the RTM FPGA is producing some glitch at startup which is upsetting the HMC830
<hartytp_> would be good to get the RTM loading/serwb reliable before we dig too much into the 830 IMHO
<hartytp_> anyway, I'm still waiting for my boards to arrive from Poland, so can't help atm
marbler has quit [Ping timeout: 260 seconds]
jfng has quit [Ping timeout: 260 seconds]
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #997: I don't think so, in any case something like serwb ought to be simple and meet timing at 125MHz there. https://github.com/m-labs/artiq/issues/997#issuecomment-388001421
hartytp_ has quit [Quit: Page closed]
jfng has joined #m-labs
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #997: This is, above all, about keeping high-quality FPGA code in ARTIQ, not shaving a few dollars from the board. https://github.com/m-labs/artiq/issues/997#issuecomment-388006667
sb0 has joined #m-labs
<sb0> hartytp, how does rtm fpga loading help?
<sb0> there should be no difference if it's loaded from jtag or from slave-serial
marbler has joined #m-labs
marmelada has joined #m-labs
hartytp_ has joined #m-labs
<hartytp_> sbo: true, shouldn't matter. at one point I'd seen some issues to do with the timings of when the various bitstreams were loaded, but that's probably gone now
hartytp_ has quit [Client Quit]
hartytp_ has joined #m-labs
<hartytp_> sayma here! Will test once gateware meets timing
marmelada has quit [Quit: Page closed]
hartytp_ has quit [Quit: Page closed]
rohitksingh_work has quit [Read error: Connection reset by peer]
Gurty has quit [Ping timeout: 276 seconds]
marmelada has joined #m-labs
<GitHub153> [smoltcp] dlrobertson commented on issue #159: NDISC has been implemented in `wire`. https://github.com/m-labs/smoltcp/issues/159#issuecomment-388049151
<GitHub27> [smoltcp] dlrobertson closed issue #159: Design: Implementing additional ICMP types https://github.com/m-labs/smoltcp/issues/159
mumptai has quit [Quit: Verlassend]
rohitksingh has joined #m-labs
hartytp has quit [Quit: Page closed]
rohitksingh has quit [Quit: Leaving.]
rohitksingh has joined #m-labs
attie has joined #m-labs
<marmelada> sb0: I'm still having problems with serwb
<sb0> _florent_, ^
<marmelada> do I need to flash rtm fpga manually or is artiq_flash enough?
<sb0> marmelada, there is no flashing of the rtm fpga. see the artiq issue. you need to load it with jtag for now.
<marmelada> that would be easy answer for my problems ;)
<marmelada> oooh, great ^^
<marmelada> openocd should suffice, right?
<sb0> marmelada, also if you have any idea why the current loading code does not work, that would be great...
<sb0> marmelada, yes
<marmelada> will artiq_flash (...) load work on rtm?
<whitequark> yes
<marmelada> ok, now it works
<marmelada> hmc830 to lock needs to have 125 MHz reference clock on sma input of rtm, right?
<GitHub-m-labs> [artiq] jbqubit commented on issue #998: Does it make sense for xxx.reset() to automatically include whatever delays are necessary? AFAICT resets are done at the start of experiment cycles where the simplicity of just-works (without fiddling with delays) is nice. https://github.com/m-labs/artiq/issues/998#issuecomment-388086483
rohitksingh has quit [Quit: Leaving.]
<sb0> marmelada, 100MHz
<marmelada> sb0: 10 dBm is enough?
<marmelada> ok, so hmc830 fails to lock
rohitksingh has joined #m-labs
<marmelada> strangely it did lock sometimes
<marmelada> even with 125 MHz clock
<sb0> marmelada, is your clock clean enough and within the specs of the input chip?
<marmelada> Greg used the same generator to test with forth
<GitHub-m-labs> [artiq] marmeladapk commented on issue #860: Setup: AMC + RTM, 100MHz 10 dBm signal supplied to SMA input on RTM.... https://github.com/m-labs/artiq/issues/860#issuecomment-388107925
<GitHub-m-labs> [artiq] marmeladapk commented on issue #860: Setup: AMC + RTM, 100MHz 10 dBm signal supplied to SMA input on RTM. Artiq built against da1a61b... https://github.com/m-labs/artiq/issues/860#issuecomment-388107925
<sb0> well. https://github.com/m-labs/artiq/issues/997 should be fixed first.
<GitHub-m-labs> [artiq] marmeladapk commented on issue #860: Setup: AMC + RTM, 100MHz 10 dBm signal supplied to SMA input on RTM. Artiq built against da1a61b, misoc 6d5bacf1... https://github.com/m-labs/artiq/issues/860#issuecomment-388107925
<sb0> _florent_, why is serwb using block RAM anyway?
marmelada has quit [Quit: Page closed]
rohitksingh has quit [Quit: Leaving.]
rohitksingh has joined #m-labs
<_florent_> sb0: to buffer writes
<GitHub-m-labs> [artiq] gkasprow commented on issue #860: @marmeladapk did you use version which @hartytp prepared with settings identical to my FORTH code? https://github.com/m-labs/artiq/issues/860#issuecomment-388129390
<whitequark> sb0: in migen.genlib.fifo, what is fwft?
<whitequark> and do I understand it right that SyncFIFOBuffered only lets you do reads on alternating clock cycles?
<whitequark> ah, first word fall through
rohitksingh has quit [Quit: Leaving.]
cr1901_modern1 has joined #m-labs
cr1901_modern has quit [Ping timeout: 240 seconds]
<GitHub42> [smoltcp] ProgVal opened pull request #207: Add support for IPv6 gateway, and use it to make examples IPv6-capable (master...ipv6-gateway) https://github.com/m-labs/smoltcp/pull/207