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
<GitHub-m-labs> [artiq] sbourdeauducq commented on issue #1097: Wrong rustc version. Check that conda installs the one specified in the release-3 artiq-dev meta.yaml. https://github.com/m-labs/artiq/issues/1097#issuecomment-402892573
kristianpaul has quit [Ping timeout: 248 seconds]
kristianpaul has joined #m-labs
sb0 has joined #m-labs
<sb0> d_n|a, no known issue
<sb0> rjo, thanks
<sb0> cr1901_modern, synthesis results should be the same, but separating the output behavior from the state transitions makes the code harder to read
<sb0> omid, or you can read the FPGA gateware source
<cr1901_modern> Ahh I didn't know the synth results were supposed to be the same. I'll have to test. Ack on the code readability (though your method generates more signals thanks to the need for "_ce").
<sb0> the optimizers should handle them
<sb0> one lab in china actually reproduced the whole nist hardware based on the source code and the pictures. when I visited them the first time I was greeted by several artiq screens with everything up and running...
<cr1901_modern> This seems to be the fate of most open source gateware/hardware (though from pictures alone is pretty impressive)
rohitksingh_work has joined #m-labs
sb0 has quit [Quit: Leaving]
kuldeep has quit [Read error: Connection reset by peer]
sb0 has joined #m-labs
rohitksingh_work has quit [Read error: Connection reset by peer]
rohitksingh_work has joined #m-labs
<GitHub-m-labs> [artiq] prasath-d commented on issue #1096: onboard 100 MHz oscillator. https://github.com/m-labs/artiq/issues/1096#issuecomment-402950328
rohitksingh_work has quit [Read error: Connection reset by peer]
rohitksingh_work has joined #m-labs
<GitHub-m-labs> [artiq] jordens commented on issue #1096: Then you should change `"refclk": 125e6`. That's documented. https://github.com/m-labs/artiq/issues/1096#issuecomment-402954420
<GitHub-m-labs> [artiq] sbourdeauducq pushed 3 new commits to master: https://github.com/m-labs/artiq/compare/4eb26c005033...44200465023a
<GitHub-m-labs> artiq/master 4420046 Sebastien Bourdeauducq: kasli_tester: support mixed AD9910/AD9912 systems
<GitHub-m-labs> artiq/master ac3f360 Sebastien Bourdeauducq: kasli_tester: fix AD9912 support
<GitHub-m-labs> artiq/master 509562d Sebastien Bourdeauducq: kasli: add WIPM target
<GitHub-m-labs> [artiq] prasath-d commented on issue #1096: Reflash needed?... https://github.com/m-labs/artiq/issues/1096#issuecomment-402956117
<GitHub-m-labs> [artiq] jordens commented on issue #1096: No https://github.com/m-labs/artiq/issues/1096#issuecomment-402956552
kuldeep has joined #m-labs
<bb-m-labs> build #1692 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1692
<bb-m-labs> build #2491 of artiq is complete: Failure [failed python_unittest_2] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2491 blamelist: Sebastien Bourdeauducq <sb@m-labs.hk>
<GitHub-m-labs> [artiq] prasath-d commented on issue #1096: Works!!! Thank you https://github.com/m-labs/artiq/issues/1096#issuecomment-402972708
rjo has quit [Ping timeout: 260 seconds]
rjo has joined #m-labs
<sb0> _florent_, do you understand how the HMC7043 SYSREF FSM works?
rohitksingh_work has quit [Read error: Connection reset by peer]
<GitHub-m-labs> [artiq] jordens opened issue #1098: build and deploy docs earlier https://github.com/m-labs/artiq/issues/1098
rohitksingh has joined #m-labs
<_florent_> sb0: i don't think i know enough to be able to help, i would need to have a close look
rohitksingh has quit [Quit: Leaving.]
rohitksingh has joined #m-labs
sb0 has quit [Quit: Leaving]
rohitksingh has quit [Quit: Leaving.]
rohitksingh has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
sb0 has joined #m-labs
X-Scale has quit [Ping timeout: 260 seconds]
X-Scale has joined #m-labs
<GitHub-m-labs> [artiq] philipkent commented on issue #1097: We were able to build the target binaries by manually installing the artiq-dev package and specifying the version using: `conda create -n artiq-dev artiq-dev=3.6`. It looks like using the conda/artiq-dev.yaml file from the release-3 branch installs the 4.0 version of the artiq-dev package by default. https://github.com/m-labs/artiq/issues/1097#issuecomment-403
<cr1901_modern> Gah I wanted to try to put a microcontroller core on icestick, and thought navre was the answer. But navre for some reason has an async GPR read port, and ice40 has no distributed RAM...
<cr1901_modern> I can't seem to figure out why the read port is async, but the comments explicitly say GPRs use distributed RAM