[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [f-cpu] Upload



On Sun, Sep 09, 2001 at 08:52:51PM +0200, whygee@club-internet.fr wrote:
[...]
> >> Btw, i will have to modify your ASU (at least)
> >> because things have evolved quite a bit in the last months...
> >What exactly?  Please send patches if possible.
> there are only a few changes necessary.
> max_chunck_size for example.

MAX_CHUNK_SIZE must currently be 64 -- the adder doesn't handle 32-bit
(and probably never will -- it may be easier to write a separate 32-bit
version, and let the EU_IMU wrapper entity include the appropriate one).

> Btw i would like to 'split' the ASU into two parts,
> so that the clocking can be done at a higher level.

The stages are already separate processes (that is, they're easy to
separate), and the pipeline register is concentrated at the end of the
first stage.

> Or if it is possible to define (once again) a 'generic'
> pipeline latch ... so as few changes as possible are necessary
> if the latches have to change.

That would mean that we have to use a register component again (I'd prefer
a concurrent procedure, because it would make the code more readable, but
some synthesis tools don't grok edge expressions in a procedure. *argh*).

[...]
> btw concerning your asm, it complains about some missing ELF
> libraries :-(

Didn't I mention that it won't compile? ;)   Before you try again,
install the latest libelf pre-release from my homepage; the URL is
http://www.stud.uni-hannover.de/~michael/software/libelf-0.7.1-pre6.tar.gz
But please do not publish this ANYWHERE!

-- 
 Michael "Tired" Riepe <Michael.Riepe@stud.uni-hannover.de>
 "All I wanna do is have a little fun before I die"
*************************************************************
To unsubscribe, send an e-mail to majordomo@seul.org with
unsubscribe f-cpu       in the body. http://f-cpu.seul.org/