Re: [myhdl-list] multiple instantiations
Brought to you by:
jandecaluwe
From: Henry G. <he...@ca...> - 2015-02-13 16:32:06
|
On 13/02/15 16:05, Edward Vidal wrote: > Henry, > Your problem sounds like what I am working on. > <snip> As I understand it, you're doing it by lumping your parallel logic into one block? Or perhaps I've missed something? The problem with this is it breaks a given serial pipeline. My algorithm is embarrassingly parallel, but each parallel stream is not particularly simple. In fact, it gets worse because each serial pipeline is re-purposed in several different ways at run time - essentially I'm wrapping DSP units with lots of data marshalling and shuffling. I really want the serial unit to be as sane as possible, and I'm happy to accept any kind of VHDL to give me that. Cheers, Henry |