Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 724 Bytes

configuring_type_of_instantiations.rst

File metadata and controls

28 lines (17 loc) · 724 Bytes

Configuring Type of Instantiations

There are two methods to instantiate components: component or entity.

VSG can check which method is being used and throw a violation if the incorrect method is detected.

Overriding Type of Instantiation

The default setting is component instantiation. We can use the following configuration to change it to entity instantiation.

---

rule :
  instantiation_034:
     method: 'entity'

Rules Enforcing Type of Instantiations