sb0_ changed the topic of #m-labs to: https://m-labs.hk :: Logs http://irclog.whitequark.org/m-labs
<GitHub-m-labs> [migen] whitequark pushed 1 new commit to master: https://github.com/m-labs/migen/commit/5ab577ee4c34b92131be4ec82b7c421a480dc203
<GitHub-m-labs> migen/master 5ab577e Christian Vogel: Minor bugfix in docstring, missing comma at end of line.
<bb-m-labs> build #358 of migen is complete: Failure [failed python_unittest] Build details are at http://buildbot.m-labs.hk/builders/migen/builds/358 blamelist: Christian Vogel <vogelchr@vogel.cx>
<GitHub150> [smoltcp] jhwgh1968 commented on issue #266: Just two things:... https://github.com/m-labs/smoltcp/pull/266#issuecomment-450447001
_whitelogger has joined #m-labs
balrog has quit [Ping timeout: 244 seconds]
balrog has joined #m-labs
_whitelogger has joined #m-labs
<sb0> cr1901_modern: any update on the migen test fixes?
<cr1901_modern> sb0: Yea, I totally forgot about that. Lemme do that now. Will you be around tonight/the next hour?
<cr1901_modern> Is there a way to tell the m-labs buildbot what platforms should be built by default (if you want any to be built by default)?
<sb0> cr1901_modern: just skip all platform builds when corresponding env variables are not set
<sb0> (which is what artiq does)
<sb0> then it won't build any on the buildbot, the annoying test failure will be resolved, and we can look into enabling vivado later
<cr1901_modern> Ahhh I see
<sb0> same procedure as artiq for setting env variables there
<cr1901_modern> The env vars are of the form MIGEN_BUILD_{PLATFORM}, where PLATFORM is a name of a source file under platforms (or any children subdirs)
<sb0> we're only using vivado.
<cr1901_modern> I know. What I'm getting at is if you want to test e.g. kasli >>
<sb0> adding the yosys stuff should be ok since it's relatively easy to install
<sb0> the other crap (lattice, intel) I won't touch it
<cr1901_modern> heh
<sb0> kasli builds are already tested via the artiq ci
<cr1901_modern> ahh okay. What I was getting as is the env var would be MIGEN_BUILD_KASLI, not MIGEN_BUILD_SINARA_KASLI
<sb0> no
<cr1901_modern> don't do that?
* cr1901_modern was just using kasli as an example
<sb0> ah ok
<sb0> the env vars should test for the FPGA toolchain
<sb0> then all platforms that use that toolchain can get tested
<cr1901_modern> Is this in addition to env vars for each platform?
<sb0> why do we need an env var for each platform?
<sb0> we're not loading anything into the hardware
<cr1901_modern> because that's what you told me you wanted last time we talked :)
<cr1901_modern> _I_ wanted to do it on a toolchain basis
<sb0> okay well by "platform" I meant the toolchain driver
<cr1901_modern> oooooooh
<cr1901_modern> oops
<sb0> probably needs a rename
<cr1901_modern> context sensitive
<cr1901_modern> and I missed the context
<sb0> also, if you want to test every board file, add an option (also via env var) to skip running the vendor toolchain
<sb0> since that's slow
<sb0> create the build files but then use run=False
<cr1901_modern> http://ix.io/1wFc There isn't a very nice way to extract the toolchain a platform uses, so I'm doing this
<cr1901_modern> Any comments, concerns, criticisms?
<cr1901_modern> sb0: pushed
<cr1901_modern> actually wait... need to make one adjustment
<cr1901_modern> sb0: Okay everything should be good now
_whitelogger has joined #m-labs
_whitelogger_ has joined #m-labs
_whitelogger has quit [Ping timeout: 250 seconds]
rohitksingh has joined #m-labs
_whitelogger has joined #m-labs
rohitksingh has quit [Ping timeout: 246 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 268 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 244 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
rohitksingh has joined #m-labs
lkcl has quit [Ping timeout: 246 seconds]
<GitHub> [pythonparser] whitequark tagged 1.2 at 7b10870: https://github.com/m-labs/pythonparser/commits/1.2
<GitHub> [pythonparser] whitequark pushed 1 new commit to master: https://github.com/m-labs/pythonparser/commit/4ca975396ff0117eff78a9f1e16e0182adf6250d
<GitHub> pythonparser/master 4ca9753 whitequark: Bump version.
<GitHub178> [llvmlite] whitequark merged atomics into master: https://github.com/m-labs/llvmlite/compare/6582da02a82e...d8c6ced867c4
<GitHub112> [llvmlite] whitequark force-pushed atomics from d8c6ced to 725a7db: https://github.com/m-labs/llvmlite/commits/atomics
<GitHub112> llvmlite/atomics 725a7db whitequark: Add support for atomic loads/stores.
<GitHub129> [llvmlite] whitequark force-pushed master from d8c6ced to 6582da0: https://github.com/m-labs/llvmlite/commits/master
<_whitenotifier-6> [m-labs/nmigen] whitequark pushed 2 commits to master [+0/-0/±4] https://git.io/fhIdO
<_whitenotifier-6> [m-labs/nmigen] whitequark 849c649 - back.pysim: warn if simulation is not run.
<_whitenotifier-6> [m-labs/nmigen] whitequark 39eb2e8 - lib.cdc: fix tests to actually run.
<_whitenotifier-6> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/473338427?utm_source=github_status&utm_medium=notification
<_whitenotifier-6> [nmigen] Success. 81.36% (+0.03%) compared to 92a96e1 - https://codecov.io/gh/m-labs/nmigen/commit/39eb2e8fa7ada4f4fc3487c967eddb19670b78c2
<_whitenotifier-6> [nmigen] Success. 100% of diff hit (target 81.32%) - https://codecov.io/gh/m-labs/nmigen/commit/39eb2e8fa7ada4f4fc3487c967eddb19670b78c2
<_whitenotifier-6> [nmigen] whitequark closed issue #10: Is there any reason to keep `xxx.submodules`? - https://git.io/fpx6S
lkcl has joined #m-labs
<GitHub152> [smoltcp] hartytp commented on issue #186: @whitequark what's the status of this PR? https://github.com/m-labs/smoltcp/pull/186#issuecomment-450506047
mauz555 has joined #m-labs
zng has quit [Quit: ZNC 1.8.x-nightly-20181211-72c5f57b - https://znc.in]
zng has joined #m-labs
rohitksingh has quit [Ping timeout: 246 seconds]
mauz555 has quit [Remote host closed the connection]
lkcl has quit [Ping timeout: 246 seconds]
lkcl has joined #m-labs
mauz555 has joined #m-labs
zng has quit [Quit: ZNC 1.8.x-nightly-20181211-72c5f57b - https://znc.in]
zng has joined #m-labs
mauz555 has quit [Remote host closed the connection]