etc

Function and Task dumping to FSDB

칩쟁이 2023. 6. 8. 20:15

Question: How can I dump both tasks and functions together when dumping to FSDB?

Answer: By default, they are not dumped due to speed considerations. To enable it, follow one of these four methods:

  1. Set the environmental variable FSDB_FUNCTIONS.
  2. Use the runtime option: +fsdb+functions.
  3. Use the task: $fsdbDumpvars("+functions").
  4. Use the Tcl command: fsdbDumpvars +functions.