Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Xilinx not synthesizing- taking long time

Status
Not open for further replies.

win2010

Member level 1
Joined
Sep 30, 2010
Messages
35
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,605
Hi,
I`m working with too many signals and variable(VHDL), while synthesizing it taking long time and also not completing.

Ex: signal Buf1(64799 downto 0);
signal Buf2(64799 downto 0);

What is the alternative to this problem and how to design such complected buffers..


Thank you..
Vinayak
 

Are you deliberatly trying to have so many registers, or did you intend for these signals to infered memories?
Massive arrays that create registers will always take a long time to compile.

If you did intend to have a massive register array - why?
 

I`m designing interleaver so need to store 64800 bits and also do circular shift using formula and output those values bit by bit....
 

That still doesnt really explain anything - why cant you use a memory?
 

If i go for memory(RAM) then complexity increases and also delay increases....

Is their any effective solution for this...?
 

Yes - increase complexity and delay.
It sound like you dont really understand FPGA architecture. What is wrong with a longer pipeline delay?
 

I`m beginner not so much good at coding.. Now trying to understand things. Really i face difficultly with using RAM so only asked.

Thank you for kind reply...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top