rohitksingh1 has quit [Read error: Connection reset by peer]
m4ssi has joined #m-labs
<acathla>
Hi. What's the difference between de0cv, de0nano and de0nanosoc ? And is there any documentation on how to port migen/misoc to another platform?
<acathla>
I have a DE2 with a Cyclone II too, but it's just to learn how to port a new board and use migen or misoc with it
<acathla>
thank you for you website
<cr1901_modern>
That would also be my board (or some variant of it). I don't even remember the version of Quartus that can compile it, but I would be wary if such an old version of Quartus works with Migen
<cr1901_modern>
Unless they keep the command-line interface portion to Quartus very stable between versions.
<cr1901_modern>
acathla: Np. Good luck :). I'm afraid I can't help w/ your specific board
<acathla>
I installed Quartus II 32 bits version 13.0.1 for that board.
<GitHub-m-labs>
artiq/switching e01efbc Sebastien Bourdeauducq: runtime: merge sync_tsc and wait_tsc_ack
<sb0>
drtio (satellites) use a different firmware
<sb0>
has_ethmac is useful there in bootloader and libboard_misoc, but I don't see why should the runtime be buildable without ethernet
<key2>
someone has an openocd configuration for multiple xilinx jtag daisy chained ?
m4ssi has quit [Remote host closed the connection]
<rjo>
key2: sayma. see artiq_flash in artiq.
X-Scale has joined #m-labs
<acathla>
cr1901_modern, it works! Well, it builds, first try, but all the 5 LED just blink. In your example : m.comb += [plat.request("user_led").eq(m.d1) for l in [m.d1, m.d2, m.d3, m.d4, m.d5]] , I don't get the meaning of the for loop here