Altera_Forum
Honored Contributor
14 years agoHow to reduce the area of my design?
Hi all,
I'm doing an FPGA design with Stratix 3; And our design doesn't fit into a single chip. Our FPGA has 38000 Combinational ALUTs and 38000 dedicated logic registers; Our design takes about 39000+ Combinational ALUTs(105%) and 43000 registers(115%). But I noticed that it only takes very few Memory ALUTs. Is it possible that my design could be implemented usiing Memory ALUTs? And what should I do to squeeze our design a little bit such that it could fit in a single chip? I have tried to manipulate some settings in quartus and it doesn't seem to work. Is there any way to optimize my verilog code in terms of area? Thanks in advance:)