• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Logic Design
  3. CDC functional checks are not validated for design.

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 63
  • Views 15583
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CDC functional checks are not validated for design.

vaizguy
vaizguy over 13 years ago

Hello everyone, I was recently required to perform both structural CDC checks and functional CDC checks on a design but when I go through the reports I noticed that the structural checks are performed fine but the functional reports simply say that the paths are not validated. I would like to know why these functional checks aren't being performed as there are no warnings in the log indicating why. Even the GUI has a question mark next to the functional checks tab. while the structural checks has a green/red dot next to it indicating pass/fail resp.

The tool is unable to detect direct bus synchronization instances like the following example and I was hoping that performing functional checks especially the single_bit_change check would highlight all such paths.

Eg.
input [3:0] A; // In clkA domain.
reg [3:0] B_r;
output reg [3:0] B_rr; // In clkB domain.

always @(posedge clkB) begin
  B_r <= A;
  B_rr <= B_r; // This is fine when A is a single bit.
end

Thanks in advance.

  • Cancel
Parents
  • vaizguy
    vaizguy over 13 years ago

    Hi Chrystian, Thanks for the quick reply,
    When you say "enabled" do you mean added , as I added the CDC structural checks, validated them and only then did I add the functional checks with the following command;
    add cdc check -functional... (and then reported them)
    If this is not enough to enable functional checks would you please tell me about the functional checks flow. Also when you mean structural checks cleaned up, does it mean that until I get zero path failures on structural checks I cannot perform functional checks or will functional checks be performed on the CDC paths that passed the structural checks and failed CDC paths ignored. Thanks,

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • vaizguy
    vaizguy over 13 years ago

    Hi Chrystian, Thanks for the quick reply,
    When you say "enabled" do you mean added , as I added the CDC structural checks, validated them and only then did I add the functional checks with the following command;
    add cdc check -functional... (and then reported them)
    If this is not enough to enable functional checks would you please tell me about the functional checks flow. Also when you mean structural checks cleaned up, does it mean that until I get zero path failures on structural checks I cannot perform functional checks or will functional checks be performed on the CDC paths that passed the structural checks and failed CDC paths ignored. Thanks,

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information