t_file: {
    file_type: string;
    include_path: string;
    is_include_file: boolean;
    is_manual: boolean;
    logical_name: string;
    name: string;
}

Project file

Type declaration

  • file_type: string

    File type

  • include_path: string

    When is_include_file is true, the directory containing the file will be added to the include path. include_path allows setting an explicit directory to use instead

  • is_include_file: boolean

    Indicates if this file should be treated as an include file (default false)

  • is_manual: boolean

    If the file was added manually

  • logical_name: string

    Logical name (e.g. VHDL/SystemVerilog library) of the file

  • name: string

    File name with (absolute or relative) path

Generated using TypeDoc