My Spartan3 video

T

Thorsten Kiefer

Guest
Hi,
I'm not sure, if I posted it allready, but here is my video again :

http://www.youtube.com/watch?v=ATiqjJi05IU

- Thorsten
 
Thorsten Kiefer wrote:
Hi,
I'm not sure, if I posted it allready, but here is my video again :

http://www.youtube.com/watch?v=ATiqjJi05IU

- Thorsten
Wow! I'm dizzy. Have you thought about getting a tripod?
Or at least reducing your caffeine intake? ;-)

Nice work :)


-- Gabor
 
Am 13.08.2012 15:26, schrieb Gabor:
Thorsten Kiefer wrote:
Hi,
I'm not sure, if I posted it allready, but here is my video again :

http://www.youtube.com/watch?v=ATiqjJi05IU

- Thorsten

Wow! I'm dizzy. Have you thought about getting a tripod?
Or at least reducing your caffeine intake? ;-)
No sorry, caffeine is my basic food :D

Nice work :)
Thanks

 
Have you tried to see how many iterations you can fit in if you do this in
parallel realtime, and maybe add a fixed # of frames delay (using mem for
saving temporary result) to expand # of iterations?
 
"Thorsten Kiefer" <thorstenkiefer@gmx.de> schrieb im Newsbeitrag
news:5028fb5f$0$3601$6e1ede2f@read.cnntp.org...
Hi,
I'm not sure, if I posted it allready, but here is my video again :

http://www.youtube.com/watch?v=ATiqjJi05IU

- Thorsten

Hi Thorsten,

on April 6 2012 you posted some code on pastebin.com but it is not there any
more.
Would you please post it again

...bw
 
Am 16.08.2012 12:19, schrieb bw:
"Thorsten Kiefer" <thorstenkiefer@gmx.de> schrieb im Newsbeitrag
news:5028fb5f$0$3601$6e1ede2f@read.cnntp.org...
Hi,
I'm not sure, if I posted it allready, but here is my video again :

http://www.youtube.com/watch?v=ATiqjJi05IU

- Thorsten


Hi Thorsten,

on April 6 2012 you posted some code on pastebin.com but it is not there any
more.
Would you please post it again

..bw
Hi bw,
here it is again :

http://pastebin.com/7yLDPUXz

Is it useful for you ?

Best Regards
Thorsten
 
Am 15.08.2012 13:42, schrieb Morten Leikvoll:
Have you tried to see how many iterations you can fit in if you do this
in parallel realtime, and maybe add a fixed # of frames delay (using mem
for saving temporary result) to expand # of iterations?
The FPGA is 95% full with 18bit floating point.
On this chip, parallelization is not possible.
 
Have you tried to see how many iterations you can fit in if you do this
in parallel realtime, and maybe add a fixed # of frames delay (using mem
for saving temporary result) to expand # of iterations?

The FPGA is 95% full with 18bit floating point.
On this chip, parallelization is not possible.
I guess this is because you spent lots of logic on a microcontroller and
code?
What you need is the simplest form of communication to set the parameters, a
fixed mode video generator and and an iteration deep pipelined approximator,
and some maybe adaptive color LUT..
The communication could be as simple as a shift register to set coordinates.
The videogenerator is easy. The approximator too is plain easy. The LUT I
have to think over to get a good result, but a quick and dirty should be
easy. Putting it together is just "smop" ;)

Try searhing for "realtime fpga mandelbrot" on youtube and a few similar one
pops up.
 

Welcome to EDABoard.com

Sponsor

Back
Top