lekernel changed the topic of #milkymist to: Milkymist One, Migen, Milkymist SoC & Flickernoise :: Logs: http://en.qi-hardware.com/mmlogs :: EHSM Berlin Dec 28-30 http://ehsm.eu :: latest video http://www.youtube.com/playlist?list=PL181AAD8063FCC9DC
<GitHub127> [migen] sbourdeauducq pushed 2 new commits to master: https://github.com/milkymist/migen/compare/fee22a4631b0...6eebfce44aa6
<GitHub127> migen/master 6eebfce Sebastien Bourdeauducq: Refactor Case
<GitHub127> migen/master 070652c Sebastien Bourdeauducq: pytholite/reg: use source id in dictionary
r33p has quit [Quit: bisouskissbye]
xiangfu has joined #milkymist
lekernel_ has joined #milkymist
lekernel has quit [Ping timeout: 245 seconds]
xiangfu has quit [Ping timeout: 265 seconds]
elldekaa has quit [Ping timeout: 260 seconds]
xiangfu has joined #milkymist
xiangfu has quit [Read error: Connection reset by peer]
xiangfu has joined #milkymist
xiangfu has quit [Ping timeout: 244 seconds]
mumptai has joined #milkymist
xiangfu has joined #milkymist
Martoni has joined #milkymist
mumptai has quit [Ping timeout: 246 seconds]
lekernel_ is now known as lekernel
aeris- has quit [Ping timeout: 248 seconds]
aeris has joined #milkymist
r33p has joined #milkymist
xiangfu has quit [Ping timeout: 246 seconds]
elldekaa has joined #milkymist
elldekaa has quit [Remote host closed the connection]
elldekaa has joined #milkymist
kristianpaul has quit [Quit: upgrade]
r33p has quit [Quit: ronflette mode]
xiangfu has joined #milkymist
bkero has quit [Ping timeout: 264 seconds]
froggytoad has quit [Ping timeout: 246 seconds]
bkero has joined #milkymist
froggytoad has joined #milkymist
xiangfu has quit [Ping timeout: 246 seconds]
bkero has quit [*.net *.split]
bkero has joined #milkymist
r33p has joined #milkymist
mumptai has joined #milkymist
qi-bot has quit [Ping timeout: 248 seconds]
Alarm has joined #milkymist
<GitHub115> [migen] sbourdeauducq pushed 4 new commits to master: https://github.com/milkymist/migen/compare/6eebfce44aa6...261166d92b06
<GitHub115> migen/master 50ed73c Sebastien Bourdeauducq: New specification for width and signedness
<GitHub115> migen/master 55d143a Sebastien Bourdeauducq: fhdl/structure: add unary minus
<GitHub115> migen/master d8e478e Sebastien Bourdeauducq: Replace Signal(bits_for(... with Signal(max=...
<mwalle> lekernel: there is some trouble with the milkymist-tmu2 in qemu and the GL library
<mwalle> do you know what libraries i have to link against to use the glx functions?
<mwalle> because atm i'm only linking with -lGL
<mwalle> should this be sufficient?
Alarm has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]]
<GitHub28> [migen] sbourdeauducq pushed 1 new commit to master: https://github.com/milkymist/migen/commit/70e97e0456cbfd469e98efa684964c03224195df
<GitHub28> migen/master 70e97e0 Sebastien Bourdeauducq: Fix various errors from new bitwidth/signedness system conversion
<GitHub151> [milkymist-ng] sbourdeauducq pushed 1 new commit to master: http://git.io/m-oa_g
<GitHub151> milkymist-ng/master 8bf6945 Sebastien Bourdeauducq: Use new bitwidth/signedness system
<GitHub185> [milkymist-ng] sbourdeauducq pushed 1 new commit to master: http://git.io/gBei6A
<GitHub185> milkymist-ng/master 293a62d Sebastien Bourdeauducq: Replace Signal(bits_for(... with Signal(max=...
mumptai has quit [Ping timeout: 264 seconds]
<GitHub197> migen/master 31c722f Sebastien Bourdeauducq: corelogic/roundrobin: fix request width
<GitHub197> [migen] sbourdeauducq pushed 1 new commit to master: https://github.com/milkymist/migen/commit/31c722f993f47b97a9e66a893045d2e765722d16
<GitHub73> [migen] sbourdeauducq pushed 1 new commit to master: https://github.com/milkymist/migen/commit/7093939309a0d0d77f1dc78ba0f5a12826a37010
<GitHub73> migen/master 7093939 Sebastien Bourdeauducq: corelogic/roundrobin: fix request width (again)
<lekernel> mwalle: don't know... what's broken? symbols not found?
<lekernel> btw we now have myhdl style integer arithmetic in migen http://jandecaluwe.com/hdldesign/counting.html
<mwalle> lekernel: some problems with probing, some reported failed build due to his unconventional setup
<mwalle> someone
<lekernel> probing?
<mwalle> in configure
<lekernel> ok, and how does the build fail?
<mwalle> actually only the header availability was probed
<mwalle> he has the headers but not he libs i guess
<mwalle> i've just send him a patch to test..
<mwalle> (don't know how the build fails, but its clearly my bad, because the probe is definitly wrong ;)
<mwalle> btw
<wpwrak> mwalle: that's with the deferred exception handling ?
qi-bot has joined #milkymist
<mwalle> wpwrak: the dtlb, yes
<mwalle> stall for one cycle on load and store if dtlb is enabled