ACT Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
act_prs Class Reference

Structure that holds all the prs { } blocks in a particular scope. This is a linked-list of blocks, each of which can have their own voltage domain specification. More...

#include <lang.h>

Public Attributes

ActIdvdd
 power supply
 
ActIdgnd
 ground
 
ActIdpsc
 p substrate terminal
 
ActIdnsc
 n substrate terminal
 
int leak_adjust
 
act_prs_lang_tp
 the actual prs sub-languge elements
 
struct act_prsnext
 the next prs block
 

Detailed Description

Structure that holds all the prs { } blocks in a particular scope. This is a linked-list of blocks, each of which can have their own voltage domain specification.

Member Data Documentation

◆ gnd

ActId* act_prs::gnd

ground

◆ leak_adjust

int act_prs::leak_adjust

1 for "leakage adjustment" mode during sizing

◆ next

struct act_prs* act_prs::next

the next prs block

◆ nsc

ActId* act_prs::nsc

n substrate terminal

◆ p

act_prs_lang_t* act_prs::p

the actual prs sub-languge elements

◆ psc

ActId* act_prs::psc

p substrate terminal

◆ vdd

ActId* act_prs::vdd

power supply


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