AMF-Placer  2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
PlacementInfo::_ClockNetCoverage Struct Reference

the retangular clock region coverage of a clock net More...

Collaboration diagram for PlacementInfo::_ClockNetCoverage:

Public Attributes

PlacementNetclockNet = nullptr
 
int leftRegionX
 the left column in the grid of clock regions More...
 
int rightRegionX
 the right column in the grid of clock regions More...
 
int topRegionY
 the top row in the grid of clock regions More...
 
int bottomRegionY
 the bottom row in the grid of clock regions More...
 

Detailed Description

the retangular clock region coverage of a clock net

Definition at line 4548 of file PlacementInfo.h.

Member Data Documentation

◆ bottomRegionY

int PlacementInfo::_ClockNetCoverage::bottomRegionY

the bottom row in the grid of clock regions

Definition at line 4574 of file PlacementInfo.h.

◆ clockNet

PlacementNet* PlacementInfo::_ClockNetCoverage::clockNet = nullptr

Definition at line 4550 of file PlacementInfo.h.

◆ leftRegionX

int PlacementInfo::_ClockNetCoverage::leftRegionX

the left column in the grid of clock regions

Definition at line 4556 of file PlacementInfo.h.

◆ rightRegionX

int PlacementInfo::_ClockNetCoverage::rightRegionX

the right column in the grid of clock regions

Definition at line 4562 of file PlacementInfo.h.

◆ topRegionY

int PlacementInfo::_ClockNetCoverage::topRegionY

the top row in the grid of clock regions

Definition at line 4568 of file PlacementInfo.h.


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