M
mnentwig
Guest
Hi,
one RTL coding style for pipelined processing goes as follows:
- set arguments to function with latency, i.e. memory lookup o
multiplication
- set a trigger bit (/multi-bit word) in a parallel shift register
- when the trigger arrives at the output, continue processing
- cascade multiple stages, i.e. first memory lookup, output trigger
multiplication etc
My question is: Is there any commonly accepted and proven way to code thi
in RTL? I see the above emerging as a "red thread" in my own code, mayb
there is some "RTL design patterns" or 10-volume "The Art Of RTL Coding
that would discuss such ideas?
---------------------------------------
Posted through http://www.FPGARelated.com
one RTL coding style for pipelined processing goes as follows:
- set arguments to function with latency, i.e. memory lookup o
multiplication
- set a trigger bit (/multi-bit word) in a parallel shift register
- when the trigger arrives at the output, continue processing
- cascade multiple stages, i.e. first memory lookup, output trigger
multiplication etc
My question is: Is there any commonly accepted and proven way to code thi
in RTL? I see the above emerging as a "red thread" in my own code, mayb
there is some "RTL design patterns" or 10-volume "The Art Of RTL Coding
that would discuss such ideas?
---------------------------------------
Posted through http://www.FPGARelated.com