Hi Andre,
Well the black box should work around 100MHz. Hope this is helpful.
But i am still worrying as to how can i do pipelining, since i have to
disable to the clock while bit stuffing is happening. It looks pretty
clear that for serial Bit-Stuffing the logic is well known.
What bugs is the possiblitiy of doing a parallel bit-stuffing? Is
there a way in which it can be implemented?
Well i went through the link specified earlier for this question,
which speaks about byte stuffing.
I would like to hear more inputs regarding the implementation.
Regards
Kumar
[email protected] (ALuPin) wrote in message news:<
[email protected] com>...
> Hi Kumar,
>
> on which data rate are the incoming data arriving?
> Which frequency do the data have when leaving the "black box" ?
>
> Andre
>
> [email protected] (kumar) wrote in message news:<[email protected] com>...
> > Hi all,
> >
> > Can bit-stuffing be done on a parallel incoming data? Is there any
> > flow/algorithm to implement it.
> >
> > A black box gets 8-bits of parallel data with a max 1024 bytes is
> > given to which bit-stuffing logic has to be implemented and the
> > bit-stuffed parallel data is given out of the black box.
> > _________
> > | |
> > |parallel |
> > ----->|bit-stuff|----> 8bit paralle data with bit stuffed
> > | |
> > |_________|
> >
> >
> > Bit stuffing is done for every 6 consecutive bits being one(logic
> > '1').
> > Can anybody throw some light to this.
> >
> > Regards
> > Kumar