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:
- Set the environmental variable FSDB_FUNCTIONS.
- Use the runtime option: +fsdb+functions.
- Use the task: $fsdbDumpvars("+functions").
- Use the Tcl command: fsdbDumpvars +functions.