<GitHub176>
migen/new 1dcd2ac Yves Delley: fixed bug in value_bits_sign of mul operatiors
<_florent_>
I'd like to keep support for others programmers, but if you think it's polluting too much migen, we can remove it but please keep the possibily to use others programmers
<_florent_>
(provided externally)
<sb0_>
you wanted to keep impact. what do you need it for?
<sb0_>
well, have
<sb0_>
some special proprietary cables?
<_florent_>
is openocd working on windows?
<sb0_>
it should
<_florent_>
I'm ok to simplify things (and eventually have proprietary programmers in external directory), can we just wait openocd to be tested on windows?
<sb0_>
yes. but i wonder why you care about proprietary programmers. they bring almost nothing to the table, are a pain to install, are limited in features and are bloated.
<sb0_>
xc3sprog and fpgaprog are also buggy subsets of openocd, so I guess they can go as well after openocd is integrated
<_florent_>
I don't specially care about proprietary programmers, just that I don't had alternative for now
<_florent_>
xc3sprog should work on windows, but last time I tried I was not able to get it working
<_florent_>
if openocd work on linux and windows, then I'll use it
<sb0_>
ok
<sb0_>
bbl
sb0_ has quit [Quit: Leaving]
ylamarre has quit [Quit: ylamarre]
<GitHub102>
[misoc] enjoy-digital pushed 1 new commit to master: http://git.io/vZRev
<GitHub102>
misoc/master 31956de Florent Kermarrec: dvisampler/edid: fix sda sampling, needs to be similar to scl....
<rjo>
sb0: reduce does left-to-right cumulative evaluation. that's not the same as optree for operators that are not associative. finite width multiplication is non-associative afaict. and thus you can not infer the same (fast) tree-structure.
antgreen has joined #m-labs
cr1901_modern has quit [Read error: Connection reset by peer]
cr1901_modern has joined #m-labs
<cr1901_modern>
rjo: I thought fixed-point multiplication (which is finite width) was associative? Just when you relax the fixed point requirement it's no longer associative
mumptai has quit [Remote host closed the connection]
[florian] has joined #m-labs
<rjo>
i am pretty certain overflow makes it non-associative.
sb0 has joined #m-labs
<sb0>
rjo, hmm, I didn't think of using it for multiplication. isn't it associative anyway (with overflows)?
sb0 has quit [Remote host closed the connection]
sb0 has joined #m-labs
<sb0>
hmm, the modulo isn't the same for each operation