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.
'Archive' 카테고리의 다른 글
| Visual Studio Portable ( User : not root ) (0) | 2023.06.19 |
|---|---|
| AMBA protocol의 종류 (0) | 2023.06.07 |
| 구구단-C (0) | 2023.06.04 |
| 프로그램의 메모리 관리 ( Heap, Stack, Bss, Data ) (0) | 2023.06.03 |
| move git repository with history (without gerrit) (0) | 2022.11.08 |