Yomei Harada
04/11/2024, 8:52 AMVijayan Krishnan
04/11/2024, 8:58 AM"CLOCK_PORT": "wb_clk_i",
"CLOCK_NET": "wb_clk.i",
What error are you facing during synthesis?
"RUN_LINTER": 0,
"QUIT_ON_SYNTH_CHECKS": 0,
it is not safe to skip above step. It may lead to chip failure. Make sure to fix synthesis errorsVijayan Krishnan
04/11/2024, 9:00 AMVijayan Krishnan
04/11/2024, 9:03 AM"PL_RESIZER_SETUP_SLACK_MARGIN": 0.4,
"GLB_RESIZER_SETUP_SLACK_MARGIN": 0.2,
"GLB_RESIZER_HOLD_SLACK_MARGIN": 0.2,
"PL_RESIZER_HOLD_SLACK_MARGIN": 0.4,
Yomei Harada
04/11/2024, 9:19 AM>increase the hold margin to fix the violations.
>Variable referencesYes. I agree with you. But I worry the case that hold violation happens even if those variables is used. I have many experience that case happened. (Sorry I forgot to write the premise.)
Vijayan Krishnan
04/11/2024, 9:22 AM