Forum Discussion
Altera_Forum
Honored Contributor
9 years agoI usually run the following command after quartus_map:
$ quartus_cdb $qpf -c $qsf --merge=on If there are partitions, they'll be merged. If not, nothing happens. But I also would like to know if there is a check to determine if there are partitions or not.