Altera_Forum
Honored Contributor
15 years agoworking with Quartus 8+Synplify DSP + Synplify PRO
Hi all,
I'm working on a undergraduate final project, and I use SynplifyDSP to implement a video improvement algorithm. The problem I faced - In my algorithm I have to access external memory in between two parts of the algorithm, so to do so I divided my Synplify DSP project into several blocks (in several files), I then synthesized each one separately (firstly I created VHDL in Synplify DSP and then went to Synplify PRO and ran a synthesis there). This have created several VQM's that I then inserted into Quartus. When I then compile the project, I get errors - things like undeclared pins etc. I think that this happens because Synplify DSP creates blocks with same names when working on different files. I tried to combine the entire project into one file, but then when I choose retiming in synplify I didn't get the frequency I need (but when I synthesize each part on its own, I do get it to work fast enough). My only conclusion - I must find a way to force the SynplifyDSP\PRO to generate different names, so I would be able to combine it all in Quartus, and thus hold the minimum frequency I need. any ideas on how I can to that? I would really appreciate any help... thanks, Bulzeye P.S. sorry for my English...