HAL
hal::PlacementEntry Class Reference

Container class to store a PlacementHint togerther with a set of modules and gates. More...

#include <gui_def.h>

Collaboration diagram for hal::PlacementEntry:
Collaboration graph

Public Member Functions

 PlacementEntry (const PlacementHint &plc, const QSet< u32 > &mods, const QSet< u32 > &gats)
 

Public Attributes

PlacementHint mPlacementHint
 
QSet< u32mModules
 
QSet< u32mGates
 

Detailed Description

Container class to store a PlacementHint togerther with a set of modules and gates.

Definition at line 283 of file gui_def.h.

Constructor & Destructor Documentation

◆ PlacementEntry()

hal::PlacementEntry::PlacementEntry ( const PlacementHint plc,
const QSet< u32 > &  mods,
const QSet< u32 > &  gats 
)
inline

The constructure.

Parameters
plc- The placement hint.
mods- The module ids.
gats- The gate ids.

Definition at line 295 of file gui_def.h.

Member Data Documentation

◆ mGates

QSet<u32> hal::PlacementEntry::mGates

Definition at line 287 of file gui_def.h.

◆ mModules

QSet<u32> hal::PlacementEntry::mModules

Definition at line 286 of file gui_def.h.

◆ mPlacementHint

PlacementHint hal::PlacementEntry::mPlacementHint

Definition at line 285 of file gui_def.h.


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