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
kristianpaul has quit [Quit: leaving]
kristianpaul has joined #m-labs
kristianpaul has joined #m-labs
attie has quit [Ping timeout: 256 seconds]
attie has joined #m-labs
attie has quit [Ping timeout: 265 seconds]
attie has joined #m-labs
<mithro> Kind of a long shot, but does migen/misoc have some type of "road map" or other document which has the kind of "here is what we plan to do" type thing?
ylamarre has quit [Quit: ylamarre]
<sb0_> mithro, in a few words:
<sb0_> * rewrite the migen simulator in python to get rid of iverilog problems and improve the API (Python introduced nice generator features since I initially wrote the migen simulator)
<sb0_> * make migen very small, move any non-basic core to misoc
<sb0_> * stabilize migen api, improve docs/unittests
<sb0_> * release
<sb0_> misoc, I'm not totally sure yet
<sb0_> regarding the "python" simulator, here's what I have in mind: https://gist.github.com/sbourdeauducq/93bc62ee51c3b9cbfcc6
<sb0_> (this does not show the API improvements that I want to make, just how to simulate in python and how fast/slow it runs)
sb0_ has quit [Ping timeout: 252 seconds]
sb0 has joined #m-labs
_florent_ has joined #m-labs
mumptai has joined #m-labs
_florent_ has quit [Quit: Leaving]
ylamarre has joined #m-labs
sb0_ has joined #m-labs
sb0 has quit [Ping timeout: 264 seconds]
<whitequark> wow, microsoft tools are not just disgusting, they keep getting more disgusting with every release
mumptai has quit [Remote host closed the connection]
<cr1901_modern> Looks like you're having a genuinely bad time with Win7...
<cr1901_modern> whitequark: You poor soul, you're building LLVM on Windows XD?
<cr1901_modern> Last time I tried it w/ 2012, cl.exe complained std::tie doesn't take more than 2 arguments. Wonder if they fixed that.