Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
Utils::HierarchyOptions Struct Reference

Contains the search settings for hierarchy. More...

#include <utils.h>

Public Member Functions

KACTUS2_API HierarchyOptions ()=default
 

Public Attributes

bool board_ { true }
 If true then board objects should be included in search.
 
bool chip_ { true }
 If true then chip objects should be included in search.
 
bool flat_ { true }
 If true then global objects should be included in search.
 
bool ip_ { true }
 If true then ip objects should be included in search.
 
bool product_ { true }
 If true then product objects should be included in search.
 
bool soc_ { true }
 If true then soc objects should be included in search.
 

Detailed Description

Contains the search settings for hierarchy.

Definition at line 41 of file utils.h.

Constructor & Destructor Documentation

◆ HierarchyOptions()

KACTUS2_API Utils::HierarchyOptions::HierarchyOptions ( )
default

The default constructor.

Constructs struct with all options set to true.

Member Data Documentation

◆ board_

bool Utils::HierarchyOptions::board_ { true }

If true then board objects should be included in search.

Definition at line 50 of file utils.h.

◆ chip_

bool Utils::HierarchyOptions::chip_ { true }

If true then chip objects should be included in search.

Definition at line 53 of file utils.h.

◆ flat_

bool Utils::HierarchyOptions::flat_ { true }

If true then global objects should be included in search.

Definition at line 44 of file utils.h.

◆ ip_

bool Utils::HierarchyOptions::ip_ { true }

If true then ip objects should be included in search.

Definition at line 59 of file utils.h.

◆ product_

bool Utils::HierarchyOptions::product_ { true }

If true then product objects should be included in search.

Definition at line 47 of file utils.h.

◆ soc_

bool Utils::HierarchyOptions::soc_ { true }

If true then soc objects should be included in search.

Definition at line 56 of file utils.h.


The documentation for this struct was generated from the following file: