set_global_assignment -name ENABLE_PR_POF_ID OFF
From this thread, I've learned that it's NOT possible to generate a partial bitstream only(.rbf file), excluding the full bitstream.
The current system has many PR regions >100, so I had to have a setting below
set_global_assignment -name ENABLE_PR_POF_ID OFF
to enable more than 32 PR regions.
With the setting above, I've found that a partial bitstream is NOT generated at all.
Only the full bitstream(.sof) is generated. Is this expected behavior?
Furthermore, I removed all the PR regions and disabled the PR, then tried to generate a full bitstream. It takes only 1 min to generate a full bitstream in this case. But when I have PR regions(>100 PR regions), it takes 9 min to generate a full bitstream.
Observing the log, it seems like it does take 8 min to generate a full bitstream and spends additional 1 min for static mask verification and root region logic preservation verification. How can I analyze what is happening under the hood with the Assembler?