| GitHub100 | [milkymist-ng] sbourdeauducq pushed 2 new commits to master: http://git.io/lhsSyw | 13:44 |
|---|---|---|
| GitHub100 | milkymist-ng/master 6a54276 Sebastien Bourdeauducq: software/include/base: C++ compatibility | 13:44 |
| GitHub100 | milkymist-ng/master fdf7f10 Sebastien Bourdeauducq: Automatically build CSR access functions | 13:44 |
| GitHub133 | [migen] sbourdeauducq pushed 4 new commits to master: http://git.io/avNcWA | 13:45 |
| GitHub133 | migen/master 1897b74 Sebastien Bourdeauducq: genlib/record: add eq | 13:45 |
| GitHub133 | migen/master 3da98ea Sebastien Bourdeauducq: genlib/record: use getattr instead of __dict__ | 13:45 |
| GitHub133 | migen/master 53edc35 Sebastien Bourdeauducq: bank/description/Register: add get_size | 13:45 |
| GitHub61 | [migen] sbourdeauducq pushed 1 new commit to master: http://git.io/ZsQlng | 14:55 |
| GitHub61 | migen/master 77a0f0a Sebastien Bourdeauducq: actorlib/structuring/Cast: support inversion | 14:55 |
| GitHub45 | [milkymist-ng] sbourdeauducq pushed 1 new commit to master: http://git.io/FSOttg | 14:58 |
| GitHub45 | milkymist-ng/master 8ee6dab Sebastien Bourdeauducq: fb: better ordering of pixels within ASMI words | 14:58 |
| GitHub38 | [misp] sbourdeauducq pushed 4 new commits to master: http://git.io/RDFJGw | 16:48 |
| GitHub38 | misp/master af27064 Sebastien Bourdeauducq: libglue: add C++ new/delete operators | 16:48 |
| GitHub38 | misp/master dfa6238 Sebastien Bourdeauducq: isr: use new milkymist-ng include file | 16:48 |
| GitHub38 | misp/master facb816 Sebastien Bourdeauducq: libm: C++ compatibility | 16:48 |
| GitHub179 | [misp] sbourdeauducq pushed 1 new commit to master: http://git.io/Uf098w | 17:32 |
| GitHub179 | misp/master db94788 Sebastien Bourdeauducq: libagl: add 10:10:10 color space | 17:32 |
| GitHub39 | [milkymist-ng] sbourdeauducq pushed 1 new commit to master: http://git.io/erozNw | 17:33 |
| GitHub39 | milkymist-ng/master 1045d64 Sebastien Bourdeauducq: framebuffer: RGBA -> ARGB | 17:33 |
| _florent_ | Hi | 18:01 |
| _florent_ | lekernel: does your last migen commit break compatibility with old migen version about csr registers? http://git.io/avNcWA | 18:01 |
| _florent_ | (just to know if I will be able to merge easily without modifing now my old designs) | 18:02 |
| lekernel | no, it doesn't | 18:19 |
| _florent_ | ok thanks | 18:20 |
| _florent_ | and about the eq method, what would you think of bidirectionnal possibility | 18:21 |
| _florent_ | for example on a small dataflow (without using out dataflow lib) : stb, data and ack | 18:22 |
| _florent_ | can be useful to use a record that define stb, data and ack | 18:22 |
| _florent_ | and connect everything with eq | 18:22 |
| _florent_ | I was doing this like this: | 18:24 |
| _florent_ | rec1.eq(rec2, ["stb", "data], ["ack"]) | 18:24 |
| lekernel | how is that bidirectional? | 18:24 |
| lekernel | sounds like a good idea | 18:25 |
| _florent_ | https://github.com/Florent-Kermarrec/migen/blob/master/migen/genlib/record.py#L107 | 18:26 |
| lekernel | ah, I see | 18:26 |
| _florent_ | but with my eq implementation I needed to pass all signals | 18:26 |
| _florent_ | don't know if you have a better idea | 18:27 |
| lekernel | if you implement this, it should be merged with https://github.com/milkymist/migen/blob/master/migen/bus/simple.py | 18:27 |
| _florent_ | ok, I will look at it | 18:28 |
| lekernel | and it would actually be very nice to merge record, basic bus interconnect, and DF interconnect | 18:29 |
| _florent_ | Can you show me where is done Dataflow interconnect? (if I try to merge) | 18:33 |
| lekernel | https://github.com/milkymist/migen/blob/master/migen/flow/actor.py#L163 and callers of this function | 18:38 |
| _florent_ | thanks | 18:42 |
| --- Tue Mar 26 2013 | 00:00 | |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!