Forum Discussion
Hi I get error messages about "design too large to fit in device". How can I modify my VHDL circuit to fit inside the FPGA, for example do I need to work on reducing variables, signals or process blocks etc?
My VHDL circuit has been tested many times with testbench in Questasim and works as expected but cannot seem to synthesized.
Please reply I am waiting.
Again, more info needed, maybe some code snippets or screenshots of all the error and warning messages you are getting. Just saying "design too large to fit in device" without any context of other messages, compilation report details, or code makes it very difficult to figure out what's going on. You also mentioned you get errors about pin assignments. What are those errors?
You could also try synthesizing the code outside of the Component Editor directly in Quartus. Create a dummy project and set your custom design as top-level. See if you get more detailed info about any issues with your design when you do that.
- areebTAG3 years ago
New Contributor
Ok I will try the dummy project approach, meanwhile I attached my entire error log and VHDL code. Have a look.
- areebTAG3 years ago
New Contributor
Ok this is the result of compiling the dummy project in Quartus. The VHDL circuit DOES NOT synthesize.
Can you tell me more about "LABS" and how I can reduce it?