Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Using pre-compiled code

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,

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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