defs.h File Reference

common definitions and constants More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  tNode { NODE_IN = 1, NODE_OUT = 2, NODE_CLK = 4, NODE_CTRL = 8 }
 possible types of in-circuit nodes More...
enum  tProPen { PP_LIN = 1, PP_EXP = 2 }
 operation used to evaluate penalty during mark transportation process More...
enum  tSeqEst { SE_BASIC = 1, SE_PRECISE = 2 }
 type of sequential length estimation More...

Variables

const unsigned long MAX_STR_LEN = 255
 string length limit
const char NAME_SEPARATOR = '.'
 character for separation of hirerarchical names
const int ORDERED_SCAN = 1
 id for ordered-scan technique
const int UNORDERED_SCAN = 2
 id for unordered-scan technique
const int TEST_POINT_INSERTION = 4
 id for test-point-insertion technique
const int BIST = 8
 id for BIST technique


Detailed Description

common definitions and constants


Enumeration Type Documentation

enum tNode

possible types of in-circuit nodes

Enumerator:
NODE_IN 
NODE_OUT 
NODE_CLK 
NODE_CTRL 

enum tProPen

operation used to evaluate penalty during mark transportation process

Enumerator:
PP_LIN 
PP_EXP 

enum tSeqEst

type of sequential length estimation

Enumerator:
SE_BASIC 
SE_PRECISE 


Variable Documentation

const int BIST = 8

id for BIST technique

const unsigned long MAX_STR_LEN = 255

string length limit

const char NAME_SEPARATOR = '.'

character for separation of hirerarchical names

const int ORDERED_SCAN = 1

id for ordered-scan technique

const int TEST_POINT_INSERTION = 4

id for test-point-insertion technique

const int UNORDERED_SCAN = 2

id for unordered-scan technique


Generated on Mon Aug 25 08:39:24 2008 for TASTE by  doxygen 1.5.6