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
sb0__ has quit [Quit: Page closed]
sb0 has joined #m-labs
<sb0> ysionneau, it should be consistent with what artiq_client does
aeris has quit [Ping timeout: 246 seconds]
nicksydney has joined #m-labs
aeris has joined #m-labs
nicksydney_ has quit [Ping timeout: 248 seconds]
aeris has quit [Ping timeout: 244 seconds]
aeris has joined #m-labs
_florent_ has joined #m-labs
fengling has quit [Ping timeout: 252 seconds]
aeris has quit [Quit: en a pas]
aeris has joined #m-labs
aeris has quit [Quit: en a pas]
aeris has joined #m-labs
<GitHub62> [migen] enjoy-digital pushed 1 new commit to master: http://git.io/vLWrt
<GitHub62> migen/master f8b1152 Florent Kermarrec: wishbone: add Cache (from WB2LASMI)
<GitHub77> [misoc] enjoy-digital pushed 2 new commits to master: http://git.io/vLWov
<GitHub77> misoc/master c0bc94c Florent Kermarrec: soc/sdram: add capability to share L2 cache in multi-CPU SoCs
<GitHub77> misoc/master 3b9f287 Florent Kermarrec: sdram: use wishbone cache as L2 cache and add optional L2 cache to Minicon
<ysionneau> next step add an IOMMU for wishbone accesses to remap/authorize/deny accesses
<ysionneau> :p
<sb0> ah, got it. register_mem will connect a master on the interface.
<GitHub23> [misoc] sbourdeauducq pushed 1 new commit to master: http://git.io/vLWNN
<GitHub23> misoc/master 7c2d0fa Sebastien Bourdeauducq: indentation
<sb0> looks good.
<sb0> _florent_, I would create wb_sdram in amp.KernelCPU instead of soc.AMPSoC
<sb0> the reason we are passing LASMI interfaces to the cores that drive them is because there are parameters from the LASMI interface that configure the core, whereas the KernelCPU will only take 32-bit regular Wishbone
<_florent_> OK I can change that, and the add_wb_sdram_if do you want it in AMPSoC or KernelCPU?
<sb0> AMPSoC
<sb0> makes the KernelCPU more self-contained.
<_florent_> OK I'll do that
<sb0> thanks >)
<sb0> :)
<GitHub147> [artiq] fallen pushed 1 new commit to master: http://git.io/vLWjH
<GitHub147> artiq/master afc7092 Yann Sionneau: artiq_coreconfig: use subparsers for arg parsing
* ysionneau needs to update the doc
<sb0> _florent_, besides those small details it looks good, if you can still run and talk to the kernel CPU you can commit directly
<_florent_> OK
<sb0> oh and i guess mailbox.c should not flush l2 anymore
sb0 has quit [Quit: Leaving]
_florent_ has quit [Quit: Leaving]
<GitHub68> [artiq] fallen pushed 1 new commit to master: http://git.io/vLlJ9
<GitHub68> artiq/master 250f9e0 Yann Sionneau: manual: update artiq_coreconfig parameter's syntax
fengling has joined #m-labs
fengling has quit [Ping timeout: 252 seconds]
aeris has quit [Quit: en a pas]
aeris has joined #m-labs
aeris has quit [Client Quit]
aeris has joined #m-labs
aeris has quit [Quit: en a pas]
aeris has joined #m-labs
fengling has joined #m-labs
fengling has quit [Ping timeout: 276 seconds]
Gurty has quit [Read error: Connection reset by peer]
<cr1901_modern> sb0: Can I email you a trivial patch directly so I don't waste space on the mailing list?
<cr1901_modern> It just removes the dependency on bash for Windows users when running Xilinx tools. It does not affect Linux users. (Migen)