Coriolis Core (CRL) Documentation


Enumerations
Constant Namespace Reference

Store various constants. More...

Enumerations

enum  Direction {
  Horizontal = (1 << 0) ,
  Vertical = (1 << 1)
}
 
enum  LayerGaugeType {
}
 
enum  Round {
  Superior = (1 << 10) ,
  Inferior = (1 << 11) ,
  Nearest = (1 << 12) ,
  Exact = (1 << 13)
}
 

Detailed Description

Store various constants.

Enumeration Type Documentation

◆ Direction

Routing directions.

Enumerator
Horizontal 

Preferred routing direction is horizontal.

Vertical 

Preferred routing direction is vertical.

◆ LayerGaugeType

Routing directions.

Enumerator
PinOnly 

This layer is only used to connect to pin. No routing wire will be drawn with it.

Default 

This is layer is a normal routing one.

◆ Round

Routing directions.

Enumerator
Superior 

Round to the superior bound.

Inferior 

Round to the inferior bound.

Nearest 

Round to the nearest bound.

Exact 

Accept only exact match (no rounding errors).



Generated by doxygen 1.9.1 on Wed Nov 20 2024 Return to top of page
Coriolis Core (CRL) Copyright © 2008-2020 Sorbonne Universite, All rights reserved