• 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. Digital Implementation
  3. dbTermLogicValue?

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 91
  • Views 12933
  • 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

dbTermLogicValue?

Robin C
Robin C over 12 years ago

I would like to find if any of the instance terms are connected to 1'0 or 1'b1 in the verilog file and check if they are mistakenly connected to wrong tie hi/lo type. I found this db command "dbTermLogicValue" but it turned out to be that the logic value of each term are 0! I expect to see result "1" when I use this command to check a term which is tied to 1'b1 in the verilog netlist.

 

For example, below is a verilog code fragment 

...

REG reg_u01( .SI(1'b0), SE(1'b0), SD(1'b1), RD(1'b0), D(1'b0), CK(1'b0)).

...

I entered dbTermLogicValue [dbGetTermByName [dbGetInstByName reg_u01] SD], I expect to get "1" but the console showed "0".

 

Did I misunderstand the behavior of this command? Is there any command that can help me on this task?

 

Thank You :D

  • Cancel
  • Kari
    Kari over 12 years ago

    This is how you can check if your terms are connecte to tie cells instead of directly to a rail:

    encounter 9> dbGet top.insts.instTerms.isTieHi 1
    0x0
    encounter 10> dbGet top.insts.instTerms.isTieLo 1
    0x0 

    (If you get 0x0, everything is connected to a tie cell). As for being able to tell if it's connected to the CORRECT tie cell, that's more of an LVS issue. 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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