• 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. Disable Scan Shift Enable in Functional Mode

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 62
  • Views 16179
  • 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

Disable Scan Shift Enable in Functional Mode

Terry2000
Terry2000 over 12 years ago

Hello,

I'm trying to disable shift enable in function mode.  

This is the VHDL code:
 i_scan_shift_enable <= '0' when scan_mode_in = '0' else scan_shift_enable;
   

So "scan_shift_enable" is driven from a pad and  "i_scan_shift_enable" drives the flops.

However I can't seem to keep net i_scan_shift_enable preserved and even if I did would it be a valid pin for the DFT tools to hookup to.

How is this generally done? Is it necessary to instantiate tech cell, preserve and hookup to the output pin?  

  • Cancel
Parents
  • Terry2000
    Terry2000 over 12 years ago
    Hello,

    Many thanks for your reply, it was very helpful.

    So I created a small hierarchal block for the shift enable gate and used this command as your suggestion.

    define_dft shift_enable -name SE -active high -hookup_pin [find / -pin hlt5000_toplevel/u_scan_shift_gate/scan_shift_enable_gate] -hookup_polarity non_inverted [find / -port scan_shift_enable]

    I am using clock gating and use the following command to hook-up SE.

    set_attribute lp_clock_gating_test_signal SE /designs/ hlt5000_toplevel

    After using your suggested “define_dft shift_enable” command the design failed DFT rules for any flops with clock gating.

    I then change the clock gating hook-up to:

    set_attribute lp_clock_gating_test_signal scan_mode_in /designs/hlt5000_toplevel

    And this passed DFT rules and all looked good except I suffered a small drop off in faults coverage.

    Is it possible to use an internal shift enable signal clock gating control.  I tried various commands on the clock gating control (adding paths etc) without success.  

    Best Regards  
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Terry2000
    Terry2000 over 12 years ago
    Hello,

    Many thanks for your reply, it was very helpful.

    So I created a small hierarchal block for the shift enable gate and used this command as your suggestion.

    define_dft shift_enable -name SE -active high -hookup_pin [find / -pin hlt5000_toplevel/u_scan_shift_gate/scan_shift_enable_gate] -hookup_polarity non_inverted [find / -port scan_shift_enable]

    I am using clock gating and use the following command to hook-up SE.

    set_attribute lp_clock_gating_test_signal SE /designs/ hlt5000_toplevel

    After using your suggested “define_dft shift_enable” command the design failed DFT rules for any flops with clock gating.

    I then change the clock gating hook-up to:

    set_attribute lp_clock_gating_test_signal scan_mode_in /designs/hlt5000_toplevel

    And this passed DFT rules and all looked good except I suffered a small drop off in faults coverage.

    Is it possible to use an internal shift enable signal clock gating control.  I tried various commands on the clock gating control (adding paths etc) without success.  

    Best Regards  
    • 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