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
<mithro>
On the gateware page for misoc, it says "LatticeMico32, modified to include an optional MMU (experimental)." - does that mean you could run non-uclinux on it? Is anyone using the MMU?
<cr1901_modern>
ysionneau is (was) porting NetBSD to it. In the future, I may help him with that task, as I've just decided to randomly mention :P.
bentley` has quit [Ping timeout: 250 seconds]
tija has joined #m-labs
<GitHub71>
[pythonparser] whitequark pushed 1 new commit to master: http://git.io/vGg4X
<GitHub71>
pythonparser/master 384aea7 whitequark: Fix diagnostics render for source lines that include tabs.
<GitHub42>
[artiq] whitequark pushed 3 new commits to new-py2llvm: http://git.io/vGg47
<GitHub113>
artiq/new-py2llvm 956c198 whitequark: ARTIQIRGenerator: evaluate SubscriptT index in non-assignment context.
<GitHub113>
artiq/new-py2llvm 2df8b94 whitequark: Factor out the code to pretty-print diagnostics.
<whitequark>
so, a few coredevice tests now pass
nicksydney has quit [Remote host closed the connection]
<ysionneau>
mithro cr1901_modern I might add that the netbsd port is stalled for now, but you can work on it if you want and I can give you pointers/help
<ysionneau>
it fails because when pythonparser is installed, the doc directory is not installed as well
<ysionneau>
also, I don't think this could run on a non --user installation, because you create the report file in os.path.dirname(__file__)/../../doc/coverage which is not writeable by a normal user
<ysionneau>
so even if you bundle doc/* with the installation it will fail
<ysionneau>
so I guess a fix would be to create the report file in $PWD
<ysionneau>
or just say "normal user don't need to run tests" and add the try: block
cr1901_modern has joined #m-labs
<ysionneau>
(I'm running the tests during conda build of the package)
sb0 has joined #m-labs
cr1901_modern has quit [Ping timeout: 252 seconds]
tija has quit [Quit: Connection closed for inactivity]