Quartus Prime Lite keep hierarchy
Hello everyone,
I have a design where I would like the fitter to not optimise between the individual modules but do optimise inside. So I can not use the global option for that as that would almost double the resource usage.
As I figured out Quartus does not support the VHDL synthesis attributes like syn_sharing but you should use partitions. However incremental compilation is not supported in the Lite version so I need a different option on how to archive that.
Is this function just not supported by the Lite version (something I could just not understand at all since as far as I know all other manufacturers support it) or is there another option on how to archive it in Quartus?
Best regards
Christian
Edit:
Just to clarify: I do not want incremental compilation. I am entirely happy to just recompile the entire project. I just want to not allow optimisation over the entire logic.
Without resorting to design partitioning using Standard, the only thing I can think of is using Logic Lock physical partitioning in the Chip Planner. I forget if it's available in Lite, though, but I think it is (EDIT: nope, Standard and Pro only).
I think you have to bite the bullet.