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.

'etc' 카테고리의 다른 글

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

+ Recent posts