Re: [Milkymist-devel] milkymist to computer

2012-02-10 Thread Sébastien Bourdeauducq
Hi, On 02/10/2012 05:25 PM, Peter Jacobson wrote: Instead of a projector is there a good way to record the visual output? Not at the moment, and even though it is technically possible to encode video on the M1 and stream it or record it, there are no serious plans to support this in the near

[Milkymist-devel] milkymist to computer

2012-02-10 Thread Peter Jacobson
Hi! Was learning about the Milkymist today on Create Digital Motion. Looks like you've put together a great turnkey system here! With recording the output to a computer... how would you suggest doing that? I'm curious. Instead of a projector is there a good way to record the visual output? Thanks

Re: [Milkymist-devel] Minimac Ethernet core info

2012-02-10 Thread Sébastien Bourdeauducq
Hi, On 02/09/2012 02:38 PM, Jean-Brieuc Feron wrote: * Does your opencore use FIFOs to buffer input and output messages before writing / after reading them on the Wishbone Bus? No, it uses on-chip SRAM to store full packets and there is no DMA. (The first version had, but it was bug

Re: [Milkymist-devel] Improvement for libbase - uart.c

2012-02-10 Thread Xiangfu Liu
Hi William Thanks for the patch. applied: https://github.com/milkymist/milkymist/commit/832e989a21fd86ba16f1e238b280294bee392564 Xiangfu On 02/10/2012 02:36 PM, FPGAMiner wrote: uart_isr, when applicable, will reset CSR_UART_STAT /after /it has written new data to the UART module. If the UA