Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21591 Discussions

Using pre-compiled code

Altera_Forum
Honored Contributor II
1,233 Views

Hello friends, 

 

I completed and tested a block for Cyclone III that is doing some math computations. Now everything is ok, but the compile time quite large :) and I have a lot more to design for entire project to be complete. 

 

There is some possibility to use pre-compiled code like in C I'd use *.o files or *.a libraries ? Or other trick? Of course, I could start a new project and work in pieces... 

 

Thanks,
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
498 Views

Incremental Compilation is the feature you are looking for. its only supported in Subscription Edition 

 

you could try exporting a post-fit .qxp file and importing it into a new Quartus project, but again I'm not sure if that works in Web Edition
0 Kudos
Reply