Hierarchy

  • Project_manager

Constructors

Properties

config_manager: Config_manager = ...

Config manager.

emitter: undefined | EventEmitter = undefined
files: File_manager = ...

Contains all the HDL source files, constraint files, vendor IP description files, memory initialization files etc. for the project.

hooks: Hook_manager = ...

A dictionary of extra commands to execute at various stages of the project build/run.

linter: Linter = ...

Linter

name: string

Name of the project

parameters: Parameter_manager = ...

Specifies build- and run-time parameters, such as plusargs, VHDL generics, Verilog defines etc.

tools_manager: Tool_manager = ...
toplevel_path: Toplevel_path_manager = ...

Toplevel path(s) for the project.

watchers: Watcher_manager

File watcher.

Methods

  • Parameters

    • config_manager: undefined | Config_manager = undefined

    Returns t_project_definition

Generated using TypeDoc