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
elldekaa has quit [Remote host closed the connection]
lekernel_ has joined #milkymist
lekernel has quit [Ping timeout: 246 seconds]
mumptai has joined #milkymist
mumptai has quit [Ping timeout: 246 seconds]
Martoni has joined #milkymist
lekernel_ is now known as lekernel
elldekaa has joined #milkymist
xiangfu has joined #milkymist
elldekaa has quit [Ping timeout: 255 seconds]
wolfspraul has quit [Quit: leaving]
xiangfu has quit [Ping timeout: 246 seconds]
wolfspraul has joined #milkymist
mumptai has joined #milkymist
elldekaa has joined #milkymist
Martoni has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121025205401]]
elldekaa has quit [Remote host closed the connection]
elldekaa has joined #milkymist
mumptai has quit [Ping timeout: 246 seconds]
Gurty has quit [Ping timeout: 244 seconds]
Gurty has joined #milkymist
aeris has quit [Read error: Connection reset by peer]
aeris has joined #milkymist
<mwalle> Fallenou: i guess we could stall the pipe if the dtlb is enabled and a load or store is to be executed
<mwalle> so we can decide in the X stage if theres a miss or not
<mwalle> of course this introduces a one clock cycle penalty for every load and store
<mwalle> otoh we could speculate that there is no miss, and in the case of a miss kill all instructions and restart at the exception vector (assuming it is easily possible to write EA this way)
<mwalle> i think we should start with the first