DVT PSS IDE User Guide
Rev. 24.2.24, 14 October 2024

9.3.4 Symbols

Symbols (#symbol) expand to the definition of a type, macro, …, or the contents of a whole file. They are a convenient and quick method to provide additional context to the LLM.

Examples:

  • #i2c_transfer - expands to the declaration of i2c_transfer class

  • #file:i2c_driver.sv - expands to the contents of i2c_driver.sv